diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2015-11-07 00:38:58 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2015-11-07 00:42:36 -0600 |
commit | 3ff5b9114e07349bb4a4b5578394bd799950dcf6 (patch) | |
tree | bf19af5d90f4a343218b8e260fa20638d2057357 /ci/maas/intel/pod5/environment.yaml | |
parent | ebefaf35b2909bcc41d8ba3917228b7ccba7ce2e (diff) |
added ubuntu charm for local deployment charm to configure the
network according to the labs.
Change-Id: I103b6dc243f025a4916d1057c247d01ee8f175ee
Diffstat (limited to 'ci/maas/intel/pod5/environment.yaml')
-rw-r--r-- | ci/maas/intel/pod5/environment.yaml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/ci/maas/intel/pod5/environment.yaml b/ci/maas/intel/pod5/environment.yaml deleted file mode 100644 index e5b539ca..00000000 --- a/ci/maas/intel/pod5/environment.yaml +++ /dev/null @@ -1,36 +0,0 @@ -default: demo-maas -environments: - # https://juju.ubuntu.com/docs/config-maas.html - maas: - type: maas - - # maas-server specifies the location of the MAAS server. It must - # specify the base path. - # - maas-server: 'http://10.4.1.1/MAAS/' - - # maas-oauth holds the OAuth credentials from MAAS. - # - maas-oauth: 'c6tcQz4tyS3ALajCtF:sqcWhw8MkxTjUDLZrm:hBhszBLv5EqrY8h6yktFXWUT5825ShvE' - - # maas-server bootstrap ssh connection options - # - - # bootstrap-timeout time to wait contacting a state server, in seconds. - bootstrap-timeout: 1800 - admin-secret: admin - - # 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 - |