diff options
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..f9aadaa9 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -163,6 +163,11 @@ unitAddress() createopenrc() { + if [ "$opnfvsdn" == "onos" ]; then + sh onos/juju_test_prepare.sh "$opnfvlab" + check_status + fi + mkdir -m 0700 -p cloud controller_address=$(unitAddress keystone 0) |