From 6dac827ab61c195b88b6802937b40fc3a104c7dc Mon Sep 17 00:00:00 2001 From: blsaws Date: Tue, 8 Mar 2016 17:29:17 -0800 Subject: Add instructions for use. JIRA: COPPER-2 Change-Id: If4d16d092668d9d0f9fe2095d896c6714ef9b648 Signed-off-by: blsaws --- components/congress/joid/clean_congress.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/components/congress/joid/clean_congress.sh b/components/congress/joid/clean_congress.sh index 1867622..37b5320 100644 --- a/components/congress/joid/clean_congress.sh +++ b/components/congress/joid/clean_congress.sh @@ -13,11 +13,16 @@ # See the License for the specific language governing permissions and # limitations under the License. # - # This is a cleanup script for installation of Congress on an Ubuntu 14.04 # LXC container in the OPNFV Controller node. # Presumably something has failed, and any record of the Congress feature # in OpenStack needs to be removed, so you can try the install again. +# +# Prequisite: OPFNV install per https://wiki.opnfv.org/copper/academy/joid +# How to use: +# Install OPNFV per https://wiki.opnfv.org/copper/academy/joid +# $ source ~/git/copper/components/congress/joid/clean_congress.sh +# is the name of the controller node in MAAS. source ~/admin-openrc.sh <