3
# https://juju.ubuntu.com/docs/config-maas.html
7
# maas-server specifies the location of the MAAS server. It must
8
# specify the base path.
10
maas-server: 'http://10.4.1.1/MAAS/'
12
# maas-oauth holds the OAuth credentials from MAAS.
14
maas-oauth: 'c6tcQz4tyS3ALajCtF:sqcWhw8MkxTjUDLZrm:hBhszBLv5EqrY8h6yktFXWUT5825ShvE'
16
# maas-server bootstrap ssh connection options
19
# bootstrap-timeout time to wait contacting a state server, in seconds.
20
bootstrap-timeout: 1800
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.
28
enable-os-refresh-update: false
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.
35
enable-os-upgrade: false