buildhw: adjust some mac addresses and such

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-05-04 09:19:12 -07:00
parent 3899746bd2
commit e6e066d3d7
3 changed files with 30 additions and 4 deletions

View file

@ -10,8 +10,8 @@ eth0_ipv4_gw: 10.3.169.254
has_ipv6: no has_ipv6: no
mac0: 14:9e:cf:61:9e:61 mac0: 14:9e:cf:61:9f:4f
mac1: 14:9e:cf:61:9e:64 mac1: 14:9e:cf:61:9f:52
network_connections: network_connections:
- name: eth0 - name: eth0

View file

@ -34,4 +34,4 @@ network_connections:
mac: "{{ mac1 }}" mac: "{{ mac1 }}"
state: down state: down
type: ethernet type: ethernet
autoconnect: yes autoconnect: yes

View file

@ -3,6 +3,32 @@ eth0_ip: 10.3.169.35
gw: 10.3.169.254 gw: 10.3.169.254
datacenter: iad2 datacenter: iad2
eth1_off: true eth1_off: true
eth0_ipv4: 10.3.169.35
eth0_ipv4_nm: 255.255.255.0
eth0_ipv4_gw: 10.3.169.254
nm: 255.255.255.0 nm: 255.255.255.0
dns: 10.3.163.33 dns1: 10.3.163.33
mac0: 14:9e:cf:61:9e:7b
mac1: 14:9e:cf:61:9e:7e
network_connections:
- name: eth0
mac: "{{ mac0 }}"
state: up
type: ethernet
autoconnect: yes
ip:
address:
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
gateway4: "{{ eth0_ipv4_gw }}"
dns:
- "{{ dns1 }}"
dhcp4: no
auto6: no
- name: eth1
mac: "{{ mac1 }}"
type: ethernet
state: down