blob: e8ee868c2940df0c730053ff1e31d83b05b28e37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
ands_openshift_labels:
region: "infra"
zone: "default"
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
|