diff options
Diffstat (limited to 'labconfig')
-rw-r--r-- | labconfig/default/deployconfig.yaml | 30 | ||||
-rw-r--r-- | labconfig/intel/pod5/labconfig.yaml | 2 | ||||
-rw-r--r-- | labconfig/intel/pod6/labconfig.yaml | 2 |
3 files changed, 30 insertions, 4 deletions
diff --git a/labconfig/default/deployconfig.yaml b/labconfig/default/deployconfig.yaml index 46a14b08..c012ec8d 100644 --- a/labconfig/default/deployconfig.yaml +++ b/labconfig/default/deployconfig.yaml @@ -1,8 +1,34 @@ opnfv: - admNetwork: 192.168.122.1 + admNetgway: 192.168.122.1 + admNetwork: 192.168.122.2 + admin_password: openstack ceph-disk: /srv dataNetwork: '' ext-port: eth1 + ext_port: eth1 floating-ip-range: 192.168.122.30,192.168.122.49,192.168.122.1,192.168.122.0/24 - interface-enable: '' + interface-enable: eth1 + os-domain-name: '' + publicNetwork: '' + spaces: + - bridge: brAdm + cidr: 192.168.122.0/24 + gateway: 192.168.122.1 + type: admin + vlan: null + storage: + - disk: /srv + type: ceph storageNetwork: '' + units: 5 + vip: + ceilometer: 192.168.122.24 + cinder: 192.168.122.29 + dashboard: 192.168.122.21 + glance: 192.168.122.22 + heat: 192.168.122.28 + keystone: 192.168.122.23 + mysql: 192.168.122.25 + neutron: 192.168.122.27 + nova: 192.168.122.26 + rabbitmq: 192.168.122.20 diff --git a/labconfig/intel/pod5/labconfig.yaml b/labconfig/intel/pod5/labconfig.yaml index d9aa7471..441b83a7 100644 --- a/labconfig/intel/pod5/labconfig.yaml +++ b/labconfig/intel/pod5/labconfig.yaml @@ -111,7 +111,7 @@ lab: # address: 10.2.117.90 # user: root # pass: root - floating-ip-range: 10.5.15.6,10.5.15.250,10.5.15.254,10.5.15.0/24 + floating-ip-range: 10.5.15.6,10.5.15.250,10.5.15.1,10.5.15.0/24 ext-port: "eth5" dns: 8.8.8.8 osdomainname: diff --git a/labconfig/intel/pod6/labconfig.yaml b/labconfig/intel/pod6/labconfig.yaml index 37a87ec7..35a427e9 100644 --- a/labconfig/intel/pod6/labconfig.yaml +++ b/labconfig/intel/pod6/labconfig.yaml @@ -111,7 +111,7 @@ lab: # address: 10.2.117.106 # user: root # pass: root - floating-ip-range: 10.6.15.6,10.6.15.250,10.6.15.254,10.6.15.0/24 + floating-ip-range: 10.6.15.6,10.6.15.250,10.6.15.1,10.6.15.0/24 ext-port: "eth5" dns: 8.8.8.8 osdomainname: |