inventory: Drop nonexistent machines from inventory, update machines that were manually updated.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
2cf7fa16f6
commit
9183a5d5f9
9 changed files with 4 additions and 138 deletions
|
@ -1,9 +0,0 @@
|
||||||
---
|
|
||||||
nm: 255.255.255.0
|
|
||||||
gw: 10.5.128.254
|
|
||||||
dns: 10.5.126.21
|
|
||||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-27
|
|
||||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/27/Server/x86_64/os/
|
|
||||||
volgroup: /dev/vg_guests
|
|
||||||
eth0_ip: 10.5.128.80
|
|
||||||
vmhost: virthost04.stg.phx2.fedoraproject.org
|
|
|
@ -1,5 +1,3 @@
|
||||||
---
|
---
|
||||||
vmhost: aarch64-c21n1.arm.fedoraproject.org
|
vmhost: aarch64-c21n1.arm.fedoraproject.org
|
||||||
eth0_ip: 10.5.129.175
|
eth0_ip: 10.5.129.175
|
||||||
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-27-armv7
|
|
||||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/27/Everything/armhfp/os/
|
|
||||||
|
|
|
@ -1,51 +0,0 @@
|
||||||
---
|
|
||||||
nm: 255.255.255.0
|
|
||||||
gw: 10.5.128.254
|
|
||||||
dns: 10.5.126.21
|
|
||||||
volgroup: /dev/vg_guests
|
|
||||||
eth0_ip: 10.5.128.99
|
|
||||||
vmhost: virthost03.stg.phx2.fedoraproject.org
|
|
||||||
datacenter: phx2
|
|
||||||
|
|
||||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-27
|
|
||||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/27/Server/x86_64/os/
|
|
||||||
|
|
||||||
# This is a generic list, monitored by collectd
|
|
||||||
databases:
|
|
||||||
- koji
|
|
||||||
|
|
||||||
# These are normally group variables, but in this case db servers are often different
|
|
||||||
lvm_size: 500000
|
|
||||||
mem_size: 16384
|
|
||||||
max_mem_size: "{{ mem_size }}"
|
|
||||||
num_cpus: 8
|
|
||||||
fas_client_groups: sysadmin-dba,sysadmin-noc,sysadmin-veteran,sysadmin-releng
|
|
||||||
|
|
||||||
# kernel SHMMAX value
|
|
||||||
kernel_shmmax: 68719476736
|
|
||||||
|
|
||||||
#
|
|
||||||
# Only allow postgresql access from the frontend node.
|
|
||||||
#
|
|
||||||
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.98 --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 -p vrrp -j ACCEPT',
|
|
||||||
]
|
|
||||||
|
|
||||||
#
|
|
||||||
# Large updates pushes cause lots of db threads doing the tag moves, so up this from default.
|
|
||||||
#
|
|
||||||
nrpe_procs_warn: 600
|
|
||||||
nrpe_procs_crit: 700
|
|
||||||
shared_buffers: "4GB"
|
|
||||||
effective_cache_size: "12GB"
|
|
||||||
|
|
||||||
# Keepalived variables
|
|
||||||
#keepalived_interface: eth0
|
|
||||||
#keepalived_priority: 50
|
|
||||||
#keepalived_ipaddress: 10.5.128.97/24
|
|
||||||
#keepalived_routerid: 18
|
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
image: "{{ fedora27_x86_64 }}"
|
|
||||||
instance_type: m1.medium
|
|
||||||
keypair: fedora-admin-20130801
|
|
||||||
security_group: ssh-anywhere-persistent,all-icmp-persistent,default,web-80-anywhere-persistent,web-443-anywhere-persistent,all-icmp-persistent
|
|
||||||
zone: nova
|
|
||||||
tcp_ports: [22, 80, 443]
|
|
||||||
|
|
||||||
inventory_tenant: persistent
|
|
||||||
inventory_instance_name: hubs-dev
|
|
||||||
hostbase: hubs-dev
|
|
||||||
public_ip: 209.132.184.47
|
|
||||||
root_auth_users: sayanchowdhury abompard
|
|
||||||
description: hubs development instance
|
|
||||||
|
|
||||||
cloud_networks:
|
|
||||||
# persistent-net
|
|
||||||
- net-id: "67b77354-39a4-43de-b007-bb813ac5c35f"
|
|
|
@ -1,12 +0,0 @@
|
||||||
---
|
|
||||||
nm: 255.255.255.0
|
|
||||||
gw: 10.5.128.254
|
|
||||||
dns: 10.5.126.21
|
|
||||||
|
|
||||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-27
|
|
||||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/27/Server/x86_64/os/
|
|
||||||
|
|
||||||
volgroup: /dev/vg_guests
|
|
||||||
eth0_ip: 10.5.128.190
|
|
||||||
vmhost: virthost02.stg.phx2.fedoraproject.org
|
|
||||||
datacenter: phx2
|
|
|
@ -12,8 +12,8 @@ eth0_ip: 10.5.131.72
|
||||||
# install
|
# install
|
||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-24-openqa
|
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-29-openqa
|
||||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/24/Server/x86_64/os/
|
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/29/Server/x86_64/os/
|
||||||
volgroup: /dev/vg_guests
|
volgroup: /dev/vg_guests
|
||||||
vmhost: virthost-comm04.qa.fedoraproject.org
|
vmhost: virthost-comm04.qa.fedoraproject.org
|
||||||
datacenter: phx2
|
datacenter: phx2
|
||||||
|
|
|
@ -12,8 +12,8 @@ eth0_ip: 10.5.131.71
|
||||||
# install
|
# install
|
||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-24-openqa
|
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-29-openqa
|
||||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/24/Server/x86_64/os/
|
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/29/Server/x86_64/os/
|
||||||
volgroup: /dev/VirtGuests
|
volgroup: /dev/VirtGuests
|
||||||
vmhost: virthost-comm03.qa.fedoraproject.org
|
vmhost: virthost-comm03.qa.fedoraproject.org
|
||||||
datacenter: phx2
|
datacenter: phx2
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
nm: 255.255.255.0
|
|
||||||
gw: 10.5.128.254
|
|
||||||
dns: 10.5.126.21
|
|
||||||
|
|
||||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-27
|
|
||||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/27/Server/x86_64/os/
|
|
||||||
|
|
||||||
vmhost: virthost03.stg.phx2.fedoraproject.org
|
|
||||||
volgroup: /dev/vg_guests
|
|
||||||
|
|
||||||
eth0_ip: 10.5.128.154
|
|
||||||
|
|
||||||
# This is consumed by the roles/fedora-web/main role
|
|
||||||
sponsor: redhat
|
|
||||||
|
|
||||||
nrpe_procs_warn: 1200
|
|
||||||
nrpe_procs_crit: 1400
|
|
|
@ -1,24 +0,0 @@
|
||||||
---
|
|
||||||
nm: 255.255.255.0
|
|
||||||
gw: 10.5.124.254
|
|
||||||
dns: 10.5.126.21
|
|
||||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-23
|
|
||||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/23/Server/x86_64/os/
|
|
||||||
volgroup: /dev/VirtGuests
|
|
||||||
eth0_ip: 10.5.124.180
|
|
||||||
eth0_nm: 255.255.255.128
|
|
||||||
vmhost: virthost-comm03.qa.fedoraproject.org
|
|
||||||
datacenter: phx2
|
|
||||||
|
|
||||||
fas_client_groups: sysadmin-qa,sysadmin-main
|
|
||||||
|
|
||||||
mariadb_root_password: "{{ qadevel_mariadb_root_password }}"
|
|
||||||
|
|
||||||
public_hostname: qadevel.qa.fedoraproject.org
|
|
||||||
buildmaster: 10.5.124.180
|
|
||||||
|
|
||||||
buildslaves:
|
|
||||||
- qadevel
|
|
||||||
|
|
||||||
# needed for local buildslave
|
|
||||||
buildslave_name: 'qadevel'
|
|
Loading…
Add table
Add a link
Reference in a new issue