virt-install: short_hostname isn't defined here, use inventory_hostname_short instead
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
80eb0441ad
commit
72724f08d5
1 changed files with 4 additions and 4 deletions
|
@ -100,7 +100,7 @@ virt_install_command_two_nic: virt-install -n {{ inventory_hostname }}
|
||||||
'net.ifnames=0 ksdevice=eth0 ks={{ ks_url }} console=tty0 console=ttyS0
|
'net.ifnames=0 ksdevice=eth0 ks={{ ks_url }} console=tty0 console=ttyS0
|
||||||
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
||||||
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none
|
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none
|
||||||
ip={{ eth1_ip }}:::{{ nm }}:{{ short_hostname }}-nfs:eth1:none'
|
ip={{ eth1_ip }}:::{{ nm }}:{{ inventory_hostname_short }}-nfs:eth1:none'
|
||||||
--network bridge={{ main_bridge }},model=virtio,mac={{ mac_address }}
|
--network bridge={{ main_bridge }},model=virtio,mac={{ mac_address }}
|
||||||
--network=bridge={{ nfs_bridge }},model=virtio,mac={{ mac_address1 }}
|
--network=bridge={{ nfs_bridge }},model=virtio,mac={{ mac_address1 }}
|
||||||
--autostart --noautoconsole --watchdog default --rng /dev/random
|
--autostart --noautoconsole --watchdog default --rng /dev/random
|
||||||
|
@ -121,7 +121,7 @@ virt_install_command_two_nic_unsafe: virt-install -n {{ inventory_hostname }}
|
||||||
--vcpus={{ num_cpus }},maxvcpus={{ max_cpu }} -l {{ ks_repo }} -x
|
--vcpus={{ num_cpus }},maxvcpus={{ max_cpu }} -l {{ ks_repo }} -x
|
||||||
'net.ifnames=0 ipv6.disable=1 ksdevice=eth0 ks={{ ks_url }} console=tty0 console=ttyS0
|
'net.ifnames=0 ipv6.disable=1 ksdevice=eth0 ks={{ ks_url }} console=tty0 console=ttyS0
|
||||||
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
||||||
ip={{ eth1_ip }}:::{{ nm }}:{{ short_hostname }}-nfs:eth1:on
|
ip={{ eth1_ip }}:::{{ nm }}:{{ inventory_hostname_short }}-nfs:eth1:on
|
||||||
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:on'
|
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:on'
|
||||||
--network bridge={{ main_bridge }},model=virtio,mac={{ mac_address }}
|
--network bridge={{ main_bridge }},model=virtio,mac={{ mac_address }}
|
||||||
--network=bridge={{ nfs_bridge }},model=virtio,mac={{ mac_address1 }}
|
--network=bridge={{ nfs_bridge }},model=virtio,mac={{ mac_address1 }}
|
||||||
|
@ -134,7 +134,7 @@ virt_install_command_ppc64le_two_nic_unsafe: virt-install --machine pseries-4.0
|
||||||
'net.ifnames=0 ksdevice=eth0 ks={{ ks_url }} console=tty0 console=ttyS0
|
'net.ifnames=0 ksdevice=eth0 ks={{ ks_url }} console=tty0 console=ttyS0
|
||||||
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
||||||
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none
|
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none
|
||||||
ip={{ eth1_ip }}:::{{ nm }}:{{ short_hostname }}-nfs:eth1:none'
|
ip={{ eth1_ip }}:::{{ nm }}:{{ inventory_hostname_short }}-nfs:eth1:none'
|
||||||
--network bridge={{ main_bridge }},model=virtio,mac={{ mac_address }}
|
--network bridge={{ main_bridge }},model=virtio,mac={{ mac_address }}
|
||||||
--network=bridge={{ nfs_bridge }},model=virtio,mac={{ mac_address1 }}
|
--network=bridge={{ nfs_bridge }},model=virtio,mac={{ mac_address1 }}
|
||||||
--autostart --noautoconsole --watchdog default --rng /dev/random
|
--autostart --noautoconsole --watchdog default --rng /dev/random
|
||||||
|
@ -166,7 +166,7 @@ virt_install_command_aarch64_two_nic: virt-install -n {{ inventory_hostname }}
|
||||||
'net.ifnames=0 ksdevice=eth0 ks={{ ks_url }}
|
'net.ifnames=0 ksdevice=eth0 ks={{ ks_url }}
|
||||||
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
hostname={{ inventory_hostname }} nameserver={{ dns }}
|
||||||
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none
|
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none
|
||||||
ip={{ eth1_ip }}:::{{ nm }}:{{ short_hostname }}-nfs:eth1:none'
|
ip={{ eth1_ip }}:::{{ nm }}:{{ inventory_hostname_short }}-nfs:eth1:none'
|
||||||
--network bridge={{ main_bridge }},model=virtio,mac={{ mac_address }}
|
--network bridge={{ main_bridge }},model=virtio,mac={{ mac_address }}
|
||||||
--network=bridge={{ nfs_bridge }},model=virtio,mac={{ mac_address1 }}
|
--network=bridge={{ nfs_bridge }},model=virtio,mac={{ mac_address1 }}
|
||||||
--autostart --noautoconsole --rng /dev/random
|
--autostart --noautoconsole --rng /dev/random
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue