From c5f1e497ceb8fe5f03cc35ea40c480441c8e0c45 Mon Sep 17 00:00:00 2001 From: blsaws Date: Sun, 22 May 2016 16:13:36 -0700 Subject: Align ubuntu and centos scripts, simplify CLI test setup JIRA: COPPER-4 Change-Id: I6dbfee6bdbd3c070e53ed6d5e1e8bc9d2e0da155 Signed-off-by: blsaws --- .../test-webapp/setup/clean_congress_testserver.sh | 34 +++++++++------------- 1 file changed, 14 insertions(+), 20 deletions(-) (limited to 'components/congress/test-webapp/setup/clean_congress_testserver.sh') diff --git a/components/congress/test-webapp/setup/clean_congress_testserver.sh b/components/congress/test-webapp/setup/clean_congress_testserver.sh index 4376edc..4148751 100755 --- a/components/congress/test-webapp/setup/clean_congress_testserver.sh +++ b/components/congress/test-webapp/setup/clean_congress_testserver.sh @@ -14,25 +14,19 @@ # limitations under the License. # # This is a cleanup script for installation of the Congress testserver -# on an Ubuntu 14.04 LXC container in the jumphost. -# Presumably something has failed, and any record of the testserver -# needs to be removed, so you can try the install again. +# as installed under JOID or Apex (Fuel and Compass not yet verified). +# Prequisite: OPFNV installed per JOID or Apex installer # On jumphost: -# source ~/clean_congress_testserver.sh -# indicates whether to turn on command echoing - -source ~/admin-openrc.sh <