group vars for osbs aarch nodes
This commit is contained in:
parent
2f444379e0
commit
9a87338400
2 changed files with 40 additions and 0 deletions
20
inventory/group_vars/osbs_aarch64_node
Normal file
20
inventory/group_vars/osbs_aarch64_node
Normal 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
|
20
inventory/group_vars/osbs_aarch64_nodes
Normal file
20
inventory/group_vars/osbs_aarch64_nodes
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue