mass vm host_vars edit for default network connection

This commit is contained in:
Pete Buffon 2022-01-19 14:18:12 -08:00 committed by kevin
parent cc920ed019
commit 938e63fa71
342 changed files with 852 additions and 1172 deletions

View file

@ -67,6 +67,8 @@ datacenter: iad2
dbs_to_backup: [] dbs_to_backup: []
dns1: "10.3.163.33" dns1: "10.3.163.33"
dns2: "10.3.163.34" dns2: "10.3.163.34"
dns_search1: "iad2.fedoraproject.org"
dns_search2: "fedoraproject.org"
# env is staging or production, we default it to production here. # env is staging or production, we default it to production here.
env: production env: production
env_prefix: "" env_prefix: ""
@ -74,7 +76,7 @@ env_short: prod
env_suffix: "" env_suffix: ""
# Default netmask. All of our iad2 nets are /24's. Almost all of our # Default netmask. All of our iad2 nets are /24's. Almost all of our
# non-iad2 sites are less than a /24. # non-iad2 sites are less than a /24.
eth0_nm: 255.255.255.0 eth0_ipv4_nm: 24
eth1_ip: 10.0.0.10 eth1_ip: 10.0.0.10
eth1_nm: 255.255.255.0 eth1_nm: 255.255.255.0
# By default, fedmsg hosts are in passive mode. External hosts are typically # By default, fedmsg hosts are in passive mode. External hosts are typically
@ -148,6 +150,22 @@ nagios_Check_Services:
nat_rules: [] nat_rules: []
# usually we do not want to enable nested virt, only on some virthosts # usually we do not want to enable nested virt, only on some virthosts
nested: false nested: false
network_connections:
- autoconnect: yes
ip:
address:
- "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}"
dhcp4: no
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- "{{ dns_search1 }}"
- "{{ dns_search2 }}"
gateway4: "{{ eth0_ipv4_gw }}"
mac: "{{ ansible_default_ipv4.macaddress }}"
name: eth0
type: ethernet
nfs_bridge: br1 nfs_bridge: br1
# nfs mount options, override at the group/host level # nfs mount options, override at the group/host level
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3" nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"

View file

@ -1,8 +1,10 @@
--- ---
datacenter: rdu-cc datacenter: rdu-cc
dns: 8.8.8.8 dns1: 8.8.8.8
eth0_ip: 8.43.85.52 dns2: 8.8.4.4
gw: 8.43.85.254 eth0_ipv4_gw: 8.43.85.254
eth0_ipv4_ip: 8.43.85.52
eth0_ipv4_nm: 24
ks_repo: http://38.145.60.16/pub/fedora/linux/releases/34/Server/armhfp/os/ ks_repo: http://38.145.60.16/pub/fedora/linux/releases/34/Server/armhfp/os/
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-fedora ks_url: http://38.145.60.16/repo/rhel/ks/kvm-fedora
libdir: /usr/lib libdir: /usr/lib
@ -19,7 +21,6 @@ nagios_Check_Services:
raid: false raid: false
sshd: false sshd: false
swap: false swap: false
nm: 255.255.255.0
num_cpus: 5 num_cpus: 5
virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}"
vmhost: vmhost-a64-cc01.rdu-cc.fedoraproject.org vmhost: vmhost-a64-cc01.rdu-cc.fedoraproject.org

View file

@ -1,8 +1,10 @@
--- ---
datacenter: rdu-cc datacenter: rdu-cc
dns: 8.8.8.8 dns1: 8.8.8.8
eth0_ip: 8.43.85.53 dns2: 8.8.4.4
gw: 8.43.85.254 eth0_ipv4_gw: 8.43.85.254
eth0_ipv4_ip: 8.43.85.53
eth0_ipv4_nm: 24
ks_repo: http://38.145.60.16/pub/fedora/linux/releases/34/Server/armhfp/os/ ks_repo: http://38.145.60.16/pub/fedora/linux/releases/34/Server/armhfp/os/
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-fedora ks_url: http://38.145.60.16/repo/rhel/ks/kvm-fedora
libdir: /usr/lib libdir: /usr/lib
@ -19,7 +21,6 @@ nagios_Check_Services:
raid: false raid: false
sshd: false sshd: false
swap: false swap: false
nm: 255.255.255.0
num_cpus: 5 num_cpus: 5
virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}" virt_install_command: "{{ virt_install_command_armv7_one_nic_unsafe }}"
vmhost: vmhost-a64-cc01.rdu-cc.fedoraproject.org vmhost: vmhost-a64-cc01.rdu-cc.fedoraproject.org

