diff options
Diffstat (limited to 'ci/02-deploybundle.sh')
-rwxr-xr-x | ci/02-deploybundle.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/02-deploybundle.sh b/ci/02-deploybundle.sh index 9242ebba..536fd055 100755 --- a/ci/02-deploybundle.sh +++ b/ci/02-deploybundle.sh @@ -19,6 +19,9 @@ sed -i -- "s|distro=trusty|distro=$opnfvdistro|g" ./fetch-charms.sh ./fetch-charms.sh $opnfvdistro +mkdir trusty +tar xvf common/scaleio.tar -C ./trusty/ --strip=2 juju-scaleio/trusty/ + osdomname='' #check whether charms are still executing the code even juju-deployer says installed. |