summaryrefslogtreecommitdiffstats
path: root/ci/maas/juniper/pod1/environments.yaml
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2015-12-09 14:04:46 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2015-12-09 15:18:49 -0600
commitf80c82fd5f3369e4c91d5e3836d2a68969912e27 (patch)
tree6aebccaaf5aa65dadcc2e466ae0f47bf04b0d889 /ci/maas/juniper/pod1/environments.yaml
parentd28fd85ebdd3c5c4a39d4c8a04a6707da2ed3f48 (diff)
added support for maas deployment for juniper lab.
modified deploy.sh to resolve CI issue. Change-Id: Ifb0f2aaa6806289d2d5c4b493815dda89478a942
Diffstat (limited to 'ci/maas/juniper/pod1/environments.yaml')
-rw-r--r--ci/maas/juniper/pod1/environments.yaml40
1 files changed, 40 insertions, 0 deletions
diff --git a/ci/maas/juniper/pod1/environments.yaml b/ci/maas/juniper/pod1/environments.yaml
new file mode 100644
index 00000000..5897f32b
--- /dev/null
+++ b/ci/maas/juniper/pod1/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