Skip to content

Commit

Permalink
Merge pull request #141 from rayashworth/update-add-host
Browse files Browse the repository at this point in the history
change default host_group for add_host
  • Loading branch information
rayashworth authored Apr 20, 2021
2 parents cf6cdb9 + 1d4b97f commit 1aae837
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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/request-ocp-fyre-play/request-ocp-fyre-play.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
roles:
- role: request_ocp_fyre

- hosts: ocp-clusters
- hosts: ocpClusters
gather_facts: false
tasks:
- name: Check machine alive
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/request_ocp_fyre/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ fyreocpplus_clusterstatusurl: "{{ fyreocpplus_apiurl }}/v1/ocp/{{ clusterName }}
fyre_ocpdeployurl: "{{ fyre_apiurl }}?operation=deployopenshiftcluster"
fyreocpplus_ocpdeployurl: "{{ fyreocpplus_apiurl }}/v1/ocp/"
fyre_opshowclusterurl: "{{ fyre_apiurl }}?operation=query&request=showclusters"
fyre_ocp_inf_group: "ocp-clusters"
fyre_ocp_inf_group: "ocpClusters"
fyre_inf_node_name: "{{ clusterName | lower }}-inf"
fyre_site: "svl"
fyre_ocptype: "ocp"
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 1aae837

Please sign in to comment.