diff options
author | Yolanda Robla Mota <yroblamo@redhat.com> | 2016-10-04 17:32:11 +0200 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-08-11 12:56:12 -0700 |
commit | 4fb2590c8c6a3aa3bd06208dade81b082e1e6831 (patch) | |
tree | f8bb66c8c1c278aa5243946d44b964c6fd1c1b3c /puppet-infracloud/hiera | |
parent | 4c0b388f5f5eac386d93fdd6c3d0207b40bdd206 (diff) |
Convert harcoded values to hiera ones
Settings like neutron config and virt type
will be different depending on environments.
Change-Id: I0945025645b40a02f9a13d0699f442d3a949ebb4
Signed-Off-By: Yolanda Robla <yroblamo@redhat.com>
Diffstat (limited to 'puppet-infracloud/hiera')
-rw-r--r-- | puppet-infracloud/hiera/common.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet-infracloud/hiera/common.yaml b/puppet-infracloud/hiera/common.yaml index 19460fbf..6096b9c8 100644 --- a/puppet-infracloud/hiera/common.yaml +++ b/puppet-infracloud/hiera/common.yaml @@ -163,3 +163,8 @@ ironic_inventory: ram: '65536' uuid: 0051e926-f242-e511-906e-0012795d96dd ipmi_passwords: {'172.30.8.90': 'octopus', '172.30.8.91': 'octopus'} +neutron_subnet_cidr: '192.168.122.0/24' +neutron_subnet_gateway: '192.168.122.1' +neutron_subnet_allocation_pools: + - 'start=192.168.122.50,end=192.168.122.254' +virt_type: 'qemu' |