diff options
author | Bryan Sullivan <bs3131@att.com> | 2016-02-10 20:13:14 -0800 |
---|---|---|
committer | blsaws <bs3131@att.com> | 2016-04-01 08:30:07 -0700 |
commit | ff5f6aac11aae2865715555bdd7f38ede38577e4 (patch) | |
tree | 1be164074b5cbab127d69f244dccffdc45e72554 /components/congress/joid/install_congress_3.sh | |
parent | d535c7d950d2ce4d8b4f34677aece32f5d6f3b85 (diff) |
Add command echo to install scripts
JIRA: COPPER-2
Change-Id: I2e06785ea60528a29b5c9760683b2ccced7be91a
Signed-off-by: Bryan Sullivan <bs3131@att.com>
Diffstat (limited to 'components/congress/joid/install_congress_3.sh')
-rw-r--r-- | components/congress/joid/install_congress_3.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/congress/joid/install_congress_3.sh b/components/congress/joid/install_congress_3.sh index 4507fed..321633b 100644 --- a/components/congress/joid/install_congress_3.sh +++ b/components/congress/joid/install_congress_3.sh @@ -26,7 +26,7 @@ # source ~/git/copper/components/congress/joid/install_congress_3.sh cat <<EOF >~/env.sh -export CONGRESS_HOST=192.168.10.118 +export CONGRESS_HOST=192.168.10.132 export KEYSTONE_HOST=$(juju status --format=short | awk "/keystone\/0/ { print \$3 }") export CEILOMETER_HOST=$(juju status --format=short | awk "/ceilometer\/0/ { print \$3 }") export CINDER_HOST=$(juju status --format=short | awk "/cinder\/0/ { print \$3 }") @@ -38,4 +38,4 @@ source ~/env.sh juju scp ~/admin-openrc.sh ubuntu@$CONGRESS_HOST:/home/ubuntu juju scp ~/env.sh ubuntu@$CONGRESS_HOST:/home/ubuntu juju scp ~/git/copper/components/congress/joid/install_congress_4.sh ubuntu@$CONGRESS_HOST:/home/ubuntu -juju ssh ubuntu@$CONGRESS_HOST "source ~/install_congress_4.sh; exit" +ssh ubuntu@$CONGRESS_HOST "source ~/install_congress_4.sh; exit" |