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