fix rabbitmq and tang variables which made moving to new datacenter and current operations problematic
This commit is contained in:
parent
4d2f3eb5ac
commit
c4b8ddd804
8 changed files with 89 additions and 34 deletions
|
@ -1,21 +1,4 @@
|
|||
---
|
||||
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-7
|
||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
|
||||
|
||||
datacenter: phx2
|
||||
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 20000
|
||||
mem_size: 4096
|
||||
num_cpus: 2
|
||||
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
tcp_ports: [
|
||||
# https://www.rabbitmq.com/clustering.html#selinux-ports
|
||||
# EPMD
|
||||
|
|
|
@ -1,20 +1,4 @@
|
|||
---
|
||||
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-30
|
||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/30/Server/x86_64/os/
|
||||
|
||||
host_backup_targets: ['/var/db/tang']
|
||||
|
||||
datacenter: phx2
|
||||
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 20000
|
||||
mem_size: 4096
|
||||
num_cpus: 2
|
||||
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
eth0_ip: 10.5.126.33
|
||||
nm: 255.255.255.0
|
||||
gw: 10.5.128.254
|
||||
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/
|
||||
|
|
|
@ -2,3 +2,21 @@
|
|||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 10.5.126.74
|
||||
vmhost: virthost01.phx2.fedoraproject.org
|
||||
|
||||
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/
|
||||
|
||||
datacenter: phx2
|
||||
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 20000
|
||||
mem_size: 4096
|
||||
num_cpus: 2
|
||||
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
|
|
|
@ -2,3 +2,21 @@
|
|||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 10.5.126.75
|
||||
vmhost: virthost12.phx2.fedoraproject.org
|
||||
|
||||
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/
|
||||
|
||||
datacenter: phx2
|
||||
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 20000
|
||||
mem_size: 4096
|
||||
num_cpus: 2
|
||||
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
|
|
|
@ -2,3 +2,21 @@
|
|||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 10.5.126.76
|
||||
vmhost: virthost14.phx2.fedoraproject.org
|
||||
|
||||
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/
|
||||
|
||||
datacenter: phx2
|
||||
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 20000
|
||||
mem_size: 4096
|
||||
num_cpus: 2
|
||||
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
|
|
|
@ -2,3 +2,20 @@
|
|||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 10.5.126.3
|
||||
vmhost: virthost12.phx2.fedoraproject.org
|
||||
|
||||
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-fedora-30
|
||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/30/Server/x86_64/os/
|
||||
|
||||
host_backup_targets: ['/var/db/tang']
|
||||
|
||||
datacenter: phx2
|
||||
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 20000
|
||||
mem_size: 4096
|
||||
num_cpus: 2
|
||||
|
||||
|
|
|
@ -2,3 +2,20 @@
|
|||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 10.5.126.4
|
||||
vmhost: virthost14.phx2.fedoraproject.org
|
||||
|
||||
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-fedora-30
|
||||
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/30/Server/x86_64/os/
|
||||
|
||||
host_backup_targets: ['/var/db/tang']
|
||||
|
||||
datacenter: phx2
|
||||
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 20000
|
||||
mem_size: 4096
|
||||
num_cpus: 2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue