---
ands_openshift_labels: 
  region: "infra"
  zone: "default"
  production: 1
  server: 1
  permanent: 1
  hostid: "{{ ands_host_id }}"
  hostname: "{{ ansible_hostname }}"
  fqdn: "{{ ansible_hostname }}.{{ ansible_domain }}"
  master: "{{ (('masters' in group_names) or ( 'new_masters' in group_names )) | ternary(1, 0) }}"
  fat_storage: "{{ ( 'storage_nodes' in group_names ) | ternary(1, 0) }}"
  fat_memory: 0
  pod_node: 1
  compute_node: 0
  gpu_node: 0



ands_default_node_selector:
  zone: default
  production: "1"