summaryrefslogtreecommitdiffstats
path: root/ci/maas/intel/pod5/environment.yaml
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2015-09-30 13:51:37 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2015-09-30 13:51:37 -0500
commitd63001c410ec8502802c6f2be9edd70fb102ac75 (patch)
tree847a84b3deb0432c02d6883d49ce63ad4b019d07 /ci/maas/intel/pod5/environment.yaml
parent62632e5960810566091186f2ec90bf10d9f2d4af (diff)
Added support for Orange lab POD5 along with some renaming of the files.
Change-Id: I30739b0a56fbe9f65dbe3fb503d53221fbb046b9
Diffstat (limited to 'ci/maas/intel/pod5/environment.yaml')
-rw-r--r--ci/maas/intel/pod5/environment.yaml36
1 files changed, 36 insertions, 0 deletions
diff --git a/ci/maas/intel/pod5/environment.yaml b/ci/maas/intel/pod5/environment.yaml
new file mode 100644
index 00000000..e5b539ca
--- /dev/null
+++ b/ci/maas/intel/pod5/environment.yaml
@@ -0,0 +1,36 @@
+default: demo-maas
+environments:
+ # https://juju.ubuntu.com/docs/config-maas.html
+ maas:
+ type: maas
+
+ # maas-server specifies the location of the MAAS server. It must
+ # specify the base path.
+ #
+ maas-server: 'http://10.4.1.1/MAAS/'
+
+ # maas-oauth holds the OAuth credentials from MAAS.
+ #
+ maas-oauth: 'c6tcQz4tyS3ALajCtF:sqcWhw8MkxTjUDLZrm:hBhszBLv5EqrY8h6yktFXWUT5825ShvE'
+
+ # maas-server bootstrap ssh connection options
+ #
+
+ # bootstrap-timeout time to wait contacting a state server, in seconds.
+ bootstrap-timeout: 1800
+ admin-secret: admin
+
+ # 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
+