From ba20dd6024489d6a452c52a0a09d8b8e98031b4e Mon Sep 17 00:00:00 2001 From: blsaws Date: Sun, 22 May 2016 14:10:06 -0700 Subject: Fix a few bugs in testing. Drop database on cleanup. JIRA: COPPER-2 Change-Id: I8ccc48addf181e0d29c7bc65a104a97cbec63929 Signed-off-by: blsaws --- components/congress/install/bash/install_congress_1.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/congress/install/bash/install_congress_1.sh') diff --git a/components/congress/install/bash/install_congress_1.sh b/components/congress/install/bash/install_congress_1.sh index 4190173..216e018 100644 --- a/components/congress/install/bash/install_congress_1.sh +++ b/components/congress/install/bash/install_congress_1.sh @@ -25,7 +25,7 @@ # $ cd ~ # $ wget https://git.opnfv.org/cgit/copper/tree/components/congress/install/bash/install_congress_1.sh # $ wget https://git.opnfv.org/cgit/copper/tree/components/congress/install/bash/install_congress_2.sh -# $ source install_congress_1.sh [openstack-branch] +# $ sh install_congress_1.sh [openstack-branch] # optionally specifying the branch identifier to use for OpenStack # @@ -100,7 +100,7 @@ EOF # sed command below is a workaound for a bug - region shows up twice for some reason cat <>~/admin-openrc.sh export OS_REGION_NAME=$OS_REGION_NAME -EOFif [ "$dist" == "Ubuntu" ]; then +EOF scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no ~/admin-openrc.sh $CTLUSER@$CONTROLLER_HOST1:/home/$CTLUSER/congress echo "Copy install_congress_2.sh to the congress server and execute" scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no ~/install_congress_2.sh $CTLUSER@$CONTROLLER_HOST1:/home/$CTLUSER/congress -- cgit 1.2.3-korg