also fix the mac address thing on 2 interface installs
This commit is contained in:
parent
c1db52d335
commit
f6bff90977
1 changed files with 2 additions and 1 deletions
|
@ -90,7 +90,8 @@ virt_install_command_two_nic: virt-install -n {{ inventory_hostname }}
|
|||
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
||||
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none
|
||||
ip={{ eth1_ip }}:::{{ nm }}:{{ inventory_hostname }}-nfs:eth1:none'
|
||||
--network bridge={{ main_bridge }},model=virtio --network=bridge={{ nfs_bridge }},model=virtio
|
||||
--network bridge={{ main_bridge }},model=virtio,mac={{ mac_address }}
|
||||
--network=bridge={{ nfs_bridge }},model=virtio,mac={{ mac_address }}
|
||||
--autostart --noautoconsole --watchdog default --rng /dev/random
|
||||
|
||||
virt_install_command_aarch64_one_nic: virt-install -n {{ inventory_hostname }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue