diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2015-10-05 22:14:49 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2015-10-05 22:16:13 -0500 |
commit | b0183f379497d9dd5c6ee9792f58b3b8290daa71 (patch) | |
tree | dbb4da2357aa8e3826d01d1bc2cf0b2ad5f7d02d /ci/maas/intel/pod5/environments.yaml | |
parent | 9143ab904ff94b676ebf51cdef40374fd6eec083 (diff) |
modified the bundle to include ha for Kilo Openstack.
Change-Id: I5fa98e5048fb9b4b694ad40430e624f5b4679dd6
Diffstat (limited to 'ci/maas/intel/pod5/environments.yaml')
-rw-r--r-- | ci/maas/intel/pod5/environments.yaml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/ci/maas/intel/pod5/environments.yaml b/ci/maas/intel/pod5/environments.yaml new file mode 100644 index 00000000..d138e53d --- /dev/null +++ b/ci/maas/intel/pod5/environments.yaml @@ -0,0 +1,40 @@ +default: demo-maas + +environments: + + # https://juju.ubuntu.com/docs/config-maas.html + demo-maas: + type: maas + + # maas-server specifies the location of the MAAS server. It must + # specify the base path. + # + maas-server: 'http://10.4.1.2/MAAS' + + # maas-oauth holds the OAuth credentials from MAAS. + # + maas-oauth: 'HyacKVwxBVE9xwmJW7:CVwUpERLN3fDUbkUra:ETW88KVJxDHQA3kqmZgghUQnzanSFwH4' + + # maas-server bootstrap ssh connection options + # + + # bootstrap-timeout time to wait contacting a state server, in seconds. + bootstrap-timeout: 1800 + + # Whether or not to refresh the list of available updates for an + # OS. The default option of true is recommended for use in + # production systems, but disabling this can speed up local + # deployments for development or testing. + # + enable-os-refresh-update: false + + # Whether or not to perform OS upgrades when machines are + # provisioned. The default option of true is recommended for use + # in production systems, but disabling this can speed up local + # deployments for development or testing. + # + enable-os-upgrade: false + + + admin-secret: admin + default-series: trusty |