metrics-for-apps: no longer need pxe bios template for ocp nodes
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
fc3153dc91
commit
03c6f77555
2 changed files with 5 additions and 31 deletions
|
@ -82,17 +82,6 @@
|
||||||
- ignition
|
- ignition
|
||||||
- repo
|
- repo
|
||||||
|
|
||||||
- name: == Hardware provisioning == Generating the tftp configuration boot file
|
|
||||||
template:
|
|
||||||
src: ocp_pxeboot.j2
|
|
||||||
dest: /srv/web/infra/bigfiles/tftpboot2/rhcos/{{ mac0 | lower | replace(":","-") }}
|
|
||||||
mode: 0755
|
|
||||||
delegate_to: 127.0.0.1
|
|
||||||
tags:
|
|
||||||
- ignition
|
|
||||||
- repo
|
|
||||||
when: inventory_hostname in groups['ocp_workers_stg']
|
|
||||||
|
|
||||||
- name: == OCP KVM provisioning == Checking OCP Virtual Guest exist[s]
|
- name: == OCP KVM provisioning == Checking OCP Virtual Guest exist[s]
|
||||||
virt:
|
virt:
|
||||||
name: "{{ inventory_hostname }}"
|
name: "{{ inventory_hostname }}"
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
DEFAULT {{ inventory_hostname }}-deploy
|
|
||||||
PROMPT 0
|
|
||||||
TIMEOUT 50
|
|
||||||
TOTALTIMEOUT 6000
|
|
||||||
ONTIMEOUT {{ inventory_hostname }}-deploy
|
|
||||||
|
|
||||||
LABEL local
|
|
||||||
MENU LABEL (local)
|
|
||||||
MENU DEFAULT
|
|
||||||
LOCALBOOT 0
|
|
||||||
|
|
||||||
LABEL {{ inventory_hostname}}-deploy
|
|
||||||
MENU LABEL RHCOS {{ rhcos_version }} {{ arch }}- Kickstart for {{ inventory_hostname }}
|
|
||||||
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