Use only one VM for aarch64 osbs stg
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
325155810b
commit
22537b5a90
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue