diff options
Diffstat (limited to 'prototypes/puppet-infracloud')
-rw-r--r-- | prototypes/puppet-infracloud/hiera/common_baremetal.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/puppet-infracloud/hiera/common_baremetal.yaml b/prototypes/puppet-infracloud/hiera/common_baremetal.yaml index 5ea00831c..43dff8d0f 100644 --- a/prototypes/puppet-infracloud/hiera/common_baremetal.yaml +++ b/prototypes/puppet-infracloud/hiera/common_baremetal.yaml @@ -115,7 +115,7 @@ default_network_interface: eno3 dhcp_static_mask: 255.255.255.128 dhcp_pool_start: 10.20.0.130 dhcp_pool_end: 10.20.0.254 -network_interface: eno1 +network_interface: eth1 ipv4_nameserver: 8.8.8.8 ipv4_subnet_mask: 255.255.255.0 ipv4_gateway: 172.30.13.1 |