summaryrefslogtreecommitdiffstats
path: root/components/congress/install/bash/centos/install_congress_2.sh
diff options
context:
space:
mode:
authorblsaws <bryan.sullivan@att.com>2016-05-17 16:49:29 -0700
committerblsaws <bryan.sullivan@att.com>2016-05-17 16:49:29 -0700
commitc5abd71c01dfd2fcbb9bcde8180198a291f2e658 (patch)
tree8aa118861dca203fc03a529fb497b451e803d671 /components/congress/install/bash/centos/install_congress_2.sh
parent345cf9dcc19dc83c1dce55259ccfdde6107309da (diff)
Move all scripts etc under congress to simplify cleanup.
JIRA: COPPER-2 Change-Id: I18b5ca707edaef67573bd5742084c7b2020b7564 Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'components/congress/install/bash/centos/install_congress_2.sh')
-rw-r--r--components/congress/install/bash/centos/install_congress_2.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/components/congress/install/bash/centos/install_congress_2.sh b/components/congress/install/bash/centos/install_congress_2.sh
index 19c7556..a41c4a5 100644
--- a/components/congress/install/bash/centos/install_congress_2.sh
+++ b/components/congress/install/bash/centos/install_congress_2.sh
@@ -20,13 +20,13 @@
# On the jumphost, logged in as stack on the undercloud VM:
# su stack
# Clone the Copper repo and run the install script:
-# git clone https://gerrit.opnfv.org/gerrit/copper
+# mkdir ~/git; cd git; git clone https://gerrit.opnfv.org/gerrit/copper
# cd copper
# source components/congress/install/bash/centos/install_congress_1.sh
set -x
-source ~/admin-openrc.sh
-source ~/env.sh
+source ~/congress/admin-openrc.sh
+source ~/congress/env.sh
echo "install pip"
sudo yum install python-pip -y
@@ -40,7 +40,6 @@ sudo yum install apg git gcc libxml2 python-devel libzip-devel libxslt-devel -y
sudo pip install --upgrade pip virtualenv setuptools pbr tox
echo "Clone congress"
-mkdir ~/congress
cd ~/congress
git clone https://github.com/openstack/congress.git
cd congress