View file

@ -1,10 +1,9 @@
--- ---
datacenter: iad2 datacenter: iad2
dns: 10.3.163.33 eth0_ipv4_gw: 10.3.167.254
eth0_ip: 10.3.167.29 eth0_ipv4_ip: 10.3.167.29
gw: 10.3.167.254 eth0_ipv4_nm: 24
ks_repo: http://10.3.163.35/repo/rhel/RHEL8-x86_64/ ks_repo: http://10.3.163.35/repo/rhel/RHEL8-x86_64/
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-8-iad2 ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-8-iad2
nm: 255.255.255.0
vmhost: bvmhost-x86-02.stg.iad2.fedoraproject.org vmhost: bvmhost-x86-02.stg.iad2.fedoraproject.org
volgroup: /dev/vg_guests volgroup: /dev/vg_guests

View file

@ -1,11 +1,10 @@
--- ---
datacenter: iad2 datacenter: iad2
dns: 10.3.163.33 eth0_ipv4_gw: 10.3.163.254
eth0_ip: 10.3.163.94 eth0_ipv4_ip: 10.3.163.94
gw: 10.3.163.254 eth0_ipv4_nm: 24
ks_repo: http://10.3.163.35/repo/rhel/RHEL7-x86_64/ ks_repo: http://10.3.163.35/repo/rhel/RHEL7-x86_64/
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-7-iad2 ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-7-iad2
nm: 255.255.255.0
sar_output_file: badges.json sar_output_file: badges.json
# GDPR SAR variables # GDPR SAR variables
sar_script: /usr/local/bin/get-sar-person-details sar_script: /usr/local/bin/get-sar-person-details

View file

@ -1,9 +1,8 @@
--- ---
datacenter: iad2 datacenter: iad2
dns: 10.3.163.33
eth0_ipv4: 10.3.166.44
eth0_ipv4_gw: 10.3.166.254 eth0_ipv4_gw: 10.3.166.254
eth0_ipv4_nm: 255.255.255.0 eth0_ipv4_ip: 10.3.166.44
eth0_ipv4_nm: 24
ks_repo: http://10.3.163.35/repo/rhel/RHEL7-x86_64/ ks_repo: http://10.3.163.35/repo/rhel/RHEL7-x86_64/
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-7-iad2 ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-7-iad2
sar_output_file: badges.json sar_output_file: badges.json

View file

@ -1,10 +1,9 @@
--- ---
datacenter: iad2 datacenter: iad2
dns: 10.3.163.33 eth0_ipv4_gw: 10.3.163.254
eth0_ip: 10.3.163.95 eth0_ipv4_ip: 10.3.163.95
gw: 10.3.163.254 eth0_ipv4_nm: 24
ks_repo: http://10.3.163.35/repo/rhel/RHEL7-x86_64/ ks_repo: http://10.3.163.35/repo/rhel/RHEL7-x86_64/
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-7-iad2 ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-7-iad2
nm: 255.255.255.0
vmhost: vmhost-x86-04.iad2.fedoraproject.org vmhost: vmhost-x86-04.iad2.fedoraproject.org
volgroup: /dev/vg_guests volgroup: /dev/vg_guests

View file

@ -1,9 +1,8 @@
--- ---
datacenter: iad2 datacenter: iad2
dns: 10.3.163.33
eth0_ipv4: 10.3.166.65
eth0_ipv4_gw: 10.3.166.254 eth0_ipv4_gw: 10.3.166.254
eth0_ipv4_nm: 255.255.255.0 eth0_ipv4_ip: 10.3.166.65
eth0_ipv4_nm: 24
ks_repo: http://10.3.163.35/repo/rhel/RHEL7-x86_64/ ks_repo: http://10.3.163.35/repo/rhel/RHEL7-x86_64/
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-7-iad2 ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-7-iad2
vmhost: vmhost-x86-11.stg.iad2.fedoraproject.org vmhost: vmhost-x86-11.stg.iad2.fedoraproject.org

View file

@ -1,11 +1,12 @@
--- ---
datacenter: iad2 datacenter: iad2
dns: 8.8.8.8 dns1: 8.8.8.8
eth0_ip: 10.3.163.31 dns2: 8.8.4.4
gw: 10.3.163.254 eth0_ipv4_gw: 10.3.163.254
eth0_ipv4_ip: 10.3.163.31
eth0_ipv4_nm: 24
ks_repo: http://209.132.181.6/repo/rhel/RHEL8-x86_64/ ks_repo: http://209.132.181.6/repo/rhel/RHEL8-x86_64/
ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-8-ext ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-8-ext
nm: 255.255.255.0
ssh_hostnames: ssh_hostnames:
- bastion.fedoraproject.org - bastion.fedoraproject.org
- bastion01.fedoraproject.org - bastion01.fedoraproject.org

View file

@ -1,11 +1,10 @@
--- ---
datacenter: iad2 datacenter: iad2
dns: 10.3.163.33 eth0_ipv4_gw: 10.3.163.254
eth0_ip: 10.3.163.32 eth0_ipv4_ip: 10.3.163.32
gw: 10.3.163.254 eth0_ipv4_nm: 24
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL8-x86_64/ ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL8-x86_64/
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-8-iad2 ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-8-iad2
nm: 255.255.255.0
ssh_hostnames: ssh_hostnames:
- bastion.fedoraproject.org - bastion.fedoraproject.org
- bastion02.fedoraproject.org - bastion02.fedoraproject.org

View file

@ -4,14 +4,14 @@ dns: 172.31.2.24
dns1: 172.31.2.24 dns1: 172.31.2.24
#dns2: 8.8.4.4 #dns2: 8.8.4.4
eth0_ip: 172.31.2.21 eth0_ipv4_gw: 172.31.2.254
eth0_ipv4_ip: 172.31.2.21
eth0_ipv4_nm: 24
eth0_nm: 255.255.255.0 eth0_nm: 255.255.255.0
gw: 172.31.2.254
ks_repo: http://38.145.60.16/repo/rhel/RHEL8-x86_64/ ks_repo: http://38.145.60.16/repo/rhel/RHEL8-x86_64/
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel-8-ext ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel-8-ext
max_mem_size: 32768 max_mem_size: 32768
mem_size: 16384 mem_size: 16384
nm: 255.255.255.0
nrpe_procs_crit: 1400 nrpe_procs_crit: 1400
nrpe_procs_warn: 1200 nrpe_procs_warn: 1200
num_cpus: 8 num_cpus: 8

View file

@ -1,11 +1,10 @@
--- ---
datacenter: iad2 datacenter: iad2
dns: 10.3.163.33 eth0_ipv4_gw: 10.3.163.254
eth0_ip: 10.3.163.35 eth0_ipv4_ip: 10.3.163.35
gw: 10.3.163.254 eth0_ipv4_nm: 24
ks_repo: http://209.132.181.6/repo/rhel/RHEL8-x86_64/ ks_repo: http://209.132.181.6/repo/rhel/RHEL8-x86_64/
ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-8-ext ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-8-ext
nm: 255.255.255.0
sar_output_file: koji.json sar_output_file: koji.json
#host_backup_targets: ['/git', '/mnt/fedora/app/attachments'] #host_backup_targets: ['/git', '/mnt/fedora/app/attachments']

View file

@ -5,11 +5,12 @@ dns: 172.31.2.24
dns1: 172.31.2.24 dns1: 172.31.2.24
#dns2: 8.8.4.4 #dns2: 8.8.4.4
eth0_ip: 172.31.2.25 eth0_ipv4_gw: 172.31.2.254
eth0_ipv4_ip: 172.31.2.25
eth0_ipv4_nm: 24
eth0_nm: 255.255.255.0 eth0_nm: 255.255.255.0
eth1_ip: 172.31.1.3 eth1_ip: 172.31.1.3
eth1_nm: 255.255.255.0 eth1_nm: 255.255.255.0
gw: 172.31.2.254
ks_repo: http://38.145.60.16/repo/rhel/RHEL8-x86_64/ ks_repo: http://38.145.60.16/repo/rhel/RHEL8-x86_64/
ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel-8-ext ks_url: http://38.145.60.16/repo/rhel/ks/kvm-rhel-8-ext
max_mem_size: 32768 max_mem_size: 32768
@ -21,7 +22,6 @@ nagios_Check_Services:
ping: false ping: false
sshd: false sshd: false
swap: false swap: false
nm: 255.255.255.0
nrpe_procs_crit: 1400 nrpe_procs_crit: 1400
nrpe_procs_warn: 1200 nrpe_procs_warn: 1200
num_cpus: 8 num_cpus: 8

View file

@ -1,13 +1,12 @@
--- ---
blockerbugs_db_host_machine: db01.iad2.fedoraproject.org blockerbugs_db_host_machine: db01.iad2.fedoraproject.org
datacenter: iad2 datacenter: iad2
dns: 10.3.163.33 eth0_ipv4_gw: 10.3.163.254
eth0_ip: 10.3.163.88 eth0_ipv4_ip: 10.3.163.88
gw: 10.3.163.254 eth0_ipv4_nm: 24
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/33/Server/x86_64/os/ ks_repo: http://10.3.163.35/pub/fedora/linux/releases/33/Server/x86_64/os/
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
# This is the master node in stg, so it runs the cron job # This is the master node in stg, so it runs the cron job
master_blockerbugs_node: True master_blockerbugs_node: True
nm: 255.255.255.0
vmhost: vmhost-x86-07.iad2.fedoraproject.org vmhost: vmhost-x86-07.iad2.fedoraproject.org
volgroup: /dev/vg_guests volgroup: /dev/vg_guests

View file

@ -1,12 +1,11 @@
--- ---
datacenter: iad2 datacenter: iad2
dns: 10.3.163.33 eth0_ipv4_gw: 10.3.166.254
eth0_ip: 10.3.166.37 eth0_ipv4_ip: 10.3.166.37
gw: 10.3.166.254 eth0_ipv4_nm: 24
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/33/Server/x86_64/os/ ks_repo: http://10.3.163.35/pub/fedora/linux/releases/33/Server/x86_64/os/
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
# This is the master node in stg, so it runs the cron job # This is the master node in stg, so it runs the cron job
master_blockerbugs_node: True master_blockerbugs_node: True
nm: 255.255.255.0
vmhost: vmhost-x86-08.stg.iad2.fedoraproject.org vmhost: vmhost-x86-08.stg.iad2.fedoraproject.org
volgroup: /dev/vg_guests volgroup: /dev/vg_guests

View file

@ -26,8 +26,9 @@ csi_relationship: |
# For the MOTD # For the MOTD
csi_security_category: Medium csi_security_category: Medium
datacenter: iad2 datacenter: iad2
dns: 10.3.163.33 eth0_ipv4_gw: 10.3.169.254
eth0_ip: 10.3.169.101 eth0_ipv4_ip: 10.3.169.101
eth0_ipv4_nm: 24
# These are consumed by a task in roles/fedmsg/base/main.yml # These are consumed by a task in roles/fedmsg/base/main.yml
fedmsg_certs: fedmsg_certs:
# These are certs for pungi # These are certs for pungi
@ -73,12 +74,10 @@ fedmsg_certs:
group: ftpsync group: ftpsync
owner: root owner: root
service: ftpsync service: ftpsync
gw: 10.3.169.254
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/34/Server/x86_64/os/ ks_repo: http://10.3.163.35/pub/fedora/linux/releases/34/Server/x86_64/os/
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
max_mem_size: 98304 max_mem_size: 98304
mem_size: 98304 mem_size: 98304
nm: 255.255.255.0
num_cpus: 30 num_cpus: 30
sar_output_file: bodhi.json sar_output_file: bodhi.json
# GDPR SAR variables # GDPR SAR variables

View file

