summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-02-16 20:31:28 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2016-02-16 20:31:28 -0600
commit12c8491258ba77da7952f08a22e12a94e7293353 (patch)
treec756b328461be1da4ce47c03df9826e777fd5c53 /ci/deploy.sh
parent8ae13d3776d641e6bd2969bfbbb5ac81ed87586b (diff)
trying to change the config after install make sure all servies
are configures and working fine. Change-Id: I0abc5ea1ddb9dbb29772642e1cf03e3da81a14b0
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 6005eb1d..bd9e0ce3 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -163,6 +163,11 @@ unitAddress()
createopenrc()
{
+ if [ "$opnfvsdn" -eq "onos" ]
+ ./onos/juju_test_prepare.sh "$opnfvlab"
+ check_status
+ fi
+
mkdir -m 0700 -p cloud
controller_address=$(unitAddress keystone 0)