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