ppc: add net.ifnames=0 to virt-install options

This commit is contained in:
Peter Robinson 2015-11-20 16:42:00 +00:00
parent c8d7b8485b
commit fd6a64398d
4 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ virt_install_command: virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
--graphics none --serial pty
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
--vcpus={{ num_cpus }} -l {{ ks_repo }} -x
"ksdevice=eth0 ks={{ ks_url }} console=tty0 console=hvc0
"net.ifnames=0 ksdevice=eth0 ks={{ ks_url }} console=tty0 console=hvc0
hostname={{ inventory_hostname }} nameserver={{ dns }}
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none
ip={{ eth1_ip }}:::{{ nm }}:{{ inventory_hostname }}-nfs:eth1:none"

View file

@ -13,7 +13,7 @@ virt_install_command: virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
--graphics none --serial pty
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
--vcpus={{ num_cpus }} -l {{ ks_repo }} -x
"ksdevice=eth0 ks={{ ks_url }} console=tty0 console=hvc0
"net.ifnames=0 ksdevice=eth0 ks={{ ks_url }} console=tty0 console=hvc0
hostname={{ inventory_hostname }} nameserver={{ dns }}
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none
ip={{ eth1_ip }}:::{{ nm }}:{{ inventory_hostname }}-nfs:eth1:none"

View file

@ -13,7 +13,7 @@ virt_install_command: virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
--graphics none --serial pty
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
--vcpus={{ num_cpus }} -l {{ ks_repo }} -x
"ksdevice=eth0 ks={{ ks_url }} console=tty0 console=hvc0
"net.ifnames=0 ksdevice=eth0 ks={{ ks_url }} console=tty0 console=hvc0
hostname={{ inventory_hostname }} nameserver={{ dns }}
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none"
--network=bridge=br0,model=virtio --autostart --noautoconsole; sleep 5

View file

@ -13,7 +13,7 @@ virt_install_command: virt-install -n {{ inventory_hostname }} -r {{ mem_size }}
--graphics none --serial pty
--disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }}
--vcpus={{ num_cpus }} -l {{ ks_repo }} -x
"ksdevice=eth0 ks={{ ks_url }} console=tty0 console=hvc0
"net.ifnames=0 ksdevice=eth0 ks={{ ks_url }} console=tty0 console=hvc0
hostname={{ inventory_hostname }} nameserver={{ dns }}
ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none"
--network=bridge=br0,model=virtio --autostart --noautoconsole; sleep 5