From 1d4b97ff19f2e955d82bbfe5ca70d2f69162e8c6 Mon Sep 17 00:00:00 2001 From: OC Travis Date: Tue, 20 Apr 2021 09:07:21 -0500 Subject: [PATCH] update hosts: references --- ansible/request-ocp-ceph-fyre-play/request-ocp-ceph.yml | 2 +- .../request-ocp-cs-install-fyre-play/request-ocp-cs-install.yml | 2 +- ansible/roles/request_ocp_fyre/readme.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/request-ocp-ceph-fyre-play/request-ocp-ceph.yml b/ansible/request-ocp-ceph-fyre-play/request-ocp-ceph.yml index b20f52837..bc7db370e 100644 --- a/ansible/request-ocp-ceph-fyre-play/request-ocp-ceph.yml +++ b/ansible/request-ocp-ceph-fyre-play/request-ocp-ceph.yml @@ -5,7 +5,7 @@ - role: request_ocp_fyre - name: Install csi-cephfs onto OCP+Beta Fyre cluster - hosts: ocp-clusters + hosts: ocpClusters gather_facts: false roles: - role: git_install_fyre diff --git a/ansible/request-ocp-cs-install-fyre-play/request-ocp-cs-install.yml b/ansible/request-ocp-cs-install-fyre-play/request-ocp-cs-install.yml index 3e608bc40..16e5023ca 100644 --- a/ansible/request-ocp-cs-install-fyre-play/request-ocp-cs-install.yml +++ b/ansible/request-ocp-cs-install-fyre-play/request-ocp-cs-install.yml @@ -5,7 +5,7 @@ - role: request_ocp_fyre - name: Install csi-cephfs and then common services onto OCP+Beta Fyre cluster - hosts: ocp-clusters + hosts: ocpClusters gather_facts: false roles: - role: git_install_fyre diff --git a/ansible/roles/request_ocp_fyre/readme.md b/ansible/roles/request_ocp_fyre/readme.md index 1ef865f81..aa450116e 100644 --- a/ansible/roles/request_ocp_fyre/readme.md +++ b/ansible/roles/request_ocp_fyre/readme.md @@ -14,7 +14,7 @@ Will it is expected to run on a host with the following hostvars set in inventor The role expects to be supplied: - clusterName - ocpVersion - - fyre_ocp_inf_group (optional: defaults to 'ocp-clusters') + - fyre_ocp_inf_group (optional: defaults to 'ocpClusters') - fyre_site (optional: defaults to svl)