blob: 3f8cbe4a730811f49601f1205537405535765cee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
---
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"
|