diff options
author | blsaws <bs3131@att.com> | 2016-03-08 17:29:17 -0800 |
---|---|---|
committer | blsaws <bs3131@att.com> | 2016-03-08 17:29:17 -0800 |
commit | cda1d8ae14a5aa23b39b9fd5a672b7b5d5a17c38 (patch) | |
tree | 89c7d17901a5eecb64dd72438e61b574d45364f0 /components | |
parent | 8075c93d2f6ce1961730ba6c10bbba8a371d4691 (diff) |
Add instructions for use.
JIRA: COPPER-2
Change-Id: If4d16d092668d9d0f9fe2095d896c6714ef9b648
Signed-off-by: blsaws <bs3131@att.com>
Diffstat (limited to 'components')
-rw-r--r-- | components/congress/joid/clean_congress.sh | 7 |
1 files changed, 6 insertions, 1 deletions
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 <controller_hostname> +# <controller_hostname> is the name of the controller node in MAAS. source ~/admin-openrc.sh <<EOF openstack |