@ -1,7 +1,8 @@
--- ---
dns: 10.3.163.33
eth0_ip: 10.3.167.32
# These are consumed by a task in roles/fedmsg/base/main.yml # These are consumed by a task in roles/fedmsg/base/main.yml
eth0_ipv4_gw: 10.3.167.254
eth0_ipv4_ip: 10.3.167.32
eth0_ipv4_nm: 24
fedmsg_certs: fedmsg_certs:
# This first cert is used by the push-tool. releng members run it and it fires # This first cert is used by the push-tool. releng members run it and it fires
# off a simple fedmsg message that the masher (running as fedmsg-hub) is # off a simple fedmsg message that the masher (running as fedmsg-hub) is
@ -18,10 +19,8 @@ fedmsg_certs:
group: sysadmin-releng group: sysadmin-releng
owner: apache owner: apache
service: releng service: releng
gw: 10.3.167.254
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/34/Server/x86_64/os/ ks_repo: http://10.3.163.35/pub/fedora/linux/releases/34/Server/x86_64/os/
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
mac_address: 52:54:00:1c:40:15 mac_address: 52:54:00:1c:40:15
nm: 255.255.255.0
vmhost: bvmhost-x86-03.stg.iad2.fedoraproject.org vmhost: bvmhost-x86-03.stg.iad2.fedoraproject.org
volgroup: /dev/vg_guests volgroup: /dev/vg_guests

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.61
dns2: 10.3.163.34
eth0_ip: 10.3.170.61
vmhost: bvmhost-a64-01.iad2.fedoraproject.org vmhost: bvmhost-a64-01.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.167.46
dns2: 10.3.163.34
eth0_ip: 10.3.167.46
vmhost: bvmhost-a64-01.stg.iad2.fedoraproject.org vmhost: bvmhost-a64-01.stg.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.62
dns2: 10.3.163.34
eth0_ip: 10.3.170.62
vmhost: bvmhost-a64-01.iad2.fedoraproject.org vmhost: bvmhost-a64-01.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.167.54
dns2: 10.3.163.34
eth0_ip: 10.3.167.54
vmhost: bvmhost-a64-01.stg.iad2.fedoraproject.org vmhost: bvmhost-a64-01.stg.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.63
dns2: 10.3.163.34
eth0_ip: 10.3.170.63
vmhost: bvmhost-a64-01.iad2.fedoraproject.org vmhost: bvmhost-a64-01.iad2.fedoraproject.org

View file

@ -1,3 +1,3 @@
--- ---
eth0_ip: 10.3.167.55 eth0_ipv4_ip: 10.3.167.55
vmhost: bvmhost-a64-01.stg.iad2.fedoraproject.org vmhost: bvmhost-a64-01.stg.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.64
dns2: 10.3.163.34
eth0_ip: 10.3.170.64
vmhost: bvmhost-a64-02.iad2.fedoraproject.org vmhost: bvmhost-a64-02.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.65
dns2: 10.3.163.34
eth0_ip: 10.3.170.65
vmhost: bvmhost-a64-02.iad2.fedoraproject.org vmhost: bvmhost-a64-02.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.66
dns2: 10.3.163.34
eth0_ip: 10.3.170.66
vmhost: bvmhost-a64-02.iad2.fedoraproject.org vmhost: bvmhost-a64-02.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.67
dns2: 10.3.163.34
eth0_ip: 10.3.170.67
vmhost: bvmhost-a64-03.iad2.fedoraproject.org vmhost: bvmhost-a64-03.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.68
dns2: 10.3.163.34
eth0_ip: 10.3.170.68
vmhost: bvmhost-a64-03.iad2.fedoraproject.org vmhost: bvmhost-a64-03.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.69
dns2: 10.3.163.34
eth0_ip: 10.3.170.69
vmhost: bvmhost-a64-03.iad2.fedoraproject.org vmhost: bvmhost-a64-03.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.70
dns2: 10.3.163.34
eth0_ip: 10.3.170.70
vmhost: bvmhost-a64-04.iad2.fedoraproject.org vmhost: bvmhost-a64-04.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.71
dns2: 10.3.163.34
eth0_ip: 10.3.170.71
vmhost: bvmhost-a64-04.iad2.fedoraproject.org vmhost: bvmhost-a64-04.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.72
dns2: 10.3.163.34
eth0_ip: 10.3.170.72
vmhost: bvmhost-a64-04.iad2.fedoraproject.org vmhost: bvmhost-a64-04.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.73
dns2: 10.3.163.34
eth0_ip: 10.3.170.73
vmhost: bvmhost-a64-05.iad2.fedoraproject.org vmhost: bvmhost-a64-05.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.74
dns2: 10.3.163.34
eth0_ip: 10.3.170.74
vmhost: bvmhost-a64-05.iad2.fedoraproject.org vmhost: bvmhost-a64-05.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.75
dns2: 10.3.163.34
eth0_ip: 10.3.170.75
vmhost: bvmhost-a64-05.iad2.fedoraproject.org vmhost: bvmhost-a64-05.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.76
dns2: 10.3.163.34
eth0_ip: 10.3.170.76
vmhost: bvmhost-a64-06.iad2.fedoraproject.org vmhost: bvmhost-a64-06.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.77
dns2: 10.3.163.34
eth0_ip: 10.3.170.77
vmhost: bvmhost-a64-06.iad2.fedoraproject.org vmhost: bvmhost-a64-06.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.78
dns2: 10.3.163.34
eth0_ip: 10.3.170.78
vmhost: bvmhost-a64-06.iad2.fedoraproject.org vmhost: bvmhost-a64-06.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.79
dns2: 10.3.163.34
eth0_ip: 10.3.170.79
vmhost: bvmhost-a64-07.iad2.fedoraproject.org vmhost: bvmhost-a64-07.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.80
dns2: 10.3.163.34
eth0_ip: 10.3.170.80
vmhost: bvmhost-a64-07.iad2.fedoraproject.org vmhost: bvmhost-a64-07.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.81
dns2: 10.3.163.34
eth0_ip: 10.3.170.81
vmhost: bvmhost-a64-07.iad2.fedoraproject.org vmhost: bvmhost-a64-07.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.82
dns2: 10.3.163.34
eth0_ip: 10.3.170.82
vmhost: bvmhost-a64-08.iad2.fedoraproject.org vmhost: bvmhost-a64-08.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.83
dns2: 10.3.163.34
eth0_ip: 10.3.170.83
vmhost: bvmhost-a64-08.iad2.fedoraproject.org vmhost: bvmhost-a64-08.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.84
dns2: 10.3.163.34
eth0_ip: 10.3.170.84
vmhost: bvmhost-a64-08.iad2.fedoraproject.org vmhost: bvmhost-a64-08.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.85
dns2: 10.3.163.34
eth0_ip: 10.3.170.85
vmhost: bvmhost-a64-09.iad2.fedoraproject.org vmhost: bvmhost-a64-09.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.86
dns2: 10.3.163.34
eth0_ip: 10.3.170.86
vmhost: bvmhost-a64-09.iad2.fedoraproject.org vmhost: bvmhost-a64-09.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.87
dns2: 10.3.163.34
eth0_ip: 10.3.170.87
vmhost: bvmhost-a64-09.iad2.fedoraproject.org vmhost: bvmhost-a64-09.iad2.fedoraproject.org

View file

@ -1,3 +1,3 @@
--- ---
eth0_ip: 10.3.170.88 eth0_ipv4_ip: 10.3.170.88
vmhost: bvmhost-a64-10.iad2.fedoraproject.org vmhost: bvmhost-a64-10.iad2.fedoraproject.org

View file

@ -1,3 +1,3 @@
--- ---
eth0_ip: 10.3.170.89 eth0_ipv4_ip: 10.3.170.89
vmhost: bvmhost-a64-10.iad2.fedoraproject.org vmhost: bvmhost-a64-10.iad2.fedoraproject.org

View file

@ -1,3 +1,3 @@
--- ---
eth0_ip: 10.3.170.90 eth0_ipv4_ip: 10.3.170.90
vmhost: bvmhost-a64-10.iad2.fedoraproject.org vmhost: bvmhost-a64-10.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.144
dns2: 10.3.163.34
eth0_ip: 10.3.170.144
vmhost: bvmhost-a64-11.iad2.fedoraproject.org vmhost: bvmhost-a64-11.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.145
dns2: 10.3.163.34
eth0_ip: 10.3.170.145
vmhost: bvmhost-a64-11.iad2.fedoraproject.org vmhost: bvmhost-a64-11.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.146
dns2: 10.3.163.34
eth0_ip: 10.3.170.146
vmhost: bvmhost-a64-11.iad2.fedoraproject.org vmhost: bvmhost-a64-11.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.91
dns2: 10.3.163.34
eth0_ip: 10.3.170.91
vmhost: bvmhost-a64-01.iad2.fedoraproject.org vmhost: bvmhost-a64-01.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.167.45
dns2: 10.3.163.34
eth0_ip: 10.3.167.45
vmhost: bvmhost-a64-01.stg.iad2.fedoraproject.org vmhost: bvmhost-a64-01.stg.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.92
dns2: 10.3.163.34
eth0_ip: 10.3.170.92
vmhost: bvmhost-a64-01.iad2.fedoraproject.org vmhost: bvmhost-a64-01.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.167.52
dns2: 10.3.163.34
eth0_ip: 10.3.167.52
vmhost: bvmhost-a64-01.stg.iad2.fedoraproject.org vmhost: bvmhost-a64-01.stg.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.93
dns2: 10.3.163.34
eth0_ip: 10.3.170.93
vmhost: bvmhost-a64-01.iad2.fedoraproject.org vmhost: bvmhost-a64-01.iad2.fedoraproject.org

View file

@ -1,3 +1,3 @@
--- ---
eth0_ip: 10.3.167.53 eth0_ipv4_ip: 10.3.167.53
vmhost: bvmhost-a64-01.stg.iad2.fedoraproject.org vmhost: bvmhost-a64-01.stg.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.94
dns2: 10.3.163.34
eth0_ip: 10.3.170.94
vmhost: bvmhost-a64-02.iad2.fedoraproject.org vmhost: bvmhost-a64-02.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.95
dns2: 10.3.163.34
eth0_ip: 10.3.170.95
vmhost: bvmhost-a64-02.iad2.fedoraproject.org vmhost: bvmhost-a64-02.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.96
dns2: 10.3.163.34
eth0_ip: 10.3.170.96
vmhost: bvmhost-a64-02.iad2.fedoraproject.org vmhost: bvmhost-a64-02.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.97
dns2: 10.3.163.34
eth0_ip: 10.3.170.97
vmhost: bvmhost-a64-03.iad2.fedoraproject.org vmhost: bvmhost-a64-03.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.98
dns2: 10.3.163.34
eth0_ip: 10.3.170.98
vmhost: bvmhost-a64-03.iad2.fedoraproject.org vmhost: bvmhost-a64-03.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.99
dns2: 10.3.163.34
eth0_ip: 10.3.170.99
vmhost: bvmhost-a64-03.iad2.fedoraproject.org vmhost: bvmhost-a64-03.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.100
dns2: 10.3.163.34
eth0_ip: 10.3.170.100
vmhost: bvmhost-a64-04.iad2.fedoraproject.org vmhost: bvmhost-a64-04.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.101
dns2: 10.3.163.34
eth0_ip: 10.3.170.101
vmhost: bvmhost-a64-04.iad2.fedoraproject.org vmhost: bvmhost-a64-04.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.102
dns2: 10.3.163.34
eth0_ip: 10.3.170.102
vmhost: bvmhost-a64-04.iad2.fedoraproject.org vmhost: bvmhost-a64-04.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.103
dns2: 10.3.163.34
eth0_ip: 10.3.170.103
vmhost: bvmhost-a64-05.iad2.fedoraproject.org vmhost: bvmhost-a64-05.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.104
dns2: 10.3.163.34
eth0_ip: 10.3.170.104
vmhost: bvmhost-a64-05.iad2.fedoraproject.org vmhost: bvmhost-a64-05.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.105
dns2: 10.3.163.34
eth0_ip: 10.3.170.105
vmhost: bvmhost-a64-05.iad2.fedoraproject.org vmhost: bvmhost-a64-05.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.106
dns2: 10.3.163.34
eth0_ip: 10.3.170.106
vmhost: bvmhost-a64-06.iad2.fedoraproject.org vmhost: bvmhost-a64-06.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.107
dns2: 10.3.163.34
eth0_ip: 10.3.170.107
vmhost: bvmhost-a64-06.iad2.fedoraproject.org vmhost: bvmhost-a64-06.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.108
dns2: 10.3.163.34
eth0_ip: 10.3.170.108
vmhost: bvmhost-a64-06.iad2.fedoraproject.org vmhost: bvmhost-a64-06.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.109
dns2: 10.3.163.34
eth0_ip: 10.3.170.109
vmhost: bvmhost-a64-07.iad2.fedoraproject.org vmhost: bvmhost-a64-07.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.110
dns2: 10.3.163.34
eth0_ip: 10.3.170.110
vmhost: bvmhost-a64-07.iad2.fedoraproject.org vmhost: bvmhost-a64-07.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.111
dns2: 10.3.163.34
eth0_ip: 10.3.170.111
vmhost: bvmhost-a64-07.iad2.fedoraproject.org vmhost: bvmhost-a64-07.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.112
dns2: 10.3.163.34
eth0_ip: 10.3.170.112
vmhost: bvmhost-a64-08.iad2.fedoraproject.org vmhost: bvmhost-a64-08.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.113
dns2: 10.3.163.34
eth0_ip: 10.3.170.113
vmhost: bvmhost-a64-08.iad2.fedoraproject.org vmhost: bvmhost-a64-08.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.114
dns2: 10.3.163.34
eth0_ip: 10.3.170.114
vmhost: bvmhost-a64-08.iad2.fedoraproject.org vmhost: bvmhost-a64-08.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.115
dns2: 10.3.163.34
eth0_ip: 10.3.170.115
vmhost: bvmhost-a64-09.iad2.fedoraproject.org vmhost: bvmhost-a64-09.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.116
dns2: 10.3.163.34
eth0_ip: 10.3.170.116
vmhost: bvmhost-a64-09.iad2.fedoraproject.org vmhost: bvmhost-a64-09.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.117
dns2: 10.3.163.34
eth0_ip: 10.3.170.117
vmhost: bvmhost-a64-09.iad2.fedoraproject.org vmhost: bvmhost-a64-09.iad2.fedoraproject.org

View file

@ -1,3 +1,3 @@
--- ---
eth0_ip: 10.3.170.118 eth0_ipv4_ip: 10.3.170.118
vmhost: bvmhost-a64-10.iad2.fedoraproject.org vmhost: bvmhost-a64-10.iad2.fedoraproject.org

View file

@ -1,3 +1,3 @@
--- ---
eth0_ip: 10.3.170.119 eth0_ipv4_ip: 10.3.170.119
vmhost: bvmhost-a64-10.iad2.fedoraproject.org vmhost: bvmhost-a64-10.iad2.fedoraproject.org

View file

@ -1,3 +1,3 @@
--- ---
eth0_ip: 10.3.170.120 eth0_ipv4_ip: 10.3.170.120
vmhost: bvmhost-a64-10.iad2.fedoraproject.org vmhost: bvmhost-a64-10.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.141
dns2: 10.3.163.34
eth0_ip: 10.3.170.141
vmhost: bvmhost-a64-11.iad2.fedoraproject.org vmhost: bvmhost-a64-11.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.142
dns2: 10.3.163.34
eth0_ip: 10.3.170.142
vmhost: bvmhost-a64-11.iad2.fedoraproject.org vmhost: bvmhost-a64-11.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.170.143
dns2: 10.3.163.34
eth0_ip: 10.3.170.143
vmhost: bvmhost-a64-11.iad2.fedoraproject.org vmhost: bvmhost-a64-11.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.171.41
dns2: 10.3.163.34
eth0_ip: 10.3.171.41
vmhost: bvmhost-p09-01.iad2.fedoraproject.org vmhost: bvmhost-p09-01.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.167.47
dns2: 10.3.163.34
eth0_ip: 10.3.167.47
vmhost: bvmhost-p08-01.stg.iad2.fedoraproject.org vmhost: bvmhost-p08-01.stg.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.171.42
dns2: 10.3.163.34
eth0_ip: 10.3.171.42
vmhost: bvmhost-p09-01.iad2.fedoraproject.org vmhost: bvmhost-p09-01.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.167.48
dns2: 10.3.163.34
eth0_ip: 10.3.167.48
vmhost: bvmhost-p08-01.stg.iad2.fedoraproject.org vmhost: bvmhost-p08-01.stg.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.171.43
dns2: 10.3.163.34
eth0_ip: 10.3.171.43
vmhost: bvmhost-p09-01.iad2.fedoraproject.org vmhost: bvmhost-p09-01.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.167.49
dns2: 10.3.163.34
eth0_ip: 10.3.167.49
vmhost: bvmhost-p08-01.stg.iad2.fedoraproject.org vmhost: bvmhost-p08-01.stg.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.171.44
dns2: 10.3.163.34
eth0_ip: 10.3.171.44
vmhost: bvmhost-p09-01.iad2.fedoraproject.org vmhost: bvmhost-p09-01.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.167.50
dns2: 10.3.163.34
eth0_ip: 10.3.167.50
vmhost: bvmhost-p08-01.stg.iad2.fedoraproject.org vmhost: bvmhost-p08-01.stg.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.171.45
dns2: 10.3.163.34
eth0_ip: 10.3.171.45
vmhost: bvmhost-p09-01.iad2.fedoraproject.org vmhost: bvmhost-p09-01.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.167.51
dns2: 10.3.163.34
eth0_ip: 10.3.167.51
vmhost: bvmhost-p08-01.stg.iad2.fedoraproject.org vmhost: bvmhost-p08-01.stg.iad2.fedoraproject.org

View file

@ -1,6 +1,4 @@
--- ---
datacenter: iad2 datacenter: iad2
dns1: 10.3.163.33 eth0_ipv4_ip: 10.3.171.46
dns2: 10.3.163.34
eth0_ip: 10.3.171.46
vmhost: bvmhost-p09-01.iad2.fedoraproject.org vmhost: bvmhost-p09-01.iad2.fedoraproject.org

Some files were not shown because too many files have changed in this diff Show more