OSBS: Add aarch64 stg master to openshift pre-req play
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
155026444f
commit
33f879700f
1 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
||||||
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=osbs-nodes-stg:osbs-masters-stg"
|
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=osbs-nodes-stg:osbs-masters-stg"
|
||||||
|
|
||||||
- name: make the box be real
|
- name: make the box be real
|
||||||
hosts: osbs-control:osbs-masters:osbs-nodes:osbs-control-stg:osbs-masters-stg:osbs-nodes-stg
|
hosts: osbs-control:osbs-masters:osbs-nodes:osbs-control-stg:osbs-masters-stg:osbs-nodes-stg:osbs-aarch64-masters-stg
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
value: "True"
|
value: "True"
|
||||||
|
|
||||||
- name: Setup cluster masters pre-reqs
|
- name: Setup cluster masters pre-reqs
|
||||||
hosts: osbs-masters-stg:osbs-masters
|
hosts: osbs-masters-stg:osbs-masters:osbs-aarch64-masters-stg
|
||||||
tags:
|
tags:
|
||||||
- osbs-cluster-prereq
|
- osbs-cluster-prereq
|
||||||
user: root
|
user: root
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
|
|
||||||
|
|
||||||
- name: Setup cluster hosts pre-reqs
|
- name: Setup cluster hosts pre-reqs
|
||||||
hosts: osbs-masters-stg:osbs-nodes-stg:osbs-masters:osbs-nodes
|
hosts: osbs-masters-stg:osbs-nodes-stg:osbs-masters:osbs-nodes:osbs-aarch64-masters-stg
|
||||||
tags:
|
tags:
|
||||||
- osbs-cluster-prereq
|
- osbs-cluster-prereq
|
||||||
user: root
|
user: root
|
||||||
|
@ -162,7 +162,7 @@
|
||||||
dest: "/etc/sysconfig/docker-storage-setup"
|
dest: "/etc/sysconfig/docker-storage-setup"
|
||||||
|
|
||||||
- name: Deploy kerberose keytab to cluster hosts
|
- name: Deploy kerberose keytab to cluster hosts
|
||||||
hosts: osbs-masters-stg:osbs-nodes-stg:osbs-masters:osbs-nodes
|
hosts: osbs-masters-stg:osbs-nodes-stg:osbs-masters:osbs-nodes:osbs-aarch64-masters-stg
|
||||||
tags:
|
tags:
|
||||||
- osbs-cluster-prereq
|
- osbs-cluster-prereq
|
||||||
user: root
|
user: root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue