inventory: set mac addresses for buildhw-a64-01
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
f551e07637
commit
c8dec0a329
1 changed files with 3 additions and 0 deletions
|
@ -8,9 +8,11 @@ network_connections:
|
||||||
- name: eth0
|
- name: eth0
|
||||||
state: down
|
state: down
|
||||||
type: ethernet
|
type: ethernet
|
||||||
|
mac: 68:05:ca:8e:ab:e6
|
||||||
- name: eth1
|
- name: eth1
|
||||||
state: up
|
state: up
|
||||||
type: ethernet
|
type: ethernet
|
||||||
|
mac: 50:6b:4b:6b:08:50
|
||||||
autoconnect: yes
|
autoconnect: yes
|
||||||
ip:
|
ip:
|
||||||
address: 10.3.170.121/24
|
address: 10.3.170.121/24
|
||||||
|
@ -24,5 +26,6 @@ network_connections:
|
||||||
dhcp4: no
|
dhcp4: no
|
||||||
auto6: no
|
auto6: no
|
||||||
- name: eth2
|
- name: eth2
|
||||||
|
mac: 50:6b:4b:6b:08:51
|
||||||
state: down
|
state: down
|
||||||
type: ethernet
|
type: ethernet
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue