~narindergupta/opnfv/stable-R2

« back to all changes in this revision

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

  • Committer: Narinder Gupta
  • Date: 2015-08-26 14:35:04 UTC
  • Revision ID: git-v1:62101c28c8245ebe97c548669c27cd2899cbfbab
Added a script to have a openstack with odl bundle.

Crate files which will get used by CI to build and
deploy the OPNFV platform using JOID. Added script to deploy
master branch of openstack with Ubuntu with ODL.

deploy.sh will copy the appropriate deploy.sh ad deployopnfv.sh and
run the scripts.

Change-Id: Ia1fd744d36bd153def4ef6aab4643cf440e90206
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