summaryrefslogtreecommitdiffstats
path: root/prototypes
diff options
context:
space:
mode:
authorYolanda Robla Mota <yroblamo@redhat.com>2016-10-13 07:53:13 +0200
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2016-10-14 12:03:04 +0000
commit8baba8c55fb797fce3528c6e3b7f2b1e3ec98462 (patch)
tree13d4725476060cf453089218225802864f56b880 /prototypes
parent2fac7e7d6c86fd5129ed887399d34fc4237e6f9b (diff)
Fix network interface on vm
When spinning on a vm, interface is normally eth1, not eno1. Change-Id: I2be7a252b06f155908d207817a1c5302bd40677e Signed-Off-By: Yolanda Robla <yroblamo@redhat.com>
Diffstat (limited to 'prototypes')
-rw-r--r--prototypes/puppet-infracloud/hiera/common_baremetal.yaml2
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