pkgs01.stg: add instance to staging
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
4e2f5e08e8
commit
a45f203750
4 changed files with 23 additions and 26 deletions
19
inventory/host_vars/pkgs01.stg.iad2.fedoraproject.org
Normal file
19
inventory/host_vars/pkgs01.stg.iad2.fedoraproject.org
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
---
|
||||||
|
eth0_ip: 10.3.167.74
|
||||||
|
nm: 255.255.255.0
|
||||||
|
gw: 10.3.167.254
|
||||||
|
dns: 10.3.163.33
|
||||||
|
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-8-iad2
|
||||||
|
ks_repo: http://10.3.163.35/repo/rhel/RHEL8-x86_64/
|
||||||
|
volgroup: /dev/vg_guests
|
||||||
|
vmhost: vmhost-x86-03.stg.iad2.fedoraproject.org
|
||||||
|
datacenter: iad2
|
||||||
|
|
||||||
|
ssh_hostnames:
|
||||||
|
- pkgs.stg.fedoraproject.org
|
||||||
|
|
||||||
|
# temp fix to get htis box working
|
||||||
|
baseiptables: False
|
||||||
|
|
||||||
|
# DB used by pagure
|
||||||
|
pagure_db_host: db01.stg.phx2.fedoraproject.org
|
|
@ -1,23 +0,0 @@
|
||||||
---
|
|
||||||
eth0_ip: 10.5.128.175
|
|
||||||
eth1_ip: 10.5.127.124
|
|
||||||
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-rhel-8
|
|
||||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL8-x86_64/
|
|
||||||
volgroup: /dev/vg_virthost16
|
|
||||||
vmhost: virthost05.stg.phx2.fedoraproject.org
|
|
||||||
datacenter: phx2
|
|
||||||
|
|
||||||
ssh_hostnames:
|
|
||||||
- pkgs.stg.fedoraproject.org
|
|
||||||
|
|
||||||
# Need a eth0/eth1 install here.
|
|
||||||
virt_install_command: "{{ virt_install_command_two_nic }}"
|
|
||||||
|
|
||||||
# temp fix to get htis box working
|
|
||||||
baseiptables: False
|
|
||||||
|
|
||||||
# DB used by pagure
|
|
||||||
pagure_db_host: db01.stg.phx2.fedoraproject.org
|
|
|
@ -478,7 +478,7 @@ openqa-x86-worker01.iad2.fedoraproject.org
|
||||||
pkgs01.iad2.fedoraproject.org
|
pkgs01.iad2.fedoraproject.org
|
||||||
|
|
||||||
[pkgs_stg]
|
[pkgs_stg]
|
||||||
# pkgs01.stg.iad2.fedoraproject.org
|
pkgs01.stg.iad2.fedoraproject.org
|
||||||
|
|
||||||
[proxies_external]
|
[proxies_external]
|
||||||
proxy01.iad2.fedoraproject.org
|
proxy01.iad2.fedoraproject.org
|
||||||
|
@ -636,7 +636,7 @@ os-node05.stg.iad2.fedoraproject.org
|
||||||
# osbs-aarch64-node02.stg.iad2.fedoraproject.org
|
# osbs-aarch64-node02.stg.iad2.fedoraproject.org
|
||||||
# packages03.stg.iad2.fedoraproject.org
|
# packages03.stg.iad2.fedoraproject.org
|
||||||
# pdc-web01.stg.iad2.fedoraproject.org
|
# pdc-web01.stg.iad2.fedoraproject.org
|
||||||
# pkgs01.stg.iad2.fedoraproject.org
|
pkgs01.stg.iad2.fedoraproject.org
|
||||||
proxy01.stg.iad2.fedoraproject.org
|
proxy01.stg.iad2.fedoraproject.org
|
||||||
proxy02.stg.iad2.fedoraproject.org
|
proxy02.stg.iad2.fedoraproject.org
|
||||||
rabbitmq01.stg.iad2.fedoraproject.org
|
rabbitmq01.stg.iad2.fedoraproject.org
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
- hosts
|
- hosts
|
||||||
- rkhunter
|
- rkhunter
|
||||||
- nagios_client
|
- nagios_client
|
||||||
- fas_client
|
- { role: fas_client, when: env != "staging" }
|
||||||
- collectd/base
|
- collectd/base
|
||||||
- sudo
|
- sudo
|
||||||
- apache
|
- apache
|
||||||
|
@ -31,6 +31,7 @@
|
||||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||||
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
- import_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||||
|
when: env != "staging"
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue