metrics-for-apps: hotfix installdevice for ocp4 workers
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
feab3ac036
commit
bdc1da99d8
4 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@ gw: "{{ eth0_ipv4_gw }}"
|
|||
dns: "{{ dns1 }}"
|
||||
|
||||
pxe_bootdev: eno1
|
||||
install_dev: sda
|
||||
install_dev: /dev/sda
|
||||
mac0: "68:05:CA:CE:A2:AC"
|
||||
|
||||
rhcos_ignition_file_url: "http://10.3.166.50/rhcos/worker.ign"
|
||||
|
|
|
@ -21,7 +21,7 @@ gw: "{{ eth0_ipv4_gw }}"
|
|||
dns: "{{ dns1 }}"
|
||||
|
||||
pxe_bootdev: eno1
|
||||
install_dev: sda
|
||||
install_dev: /dev/sda
|
||||
mac0: "68:05:CA:CE:A3:24"
|
||||
|
||||
rhcos_ignition_file_url: "http://10.3.166.50/rhcos/worker.ign"
|
||||
|
|
|
@ -21,7 +21,7 @@ gw: "{{ eth0_ipv4_gw }}"
|
|||
dns: "{{ dns1 }}"
|
||||
|
||||
pxe_bootdev: eno1
|
||||
install_dev: sda
|
||||
install_dev: /dev/sda
|
||||
mac0: "68:05:CA:CE:A5:10"
|
||||
|
||||
rhcos_ignition_file_url: "http://10.3.166.50/rhcos/worker.ign"
|
||||
|
|
|
@ -12,4 +12,4 @@ LABEL local
|
|||
LABEL {{ inventory_hostname}}-deploy
|
||||
MENU LABEL RHCOS {{ rhcos_version }} {{ arch }}- Kickstart for {{ inventory_hostname }}
|
||||
KERNEL rhcos/rhcos-{{ rhcos_version }}-{{ arch }}-live-kernel-{{ arch }}
|
||||
APPEND ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:{{ pxe_bootdev }}:none nameserver={{ dns }} rd.neednet=1 initrd=rhcos/rhcos-{{ rhcos_version }}-{{ arch }}-live-initramfs.{{ arch }}.img console={{ kernel_console | default('tty0')}} coreos.inst=yes rd.md=1 rd.auto coreos.inst.install_dev={{ install_dev }} coreos.inst.image_url={{ rhcos_install_img_url }} coreos.inst.ignition_url={{ rhcos_ignition_file_url }}
|
||||
APPEND ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:{{ pxe_bootdev }}:none nameserver={{ dns }} initrd=rhcos/rhcos-{{ rhcos_version }}-{{ arch }}-live-initramfs.{{ arch }}.img coreos.inst.install_dev={{ install_dev }} coreos.inst.image_url={{ rhcos_install_img_url }} coreos.inst.ignition_url={{ rhcos_ignition_file_url }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue