put storinator in proper group. fix netmask on os-master
This commit is contained in:
parent
a1e745978f
commit
df89e91818
2 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
nm: 255.255.255.0
|
||||
nm: 255.255.254.0
|
||||
gw: 38.145.49.254
|
||||
dns: 8.8.8.8
|
||||
|
||||
|
@ -8,6 +8,7 @@ ks_repo: http://209.132.181.6/repo/rhel/RHEL7-x86_64/
|
|||
|
||||
volgroup: /dev/vg_Server
|
||||
eth0_ip: 38.145.48.32
|
||||
eth0_nm: 255.255.254.0
|
||||
vmhost: virthost-os01.fedorainfracloud.org
|
||||
datacenter: cloud
|
||||
|
||||
|
|
|
@ -10,13 +10,18 @@ nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3"
|
|||
# general configs
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
datacenter: cloud
|
||||
|
||||
gw: 38.145.49.254
|
||||
dns: 8.8.8.8
|
||||
|
||||
eth0_ip: 38.145.48.6
|
||||
eth0_nm: 255.255.254.0
|
||||
eth1_ip: 172.24.0.101
|
||||
eth1_nm: 255.255.255.0
|
||||
|
||||
datacenter: cloud
|
||||
host_group: cloud
|
||||
|
||||
tcp_ports_eth1: [ 111, 2049 ]
|
||||
udp_ports_eth1: [ 111, 2049 ]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue