Add network config for puppet-infracloud on hiera
Stop hardcoding the network settings on the modules and instead of that, use parameters and rely on public hiera. Change-Id: I3cccfc03609bf90503b3fe27d3e717f89f6ec654
This commit is contained in:
@@ -2901,3 +2901,11 @@ ironic_inventory:
|
||||
rabbitmq::package_gpg_key: 'https://www.rabbitmq.com/rabbitmq-release-signing-key.asc'
|
||||
rabbitmq::repo::apt::key: '0A9AF2115F4687BD29803A206B73A36E6026DFCA'
|
||||
bridge_name: br-vlan2551
|
||||
vlan: '2551'
|
||||
gateway_ip: '15.184.64.1'
|
||||
default_network_interface: 'eth2'
|
||||
network_interface: 'eth2'
|
||||
ipv4_nameserver: '8.8.8.8'
|
||||
ipv4_subnet_mask: '255.255.224.0'
|
||||
dhcp_pool_start: '10.10.16.144'
|
||||
dhcp_pool_end: '10.10.16.190'
|
||||
|
||||
Reference in New Issue
Block a user