Setup hosts file for blockerbugs hosts, add blockerbugs02 to ansible.
This commit is contained in:
parent
4ab36f75b7
commit
dfcf080ae8
3 changed files with 19 additions and 0 deletions
|
@ -15,3 +15,5 @@ fas_client_groups: sysadmin-noc,fi-apprentice,sysadmin-qa
|
||||||
|
|
||||||
# This gets overridden by whichever node we want to run special cronjobs.
|
# This gets overridden by whichever node we want to run special cronjobs.
|
||||||
master_blockerbugs_node: False
|
master_blockerbugs_node: False
|
||||||
|
|
||||||
|
host_group: blockerbugs
|
||||||
|
|
13
inventory/host_vars/blockerbugs02.phx2.fedoraproject.org
Normal file
13
inventory/host_vars/blockerbugs02.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
nm: 255.255.255.0
|
||||||
|
gw: 10.5.126.254
|
||||||
|
dns: 10.5.126.21
|
||||||
|
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-7
|
||||||
|
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
|
||||||
|
volgroup: /dev/vg_guests00
|
||||||
|
eth0_ip: 10.5.126.54
|
||||||
|
vmhost: virthost14.phx2.fedoraproject.org
|
||||||
|
datacenter: phx2
|
||||||
|
|
||||||
|
# This is the secondary node
|
||||||
|
master_blockerbugs_node: False
|
4
roles/hosts/blockerbugs-hosts
Normal file
4
roles/hosts/blockerbugs-hosts
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
|
||||||
|
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
|
||||||
|
10.5.126.23 infrastructure.fedoraproject.org
|
||||||
|
10.5.126.71 db-blockerbugs.phx2.fedoraproject.org db01.phx2.fedoraproject.org
|
Loading…
Add table
Add a link
Reference in a new issue