don't set mac address if we use static address on interface
This commit is contained in:
parent
05f2b28c4f
commit
7238a595f2
3 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
||||||
---
|
---
|
||||||
interfaces: [[20, "52:54:00:ac:dc:01"], [103, "52:54:00:ad:bc:01"]]
|
interfaces: [[20, "52:54:00:ac:dc:01"], [103]]
|
||||||
vmhost: vmhost01.home.foo.sh
|
vmhost: vmhost01.home.foo.sh
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
interfaces: [[20, "52:54:00:ac:dc:0d"], [102, "52:54:00:ad:bc:0d"]]
|
interfaces: [[20, "52:54:00:ac:dc:0d"], [102]]
|
||||||
vmhost: vmhost01.home.foo.sh
|
vmhost: vmhost01.home.foo.sh
|
||||||
|
|
||||||
network_ether_interfaces:
|
network_ether_interfaces:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
interfaces: [[20, "52:54:00:ac:dc:0e"], [102, "52:54:00:ad:bc:0e"]]
|
interfaces: [[20, "52:54:00:ac:dc:0e"], [102]]
|
||||||
vmhost: vmhost02.home.foo.sh
|
vmhost: vmhost02.home.foo.sh
|
||||||
|
|
||||||
network_ether_interfaces:
|
network_ether_interfaces:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue