group vars for osbs aarch nodes

This commit is contained in:
Mark O'Brien 2020-11-23 14:59:50 +00:00
parent 2f444379e0
commit 9a87338400
2 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,20 @@
---
# Define resources for this group of hosts here.
lvm_size: 60000
mem_size: 8192
max_mem_size: "{{ mem_size }}"
num_cpus: 2
max_cpu: "{{ num_cpus }}"
virt_install_command: "{{ virt_install_command_aarch64_one_nic_unsafe }}"
tcp_ports: [ 80, 443, 8443, 10250]
openshift_node_labels: {'region': 'primary', 'zone': 'default'}
nagios_Check_Services:
nrpe: true
sshd: true
named: false
dhcpd: false
httpd: false
swap: false

View file

@ -0,0 +1,20 @@
---
# Define resources for this group of hosts here.
lvm_size: 60000
mem_size: 8192
max_mem_size: "{{ mem_size }}"
num_cpus: 2
max_cpu: "{{ num_cpus }}"
virt_install_command: "{{ virt_install_command_aarch64_one_nic }}"
tcp_ports: [ 80, 443, 8443, 10250]
openshift_node_labels: {'region': 'primary', 'zone': 'default'}
nagios_Check_Services:
nrpe: true
sshd: true
named: false
dhcpd: false
httpd: false
swap: false