From 209ed8d9138bbed5f3b61c50356c44bbf6ecc2c4 Mon Sep 17 00:00:00 2001 From: blsaws Date: Tue, 24 May 2016 10:35:07 -0700 Subject: Fix bugs found in cleanup testing JIRA: COPPER-2 Change-Id: Ia8004db849bf6fc1384d4bb9735b6f073c6328e4 Signed-off-by: blsaws --- components/congress/install/bash/clean_congress.sh | 8 +++----- components/congress/install/bash/install_congress_1.sh | 3 +-- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/components/congress/install/bash/clean_congress.sh b/components/congress/install/bash/clean_congress.sh index e9f7371..d24fa05 100644 --- a/components/congress/install/bash/clean_congress.sh +++ b/components/congress/install/bash/clean_congress.sh @@ -22,7 +22,7 @@ # - For Apex installs, on the jumphost, ssh to the undercloud VM and # $ su stack # - For JOID installs, admin-openrc.sh saved from Horizon to ~/admin-openrc.sh -# - Retrieve the copper remova script as below +# - Retrieve the copper removal script as below # $ cd ~ # $ wget https://git.opnfv.org/cgit/copper/plain/components/congress/install/bash/clean_congress.sh # $ bash clean_congress.sh @@ -39,16 +39,14 @@ if [ "$dist" == "Ubuntu" ]; then echo "Stop the Congress service" # Have to use "python" here as congress-server does not show up in the process list (?) ssh -x -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no $CTLUSER@$CONGRESS_HOST "pkill python; exit" - source ~/admin-openrc.sh <>~/admin-openrc.sh export OS_REGION_NAME=$OS_REGION_NAME -- cgit 1.2.3-korg