diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-10-07 11:59:55 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-10-07 12:02:25 -0500 |
commit | 934586f4578b00b54c4ae2d06443064ff7ef10c5 (patch) | |
tree | 324168bd1fe0df30bdd2da74c663ec7017fd6619 /ci/02-deploybundle.sh | |
parent | d7321f8223363ac26878a22d1fd1f04c201732fe (diff) |
remove override as no longer needed.
Change-Id: I5f1828067cfbdab225b61d449fbdae98fc37e0e6
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
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 3b5f7e18..9676d8d1 100755 --- a/ci/02-deploybundle.sh +++ b/ci/02-deploybundle.sh @@ -104,6 +104,9 @@ fi #lets generate the bundle for all target using genBundle.py python genBundle.py -l deployconfig.yaml -s $var > bundles.yaml +#keep the back in cloud for later debugging. +pastebinit bundles.yaml || true + echo "... Deployment Started ...." juju-deployer -vW -d -t 7200 -r 5 -c bundles.yaml $opnfvdistro-"$openstack"-nodes |