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
|
@ -14,7 +14,7 @@
|
||||||
# nameservers:
|
# nameservers:
|
||||||
# - 192.168.1.1
|
# - 192.168.1.1
|
||||||
# - 192.168.2.2
|
# - 192.168.2.2
|
||||||
# gateway
|
# gateway
|
||||||
# deploy_host: # http server serving ignition files
|
# deploy_host: # http server serving ignition files
|
||||||
- hosts: os_control_stg:ocp_controlplane_stg:ocp_workers_stg:ocp_boostrap_stg:ocp_vms_stg
|
- hosts: os_control_stg:ocp_controlplane_stg:ocp_workers_stg:ocp_boostrap_stg:ocp_vms_stg
|
||||||
user: root
|
user: root
|
||||||
|
@ -23,12 +23,12 @@
|
||||||
tasks:
|
tasks:
|
||||||
- block:
|
- block:
|
||||||
- name: == OCP KVM provisioning == Ensuring we have needed httpd dir
|
- name: == OCP KVM provisioning == Ensuring we have needed httpd dir
|
||||||
file:
|
file:
|
||||||
path: "/var/www/html/rhcos"
|
path: "/var/www/html/rhcos"
|
||||||
state: directory
|
state: directory
|
||||||
mode: 0755
|
mode: 0755
|
||||||
- name: == OCP KVM provisioning == Importing generated Ignition files
|
- name: == OCP KVM provisioning == Importing generated Ignition files
|
||||||
template:
|
template:
|
||||||
src: "/srv/web/infra/bigfiles/openshiftboot/{{ env }}/{{ item }}"
|
src: "/srv/web/infra/bigfiles/openshiftboot/{{ env }}/{{ item }}"
|
||||||
dest: "/var/www/html/rhcos/{{ item }}"
|
dest: "/var/www/html/rhcos/{{ item }}"
|
||||||
mode: 0755
|
mode: 0755
|
||||||
|
@ -36,8 +36,8 @@
|
||||||
- bootstrap.ign
|
- bootstrap.ign
|
||||||
- controlplane.ign
|
- controlplane.ign
|
||||||
- worker.ign
|
- worker.ign
|
||||||
- name: == OCP KVM provisioning == Creating treeinfo for virt-install --location
|
- name: == OCP KVM provisioning == Creating treeinfo for virt-install --location
|
||||||
template:
|
template:
|
||||||
src: "/srv/web/infra/bigfiles/openshiftboot/ocp-treeinfo.j2"
|
src: "/srv/web/infra/bigfiles/openshiftboot/ocp-treeinfo.j2"
|
||||||
dest: "/var/www/html/rhcos/.treeinfo"
|
dest: "/var/www/html/rhcos/.treeinfo"
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
@ -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