diff --git a/playbooks/groups/osbs/aarch64/cluster_deployment.yml b/playbooks/groups/osbs/aarch64/cluster_deployment.yml index ae01c92dd9..9037ffe985 100644 --- a/playbooks/groups/osbs/aarch64/cluster_deployment.yml +++ b/playbooks/groups/osbs/aarch64/cluster_deployment.yml @@ -1,9 +1,9 @@ # Create the aarch64 Origin cluster for OSBS -- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=osbs-aarch64-nodes-stg:osbs-aarch64-masters-stg" +- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=osbs-aarch64-masters-stg" - name: make the box be real - hosts: osbs-aarch64-masters-stg:osbs-aarch64-nodes-stg + hosts: osbs-aarch64-masters-stg user: root gather_facts: True @@ -59,7 +59,7 @@ openshift_ansible_install_examples: false, openshift_ansible_containerized_deploy: false, openshift_cluster_masters_group: "osbs-aarch64-masters-stg", - openshift_cluster_nodes_group: "osbs-aarch64-nodes-stg", + openshift_cluster_nodes_group: "osbs-aarch64-masters-stg", openshift_cluster_infra_group: "osbs-aarch64-masters-stg", openshift_auth_profile: "osbs", openshift_cluster_url: "https://{{osbs_url}}", @@ -75,7 +75,7 @@ } - name: Setup OSBS requirements for OpenShift cluster hosts - hosts: osbs-aarch64-masters-stg:osbs-aarch64-nodes-stg + hosts: osbs-aarch64-masters-stg tags: - osbs-aarch64-cluster-req user: root