Skip to content

Commit

Permalink
update hosts: references
Browse files Browse the repository at this point in the history
  • Loading branch information
octravis committed Apr 20, 2021
1 parent e02dc53 commit 1d4b97f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/request-ocp-ceph-fyre-play/request-ocp-ceph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/request_ocp_fyre/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 1d4b97f

Please sign in to comment.