diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-14 13:31:27 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-14 20:56:09 +0000 |
commit | 893766d1fa12d8a3d0b3a793365ffe0222c4b1b4 (patch) | |
tree | 8faab7452f8ebceb5053cb5fd7cb93cf45f3d176 /ci/deploy.sh | |
parent | 961571ebcfb6e1102fd16949578f7ebecc77756d (diff) |
consolidated all sdn 01-deploybundl.sh in joid/ci/01-deploybundle.sh
Change-Id: Ic76bc50721e0c1f022d1ff877bf0faef7dd6e240
(cherry picked from commit 46ba62b3fac2b49a03a3ac0851db47ef177f73ee)
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 70be7a8f..9c97b110 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -112,11 +112,11 @@ deploy() { createresource fi - cp ./$opnfvsdn/01-deploybundle.sh ./01-deploybundle.sh + #cp ./$opnfvsdn/01-deploybundle.sh ./01-deploybundle.sh ./00-bootstrap.sh #case default: - ./01-deploybundle.sh $opnfvtype $openstack $opnfvlab + ./01-deploybundle.sh $opnfvtype $openstack $opnfvlab $opnfvsdn } #check whether charms are still executing the code even juju-deployer says installed. |