summaryrefslogtreecommitdiffstats
path: root/playbooks/provisioning/openstack/sample-inventory/group_vars/OSEv3.yml
blob: 7f99986f6500e86fb923c01b66c623678c77cc4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
openshift_deployment_type: openshift-enterprise
openshift_release: v3.5
openshift_master_default_subdomain: "apps.{{ env_id }}.{{ public_dns_domain }}"

# NOTE(shadower): do not remove this line, otherwise the default node labels
# won't be set up.
openshift_node_labels: "{{ openstack.metadata.node_labels }}"

osm_default_node_selector: 'region=primary'

# For POCs or demo environments that are using smaller instances than
# the official recommended values for RAM and DISK, uncomment the line below.
# openshift_disable_check: disk_availability,memory_availability