[multiple updates]

Add in drives45 to hand over to Kevin for 45drives evaluation.
Remove ipv6 from inventory so system can be cleaned out. This box should never have been on the frozen category.

No idea why that file got renamed.
This commit is contained in:
Stephen Smoogen 2019-03-20 13:52:08 +00:00
parent 008b1a1231
commit e885219167
4 changed files with 19 additions and 37 deletions

View file

@ -140,6 +140,8 @@ buildhw-aarch64-07.arm.fedoraproject.org
buildhw-aarch64-08.arm.fedoraproject.org buildhw-aarch64-08.arm.fedoraproject.org
autocloud-backend-aarch64.arm.fedoraproject.org autocloud-backend-aarch64.arm.fedoraproject.org
[45drives]
drives45-01.phx2.fedoraproject.org
[hardware:children] [hardware:children]
moonshot moonshot
@ -147,3 +149,5 @@ powerpc
dells dells
ibms ibms
appliedmicro appliedmicro
45drives

View file

@ -1,27 +0,0 @@
---
nrpe_procs_warn: 900
nrpe_procs_crit: 1000
eth0_ip: 8.43.85.71
eth0_nm: 255.255.255.0
gw: 8.43.85.254
nm: 255.255.255.0
dns: 8.8.8.8
deployment_type: prod
volgroup: /dev/vg_guests
vmhost: virthost-cc-rdu03.fedoraproject.org
datacenter: rdu-cc
fas_client_groups: sysadmin-troubleshoot
has_ipv6: yes
eth0_ipv6: "2620:52:3:1:dead:beef:cafe:fed0"
eth0_ipv6_gw: "2620:52:3:1:ffff:ffff:ffff:fffe"
vpn: false
ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-7-ext
ks_repo: http://209.132.181.6/repo/rhel/RHEL7-x86_64/
host_backup_targets: ['/srv']

View file

@ -1513,7 +1513,6 @@ retrace01.qa.fedoraproject.org
[rhel8beta] [rhel8beta]
el8betatest01.stg.phx2.fedoraproject.org el8betatest01.stg.phx2.fedoraproject.org
#osuosl03.fedoraproject.org
[ipv6-test] [nfs-servers]
ipv6-test.fedoraproject.org drives45-01.phx2.fedoraproject.org

View file

@ -1,9 +1,7 @@
# This is a basic playbook # This is a basic playbook
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=ipv6-test" - name: dole out the basic configuration
hosts: nfs-servers
- name: make the boxen be real for real
hosts: ipv6-test
user: root user: root
gather_facts: True gather_facts: True
@ -12,6 +10,9 @@
- "/srv/private/ansible/vars.yml" - "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
pre_tasks:
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
roles: roles:
- base - base
- rkhunter - rkhunter
@ -21,12 +22,17 @@
- collectd/base - collectd/base
- sudo - sudo
pre_tasks:
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
tasks: tasks:
- import_tasks: "{{ tasks_path }}/2fa_client.yml" - import_tasks: "{{ tasks_path }}/2fa_client.yml"
- import_tasks: "{{ tasks_path }}/motd.yml" - import_tasks: "{{ tasks_path }}/motd.yml"
handlers: handlers:
- import_tasks: "{{ handlers_path }}/restart_services.yml" - import_tasks: "{{ handlers_path }}/restart_services.yml"
- name: dole out the NFS configuration
hosts: nfs-servers
user: root
gather_facts: True
role:
- nfs/server