diff options
-rw-r--r-- | prototypes/puppet-infracloud/hiera/common_baremetal.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prototypes/puppet-infracloud/hiera/common_baremetal.yaml b/prototypes/puppet-infracloud/hiera/common_baremetal.yaml index d587e4fea..9825ed367 100644 --- a/prototypes/puppet-infracloud/hiera/common_baremetal.yaml +++ b/prototypes/puppet-infracloud/hiera/common_baremetal.yaml @@ -131,6 +131,7 @@ ironic_inventory: ansible_ssh_host: 172.30.13.90 ipv4_gateway: 172.30.13.1 ipv4_interface_mac: 00:1e:67:f9:9b:35 + ipv4_subnet_mask: 255.255.255.192 name: controller00.opnfvlocal nics: - mac: a4:bf:01:01:a9:fc @@ -151,6 +152,7 @@ ironic_inventory: ipv4_address: 172.30.13.91 ansible_ssh_host: 172.30.13.91 ipv4_gateway: 172.30.13.1 + ipv4_interface_mac: 00:1e:67:f6:9b:37 ipv4_subnet_mask: 255.255.255.0 name: compute00.opnfvlocal nics: |