Add in new interface for cloud-noc-os01
Signed-off-by: Stephen Smoogen <smooge@smoogespace.com>
This commit is contained in:
parent
14f31b2481
commit
10d20fdf0a
1 changed files with 12 additions and 0 deletions
|
@ -20,9 +20,12 @@ eth0_ipv4_nm: 23
|
|||
eth0_ipv4_gw: 8.43.85.254
|
||||
eth1_ipv4: 172.23.1.3
|
||||
eth1_ipv4_nm: 24
|
||||
eth2_ipv4: 172.23.5.3
|
||||
eth2_ipv4_nm: 24
|
||||
|
||||
mac0: 52:54:00:46:ed:ba
|
||||
mac1: 52:54:00:24:8e:bc
|
||||
mac2: 52:54:00:d6:ab:66
|
||||
public_hostname: cloud-noc-os01.rdu-cc.fedoraproject.org
|
||||
|
||||
network_connections:
|
||||
|
@ -51,6 +54,15 @@ network_connections:
|
|||
- "{{ eth1_ipv4 }}/{{ eth1_ipv4_nm }}"
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
- name: eth2
|
||||
mac: "{{ mac2 }}"
|
||||
type: ethernet
|
||||
autoconnect: yes
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth2_ipv4 }}/{{ eth2_ipv4_nm }}"
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
|
||||
virt_install_command: virt-install -n {{ inventory_hostname }}
|
||||
--memory={{ mem_size }},maxmemory={{ max_mem_size }} --memballoon virtio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue