metrics-for-apps: template pxeboot worker nodes
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
37b2427919
commit
aee759077e
1 changed files with 2 additions and 2 deletions
|
@ -11,5 +11,5 @@ 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 }} initrd=rhcos/rhcos-{{ rhcos_version }}-{{ arch }}-live-initramfs.{{ arch }}.img coreos.inst.install_dev={{ install_dev }} coreos.live.rootfs_url={{ rhcos_install_rootfs_url }} coreos.inst.ignition_url={{ rhcos_ignition_file_url }}
|
||||
KERNEL {{ rhcos_kernel_url }}
|
||||
APPEND ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:{{ pxe_bootdev }}:none nameserver={{ dns }} initrd={{ rhcos_initrd_url }} coreos.inst.install_dev={{ install_dev }} coreos.live.rootfs_url={{ rhcos_install_rootfs_url }} coreos.inst.ignition_url={{ rhcos_ignition_file_url }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue