diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-27 10:45:43 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-27 10:45:43 -0600 |
commit | 3c54cd78b23a62a3a4ff1426cd8a9065e9fb6918 (patch) | |
tree | e329e0d2f237bdae8edae4c32747a4a3d1e14be5 | |
parent | 1596207a399591aacfa8ac03a1718cb56b0ad5bb (diff) |
modified the environment file so that all containers will get
registered with MAAS.
Change-Id: If2af0ea55291fe54615f2aaeadc54dba7e56a99b
-rwxr-xr-x | ci/deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 6005eb1d..63d550a6 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -110,6 +110,7 @@ deploy() { echo " enable-os-upgrade: false" >> environments.yaml echo " admin-secret: admin" >> environments.yaml echo " default-series: trusty" >> environments.yaml + echo " address-allocation: true" >> environments.yaml cp environments.yaml ~/.juju/ |