summaryrefslogtreecommitdiffstats
path: root/playbooks/gce/openshift-cluster/vars.yml
blob: 7fb13c7a6a8b5921db0a77b3f1d5b01591135cde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
do_we_use_openshift_sdn: true
sdn_network_plugin: redhat/openshift-ovs-subnet
debug_level: 2
# os_sdn_network_plugin_name can be ovssubnet or multitenant, see https://docs.openshift.org/latest/architecture/additional_concepts/sdn.html#ovssubnet-plugin-operation

deployment_rhel7_ent_base:
  image: rhel-7
  machine_type: n1-standard-1
  ssh_user:
  sudo: yes

deployment_vars:
  origin:
    image: preinstalled-slave-50g-v5
    machine_type: n1-standard-1
    ssh_user: root
    sudo: yes
  online:
    image: libra-rhel7
    machine_type: n1-standard-1
    ssh_user: root
    sudo: no
  enterprise: "{{ deployment_rhel7_ent_base }}"
  openshift-enterprise: "{{ deployment_rhel7_ent_base }}"
  atomic-enterprise: "{{ deployment_rhel7_ent_base }}"