vmhost-x86-08: new machine
This machine has been replaced and so we need to update mac address. This is technically breaking the freeze, but this machine isn't frozen and shouldn't affect anything else. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
6eb3f65b87
commit
ca11cec799
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
br0_ipv4: 10.3.163.28
|
||||
br0_ipv4_ip: 10.3.163.28
|
||||
br0_ipv4_gw: 10.3.163.254
|
||||
br0_ipv4_nm: 24
|
||||
br0_port0_mac: "{{ mac1 }}"
|
||||
|
@ -9,13 +9,13 @@ dns2: 10.3.163.34
|
|||
dns_search1: "iad2.fedoraproject.org"
|
||||
dns_search2: "fedoraproject.org"
|
||||
has_ipv4: yes
|
||||
mac1: 24:6e:96:b1:61:f8
|
||||
mac1: a8:3c:a5:36:2a:b0
|
||||
nbde: false
|
||||
network_connections:
|
||||
- autoconnect: yes
|
||||
ip:
|
||||
address:
|
||||
- "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"
|
||||
- "{{ br0_ipv4_ip }}/{{ br0_ipv4_nm }}"
|
||||
dhcp4: no
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
|
|
|
@ -456,7 +456,7 @@ host vmhost-x86-07 {
|
|||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
host vmhost-x86-08 {
|
||||
hardware ethernet 24:6e:96:b1:61:f8;
|
||||
hardware ethernet a8:3c:a5:36:2a:b0;
|
||||
fixed-address 10.3.163.28;
|
||||
filename "uefi/grubx64.efi";
|
||||
next-server 10.3.163.10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue