diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-11-02 04:51:23 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-11-02 12:55:58 -0500 |
commit | 1e29dbbb3bfb71fa4c79a67dcd07b9cddca63ac2 (patch) | |
tree | 4981fa02b62a0d9e01241b40a7d43909790c7e8c /labconfig/default | |
parent | cb2c19c322d2c798bfa28ad719240ef3341f4498 (diff) |
modified to have better support of maas 2.0
Change-Id: Ie1298f2c2ccc04e0bb63a9303712d1a16b3f066c
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'labconfig/default')
-rw-r--r-- | labconfig/default/deployconfig.yaml | 2 | ||||
-rw-r--r-- | labconfig/default/deployment.yaml | 2 | ||||
-rw-r--r-- | labconfig/default/labconfig.yaml | 2 |
3 files changed, 1 insertions, 5 deletions
diff --git a/labconfig/default/deployconfig.yaml b/labconfig/default/deployconfig.yaml index f26fb080..12f82162 100644 --- a/labconfig/default/deployconfig.yaml +++ b/labconfig/default/deployconfig.yaml @@ -21,7 +21,7 @@ opnfv: - disk: /srv type: ceph storageNetwork: '' - units: 5 + units: 3 vip: ceilometer: 192.168.122.24 cinder: 192.168.122.29 diff --git a/labconfig/default/deployment.yaml b/labconfig/default/deployment.yaml index 29e2d2a6..f56a9b2b 100644 --- a/labconfig/default/deployment.yaml +++ b/labconfig/default/deployment.yaml @@ -1,5 +1,3 @@ -# This file defines the deployment for the MAAS environment which is to be -# deployed and automated. demo-maas: # Contains the virtual machine parameters for creating the Juju bootstrap # node virtual machine diff --git a/labconfig/default/labconfig.yaml b/labconfig/default/labconfig.yaml index dacd5879..59a78569 100644 --- a/labconfig/default/labconfig.yaml +++ b/labconfig/default/labconfig.yaml @@ -1,5 +1,3 @@ -# This file defines the deployment for the MAAS environment which is to be -# deployed and automated. demo-maas: # Contains the virtual machine parameters for creating the Juju bootstrap # node virtual machine |