OSBS: switch OSBS to OCP instead of origin in stg
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
4751d77220
commit
7125e00932
1 changed files with 26 additions and 0 deletions
|
@ -238,6 +238,32 @@
|
|||
openshift_ansible_use_crio: false
|
||||
openshift_ansible_crio_only: false
|
||||
tags: ['openshift-cluster-x86','ansible-ansible-openshift-ansible']
|
||||
when: env != "staging"
|
||||
|
||||
- role: ansible-ansible-openshift-ansible
|
||||
cluster_inventory_filename: "{{ inventory_filename }}"
|
||||
openshift_master_public_api_url: "https://{{ osbs_url }}:8443"
|
||||
openshift_release: "v3.11"
|
||||
openshift_ansible_path: "/root/openshift-ansible"
|
||||
openshift_ansible_pre_playbook: "playbooks/prerequisites.yml"
|
||||
openshift_ansible_playbook: "playbooks/deploy_cluster.yml"
|
||||
openshift_ansible_version: "openshift-ansible-3.11.51-1"
|
||||
openshift_ansible_ssh_user: root
|
||||
openshift_ansible_install_examples: false
|
||||
openshift_ansible_containerized_deploy: false
|
||||
openshift_cluster_masters_group: "{{ cluster_masters_group }}"
|
||||
openshift_cluster_nodes_group: "{{ cluster_nodes_group }}"
|
||||
openshift_cluster_infra_group: "{{ cluster_infra_group }}"
|
||||
openshift_auth_profile: "osbs"
|
||||
openshift_cluster_url: "https://{{osbs_url}}"
|
||||
openshift_master_ha: false
|
||||
openshift_debug_level: 2
|
||||
openshift_shared_infra: true
|
||||
openshift_deployment_type: "openshift-enterprise"
|
||||
openshift_ansible_use_crio: false
|
||||
openshift_ansible_crio_only: false
|
||||
tags: ['openshift-cluster-x86','ansible-ansible-openshift-ansible']
|
||||
when: env == "staging"
|
||||
|
||||
- name: Deploy OpenShift Cluster aarch64
|
||||
hosts: osbs_control:osbs_control_stg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue