~narindergupta/opnfv/stable-R2

« back to all changes in this revision

Viewing changes to ci/intel/pod5/master/odl/environment.yaml

  • Committer: Narinder Gupta
  • Date: 2015-08-29 19:36:03 UTC
  • Revision ID: git-v1:b5c5f74a35b7c2a3413bfac94811d8e6035aa3ae
restructure the directory structure so that we can have directories per
SDN and then we can have same structure for new distro by adding just
the yaml file. Deleted the old file structure.

Change-Id: Ibd544c340fdb53813bc34ee8ff6931ed4b4dee6c
JIRA:JOID-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
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