metrics: ensure host is in the ocp_stg group before running task

Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
David Kirwan 2021-07-20 11:03:38 +01:00
parent a40fe2e8a4
commit 390d31a6ab

View file

@ -57,11 +57,6 @@
state: link state: link
src: "/var/www/html/rhcos/rhcos-{{ rhcos_version }}-x86_64-metal.x86_64.raw.gz" src: "/var/www/html/rhcos/rhcos-{{ rhcos_version }}-x86_64-metal.x86_64.raw.gz"
dest: "/var/www/html/rhcos/rhcos-metal.raw" dest: "/var/www/html/rhcos/rhcos-metal.raw"
- name: == OCP KVM provisioning == Creating needed treeinfo for virt-install --location
template:
src: ocp-treeinfo.j2
dest: /var/www/html/rhcos/.treeinfo
mode: 0644
tags: tags:
- ignition - ignition
- repo - repo
@ -72,11 +67,11 @@
name: "{{ inventory_hostname }}" name: "{{ inventory_hostname }}"
state: running state: running
ignore_errors: yes ignore_errors: yes
no_log: True
delegate_to: "{{ vmhost }}" delegate_to: "{{ vmhost }}"
register: vm_exists register: vm_exists
tags: tags:
- kvm_deploy - kvm_deploy
when: inventory_hostname in groups['ocp_controlplane_stg']
- block: - block:
- name: == OCP KVM provisioning == Deploying the OCP Virtual Guest[s] - name: == OCP KVM provisioning == Deploying the OCP Virtual Guest[s]
command: "{{ virt_install_command }}" command: "{{ virt_install_command }}"