diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-02-16 20:31:28 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-02-17 14:58:28 +0000 |
commit | 3c5f29df798b20922e507318adecd117365a382e (patch) | |
tree | 5653cb26e7be8ed8ab172b9cc7cbf7c0cbe88cfd /ci/deploy.sh | |
parent | f7446957ae63a29ea4b92b04bfb3efbbc999895a (diff) |
trying to change the config after install make sure all servies
are configures and working fine.
Change-Id: I0abc5ea1ddb9dbb29772642e1cf03e3da81a14b0
(cherry picked from commit 12c8491258ba77da7952f08a22e12a94e7293353)
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 5 |
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) |