5897f32b707e31c1e922613c4413627fbf2fca4e
[joid.git] / ci / maas / juniper / pod1 / environments.yaml
1 default: demo-maas\r
2 \r
3 environments:\r
4 \r
5     # https://juju.ubuntu.com/docs/config-maas.html\r
6     demo-maas:\r
7         type: maas\r
8 \r
9         # maas-server specifies the location of the MAAS server. It must\r
10         # specify the base path.\r
11         #\r
12         maas-server: 'http://10.4.1.2/MAAS'\r
13 \r
14         # maas-oauth holds the OAuth credentials from MAAS.\r
15         #\r
16         maas-oauth: 'HyacKVwxBVE9xwmJW7:CVwUpERLN3fDUbkUra:ETW88KVJxDHQA3kqmZgghUQnzanSFwH4'\r
17 \r
18         # maas-server bootstrap ssh connection options\r
19         #\r
20 \r
21         # bootstrap-timeout time to wait contacting a state server, in seconds.\r
22         bootstrap-timeout: 1800\r
23 \r
24         # Whether or not to refresh the list of available updates for an\r
25         # OS. The default option of true is recommended for use in\r
26         # production systems, but disabling this can speed up local\r
27         # deployments for development or testing.\r
28         #\r
29         enable-os-refresh-update: false\r
30 \r
31         # Whether or not to perform OS upgrades when machines are\r
32         # provisioned. The default option of true is recommended for use\r
33         # in production systems, but disabling this can speed up local\r
34         # deployments for development or testing.\r
35         #\r
36         enable-os-upgrade: false   \r
37    \r
38    \r
39         admin-secret: admin\r
40         default-series: trusty\r