host_vars: drop nm: and remove eth0_ipv4_nm from builders/builders_stg
nm is used by installs, but it's set in group_vars/all. Drop the eth0_ipv4_nm from builders / builders_stg because it messes up things by being not in CIDR notitation. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d866ed3851
commit
83d364e0e2
13 changed files with 0 additions and 15 deletions
|
@ -25,7 +25,6 @@ mem_size: 16384
|
|||
## XXX -- note that the fedmsg_certs declaration does not happen here, but
|
||||
# happens instead at the inventory/host_vars/ level s
|
||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3"
|
||||
nm: 255.255.255.0
|
||||
nrpe_procs_crit: 1000
|
||||
# With 16 cpus, theres a bunch more kernel threads
|
||||
nrpe_procs_warn: 900
|
||||
|
|
|
@ -43,7 +43,6 @@ ipa_host_group: bodhi
|
|||
ipa_host_group_desc: Bodhi update service
|
||||
lvm_size: 100000
|
||||
mem_size: 4096
|
||||
nm: 255.255.255.0
|
||||
nrpe_procs_crit: 1000
|
||||
# With 16 cpus, theres a bunch more kernel threads
|
||||
nrpe_procs_warn: 900
|
||||
|
|
|
@ -11,7 +11,6 @@ csi_security_category: High
|
|||
dns: 10.3.163.33
|
||||
docker_registry: "candidate-registry.fedoraproject.org"
|
||||
eth0_ipv4_gw: 10.3.169.254
|
||||
eth0_ipv4_nm: 255.255.255.0
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
host_group: kojibuilder
|
||||
|
@ -26,7 +25,6 @@ ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
|||
lvm_size: 262144
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
mem_size: 15360
|
||||
nm: 255.255.255.0
|
||||
num_cpus: 6
|
||||
# These variables are for koji-containerbuild/osbs
|
||||
osbs_url: "osbs.fedoraproject.org"
|
||||
|
|
|
@ -26,7 +26,6 @@ lvm_size: 140000
|
|||
max_cpu: "{{ num_cpus }}"
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
mem_size: 40960
|
||||
nm: 255.255.255.0
|
||||
num_cpus: 5
|
||||
# These variables are for koji-containerbuild/osbs
|
||||
osbs_url: "osbs.fedoraproject.org"
|
||||
|
|
|
@ -33,7 +33,6 @@ max_cpu: "{{ num_cpus }}"
|
|||
max_mem_size: "{{ mem_size }}"
|
||||
mem_size: 40960
|
||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3"
|
||||
nm: 255.255.255.0
|
||||
num_cpus: 5
|
||||
# These variables are for koji-containerbuild/osbs
|
||||
osbs_url: "osbs.stg.fedoraproject.org"
|
||||
|
|
|
@ -26,7 +26,6 @@ lvm_size: 140000
|
|||
max_cpu: "{{ num_cpus }}"
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
mem_size: 40960
|
||||
nm: 255.255.255.0
|
||||
num_cpus: 5
|
||||
# These variables are for koji-containerbuild/osbs
|
||||
osbs_url: "osbs.fedoraproject.org"
|
||||
|
|
|
@ -33,7 +33,6 @@ max_cpu: "{{ num_cpus }}"
|
|||
max_mem_size: "{{ mem_size }}"
|
||||
mem_size: 40960
|
||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3"
|
||||
nm: 255.255.255.0
|
||||
num_cpus: 5
|
||||
# These variables are for koji-containerbuild/osbs
|
||||
osbs_url: "osbs.stg.fedoraproject.org"
|
||||
|
|
|
@ -31,7 +31,6 @@ lvm_size: 600000
|
|||
main_bridge: br0
|
||||
max_mem_size: 20480
|
||||
mem_size: 20480
|
||||
nm: 255.255.255.0
|
||||
num_cpus: 8
|
||||
virt_install_command: "{{ virt_install_command_ppc64le_one_nic_unsafe }}"
|
||||
volgroup: /dev/vg_guests
|
||||
|
|
|
@ -33,7 +33,6 @@ main_bridge: br0
|
|||
max_mem_size: "{{ mem_size }}"
|
||||
mem_size: 10240
|
||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3"
|
||||
nm: 255.255.255.0
|
||||
num_cpus: 4
|
||||
# These variables are for koji-containerbuild/osbs
|
||||
osbs_url: "osbs.stg.fedoraproject.org"
|
||||
|
|
|
@ -21,7 +21,6 @@ lvm_size: 102400
|
|||
main_bridge: vmbr
|
||||
max_mem_size: "{{ mem_size }}"
|
||||
mem_size: 10240
|
||||
nm: 255.255.255.0
|
||||
num_cpus: 2
|
||||
varnish_group: s390kojipkgs
|
||||
virt_install_command: "{{ virt_install_command_s390x_one_nic }}"
|
||||
|
|
|
@ -12,7 +12,6 @@ datacenter: staging
|
|||
dns1: 10.3.163.33
|
||||
docker_registry: "candidate-registry.stg.fedoraproject.org"
|
||||
eth0_ipv4_gw: 10.3.167.254
|
||||
eth0_ipv4_nm: 255.255.255.0
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
host_group: kojibuilder
|
||||
|
@ -33,7 +32,6 @@ lvm_size: 150000
|
|||
max_mem_size: "{{ mem_size }}"
|
||||
mem_size: 10240
|
||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=4"
|
||||
nm: 255.255.255.0
|
||||
num_cpus: 4
|
||||
# These variables are for koji-containerbuild/osbs
|
||||
osbs_url: "osbs.stg.fedoraproject.org"
|
||||
|
|
|
@ -18,7 +18,6 @@ ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-8-iad2
|
|||
# Define resources for this group of hosts here.
|
||||
lvm_size: 20000
|
||||
mem_size: 4096
|
||||
nm: 255.255.255.0
|
||||
num_cpus: 2
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
|
|
@ -48,7 +48,6 @@ lvm_size: 100000
|
|||
max_mem_size: "{{ mem_size }}"
|
||||
mem_size: 131072
|
||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3"
|
||||
nm: 255.255.255.0
|
||||
nrpe_procs_crit: 1000
|
||||
# With 16 cpus, theres a bunch more kernel threads
|
||||
nrpe_procs_warn: 900
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue