From 4c972868690788e9a186bfffd84ff19188ec4dff Mon Sep 17 00:00:00 2001 From: blsaws Date: Tue, 17 May 2016 06:56:15 -0700 Subject: Initial Centos scripts (incomplete) JIRA: COPPER-2 Change-Id: I28c513995fba02b025ed3e23f58b957ab88ea801 Signed-off-by: blsaws --- .../congress/test-webapp/setup/install_congress_testserver_2.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'components/congress/test-webapp/setup/install_congress_testserver_2.sh') diff --git a/components/congress/test-webapp/setup/install_congress_testserver_2.sh b/components/congress/test-webapp/setup/install_congress_testserver_2.sh index 93d58d8..0f9ee57 100644 --- a/components/congress/test-webapp/setup/install_congress_testserver_2.sh +++ b/components/congress/test-webapp/setup/install_congress_testserver_2.sh @@ -16,12 +16,14 @@ # What this is: script 2 of 2 for installation of a test server for Congress. # Status: this is a work in progress, under test. # -# Prequisite: OPFNV install per https://wiki.opnfv.org/copper/academy/joid +# Prequisite: OPFNV installed per JOID or Apex installer # On jumphost: # - Congress installed through install_congress_1.sh +# - ~/env.sh created as part of Congress install (install_congress_1.sh) # How to use: -# $ source install_congress_testserver_1.sh -# is the name of the controller node in MAAS +# $ source install_congress_testserver_1.sh [] +# If provided, is the name of the controller node in MAAS +# (the parameter is not used for Apex-based installs) echo "Setup OpenStack environment variables per your OPNFV install" source ~/env.sh -- cgit 1.2.3-korg