Reinstall db-koji01.stg on Fedora 27
This commit is contained in:
parent
0b5895d664
commit
81b04cf18a
1 changed files with 13 additions and 12 deletions
|
@ -7,8 +7,8 @@ eth0_ip: 10.5.128.98
|
||||||
vmhost: virthost04.phx2.fedoraproject.org
|
vmhost: virthost04.phx2.fedoraproject.org
|
||||||
datacenter: phx2
|
datacenter: phx2
|
||||||
|
|
||||||
ks_url: http://infrastructure.phx2.fedoraproject.org/repo/rhel/ks/kvm-rhel-7
|
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-27
|
||||||
ks_repo: http://infrastructure.phx2.fedoraproject.org/repo/rhel/RHEL7-x86_64/
|
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/27/Server/x86_64/os/
|
||||||
|
|
||||||
# This is a generic list, monitored by collectd
|
# This is a generic list, monitored by collectd
|
||||||
databases:
|
databases:
|
||||||
|
@ -19,32 +19,33 @@ lvm_size: 500000
|
||||||
mem_size: 16384
|
mem_size: 16384
|
||||||
max_mem_size: "{{ mem_size }}"
|
max_mem_size: "{{ mem_size }}"
|
||||||
num_cpus: 8
|
num_cpus: 8
|
||||||
fas_client_groups: sysadmin-dba,sysadmin-noc,sysadmin-veteran
|
fas_client_groups: sysadmin-dba,sysadmin-noc,sysadmin-veteran,sysadmin-releng
|
||||||
|
|
||||||
# kernel SHMMAX value
|
# kernel SHMMAX value
|
||||||
kernel_shmmax: 68719476736
|
kernel_shmmax: 68719476736
|
||||||
|
|
||||||
#
|
#
|
||||||
# Only allow postgresql access from the frontend node and other db nodes
|
# Only allow postgresql access from the frontend node.
|
||||||
#
|
#
|
||||||
custom_rules: [
|
custom_rules: [
|
||||||
'-A INPUT -p tcp -m tcp -s 10.5.128.139 --dport 5432 -j ACCEPT',
|
'-A INPUT -p tcp -m tcp -s 10.5.128.139 --dport 5432 -j ACCEPT',
|
||||||
'-A INPUT -p tcp -m tcp -s 10.5.128.98 --dport 5432 -j ACCEPT',
|
'-A INPUT -p tcp -m tcp -s 10.5.128.98 --dport 5432 -j ACCEPT',
|
||||||
'-A INPUT -p tcp -m tcp -s 10.5.128.99 --dport 5432 -j ACCEPT',
|
'-A INPUT -p tcp -m tcp -s 10.5.128.99 --dport 5432 -j ACCEPT',
|
||||||
'-A INPUT -d 224.0.0.0/8 -j ACCEPT',
|
'-A INPUT -d 224.0.0.0/8 -j ACCEPT',
|
||||||
'-A INPUT -p vrrp -j ACCEPT',
|
'-A INPUT -p vrrp -j ACCEPT',
|
||||||
]
|
]
|
||||||
|
|
||||||
#
|
#
|
||||||
# Large updates pushes cause lots of db threads doing the tag moves, so up this from default.
|
# Large updates pushes cause lots of db threads doing the tag moves, so up this from default.
|
||||||
#
|
#
|
||||||
nrpe_procs_warn: 600
|
nrpe_procs_warn: 600
|
||||||
nrpe_procs_crit: 700
|
nrpe_procs_crit: 700
|
||||||
shared_buffers: "8GB"
|
shared_buffers: "8GB"
|
||||||
effective_cache_size: "24GB"
|
effective_cache_size: "24GB"
|
||||||
|
|
||||||
# Keepalived variables
|
# Keepalived variables
|
||||||
keepalived_interface: eth0
|
#keepalived_interface: eth0
|
||||||
keepalived_priority: 100
|
#keepalived_priority: 50
|
||||||
keepalived_ipaddress: 10.5.128.97/24
|
#keepalived_ipaddress: 10.5.128.97/24
|
||||||
keepalived_routerid: 18
|
#keepalived_routerid: 18
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue