From 8baba8c55fb797fce3528c6e3b7f2b1e3ec98462 Mon Sep 17 00:00:00 2001 From: Yolanda Robla Mota Date: Thu, 13 Oct 2016 07:53:13 +0200 Subject: Fix network interface on vm When spinning on a vm, interface is normally eth1, not eno1. Change-Id: I2be7a252b06f155908d207817a1c5302bd40677e Signed-Off-By: Yolanda Robla --- prototypes/puppet-infracloud/hiera/common_baremetal.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prototypes/puppet-infracloud/hiera') 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 -- cgit 1.2.3-korg