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 | |
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')
-rwxr-xr-x | ci/01-deploybundle.sh | 14 | ||||
-rwxr-xr-x | ci/deploy.sh | 5 |
2 files changed, 12 insertions, 7 deletions
diff --git a/ci/01-deploybundle.sh b/ci/01-deploybundle.sh index 71f2362a..96be450e 100755 --- a/ci/01-deploybundle.sh +++ b/ci/01-deploybundle.sh @@ -107,10 +107,10 @@ case "$1" in ;; esac -case "$4" in - 'onos' ) - echo "... onos prepare test ..." - sleep 180s - sh onos/juju_test_prepare.sh "$3" - ;; -esac +#case "$4" in +# 'onos' ) +# echo "... onos prepare test ..." +# sleep 180s +# sh onos/juju_test_prepare.sh "$3" +# ;; +#esac 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) |