From b861f0d98c45a784b902146b5a924407bafc062c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 3 Feb 2016 18:38:51 +0000 Subject: [PATCH] Add ipv6 info for all ibiblio hosts and guests --- inventory/host_vars/download-ib02.fedoraproject.org | 4 ++++ inventory/host_vars/ibiblio02.fedoraproject.org | 4 ++++ inventory/host_vars/ibiblio03.fedoraproject.org | 3 +++ inventory/host_vars/ibiblio04.fedoraproject.org | 3 +++ inventory/host_vars/ibiblio05.fedoraproject.org | 3 +++ inventory/host_vars/mirrorlist-ibiblio.fedoraproject.org | 4 ++++ inventory/host_vars/mirrorlist-ibiblio02.fedoraproject.org | 4 ++++ inventory/host_vars/noc02.fedoraproject.org | 4 ++++ inventory/host_vars/ns02.fedoraproject.org | 4 ++++ inventory/host_vars/people01.fedoraproject.org | 4 ++++ inventory/host_vars/proxy04.fedoraproject.org | 3 +++ inventory/host_vars/proxy12.fedoraproject.org | 3 +++ inventory/host_vars/smtp-mm-ib01.fedoraproject.org | 4 ++++ inventory/host_vars/torrent01.fedoraproject.org | 4 ++++ 14 files changed, 51 insertions(+) diff --git a/inventory/host_vars/download-ib02.fedoraproject.org b/inventory/host_vars/download-ib02.fedoraproject.org index 8407efa087..3fd1d00f7b 100644 --- a/inventory/host_vars/download-ib02.fedoraproject.org +++ b/inventory/host_vars/download-ib02.fedoraproject.org @@ -7,6 +7,10 @@ ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/ volgroup: /dev/vg_ibiblio04 eth0_ip: 152.19.134.195 eth0_nm: 255.255.255.128 +has_ipv6: true +eth0_ipv6: "2610:28:3090:3001:5054:ff:fed9:f194" +eth0_ipv6_gw: "2610:28:3090:3001::1" + vmhost: ibiblio04.fedoraproject.org datacenter: ibiblio postfix_group: vpn diff --git a/inventory/host_vars/ibiblio02.fedoraproject.org b/inventory/host_vars/ibiblio02.fedoraproject.org index f3bfb0bcb7..c947f6de2a 100644 --- a/inventory/host_vars/ibiblio02.fedoraproject.org +++ b/inventory/host_vars/ibiblio02.fedoraproject.org @@ -8,4 +8,8 @@ fas_client_groups: sysadmin-main dns: 8.8.8.8 br0_ip: 152.19.134.138 br0_nm: 255.255.255.128 +has_ipv6: true +br0_ipv6: "2610:28:3090:3001:dead:beef:cafe:fe02" +br0_ipv6_gw: "2610:28:3090:3001::1" + freezes: true diff --git a/inventory/host_vars/ibiblio03.fedoraproject.org b/inventory/host_vars/ibiblio03.fedoraproject.org index f120ba7b62..91f8d58813 100644 --- a/inventory/host_vars/ibiblio03.fedoraproject.org +++ b/inventory/host_vars/ibiblio03.fedoraproject.org @@ -7,3 +7,6 @@ gw: 152.19.134.129 dns: 152.2.21.1 br0_ip: 152.19.134.172 br0_nm: 255.255.255.128 +has_ipv6: true +br0_ipv6: "2610:28:3090:3001:dead:beef:cafe:fe03" +br0_ipv6_gw: "2610:28:3090:3001::1" diff --git a/inventory/host_vars/ibiblio04.fedoraproject.org b/inventory/host_vars/ibiblio04.fedoraproject.org index bf2248a09c..59b66930c9 100644 --- a/inventory/host_vars/ibiblio04.fedoraproject.org +++ b/inventory/host_vars/ibiblio04.fedoraproject.org @@ -7,3 +7,6 @@ gw: 152.19.134.129 dns: 152.2.21.1 br0_ip: 152.19.134.136 br0_nm: 255.255.255.128 +has_ipv6: true +br0_ipv6: "2610:28:3090:3001:dead:beef:cafe:fe04" +br0_ipv6_gw: "2610:28:3090:3001::1" diff --git a/inventory/host_vars/ibiblio05.fedoraproject.org b/inventory/host_vars/ibiblio05.fedoraproject.org index bc9f65377e..697efbfa30 100644 --- a/inventory/host_vars/ibiblio05.fedoraproject.org +++ b/inventory/host_vars/ibiblio05.fedoraproject.org @@ -7,3 +7,6 @@ gw: 152.19.134.129 dns: 152.2.21.1 br0_ip: 152.19.134.137 br0_nm: 255.255.255.128 +has_ipv6: true +br0_ipv6: "2610:28:3090:3001:dead:beef:cafe:fe05" +br0_ipv6_gw: "2610:28:3090:3001::1" diff --git a/inventory/host_vars/mirrorlist-ibiblio.fedoraproject.org b/inventory/host_vars/mirrorlist-ibiblio.fedoraproject.org index b9f2c1cb5c..d0ff1e0f75 100644 --- a/inventory/host_vars/mirrorlist-ibiblio.fedoraproject.org +++ b/inventory/host_vars/mirrorlist-ibiblio.fedoraproject.org @@ -7,5 +7,9 @@ ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/ volgroup: /dev/vg_ibiblio04 eth0_ip: 152.19.134.194 eth0_nm: 255.255.255.128 +has_ipv6: true +eth0_ipv6: "2610:28:3090:3001:5054:ff:fef9:7285" +eth0_ipv6_gw: "2610:28:3090:3001::1" + vmhost: ibiblio04.fedoraproject.org datacenter: ibiblio diff --git a/inventory/host_vars/mirrorlist-ibiblio02.fedoraproject.org b/inventory/host_vars/mirrorlist-ibiblio02.fedoraproject.org index 604754c35f..ee08a14b4f 100644 --- a/inventory/host_vars/mirrorlist-ibiblio02.fedoraproject.org +++ b/inventory/host_vars/mirrorlist-ibiblio02.fedoraproject.org @@ -7,5 +7,9 @@ ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/ volgroup: /dev/vg_guests eth0_ip: 152.19.134.197 eth0_nm: 255.255.255.128 +has_ipv6: true +eth0_ipv6: "2610:28:3090:3001:5054:ff:feb5:5472" +eth0_ipv6_gw: "2610:28:3090:3001::1" + vmhost: ibiblio05.fedoraproject.org datacenter: ibiblio diff --git a/inventory/host_vars/noc02.fedoraproject.org b/inventory/host_vars/noc02.fedoraproject.org index 3f9d2f660d..22f03d02ce 100644 --- a/inventory/host_vars/noc02.fedoraproject.org +++ b/inventory/host_vars/noc02.fedoraproject.org @@ -7,6 +7,10 @@ ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/ volgroup: /dev/vg_ibiblio04 eth0_ip: 152.19.134.192 eth0_nm: 255.255.255.128 +has_ipv6: true +eth0_ipv6: "2610:28:3090:3001:dead:beef:cafe:fed9" +eth0_ipv6_gw: "2610:28:3090:3001::1" + vmhost: ibiblio04.fedoraproject.org datacenter: ibiblio postfix_group: vpn diff --git a/inventory/host_vars/ns02.fedoraproject.org b/inventory/host_vars/ns02.fedoraproject.org index 19a1ef9cb7..a317851bc6 100644 --- a/inventory/host_vars/ns02.fedoraproject.org +++ b/inventory/host_vars/ns02.fedoraproject.org @@ -7,6 +7,10 @@ volgroup: /dev/vg_guests eth0_ip: 152.19.134.139 eth0_nm: 255.255.255.128 +has_ipv6: true +eth0_ipv6: "2610:28:3090:3001:dead:beef:cafe:fed5" +eth0_ipv6_gw: "2610:28:3090:3001::1" + ansible_ssh_host: ns02.fedoraproject.org postfix_group: vpn diff --git a/inventory/host_vars/people01.fedoraproject.org b/inventory/host_vars/people01.fedoraproject.org index 2f5350bd1c..7768aaefc9 100644 --- a/inventory/host_vars/people01.fedoraproject.org +++ b/inventory/host_vars/people01.fedoraproject.org @@ -8,6 +8,10 @@ dns: 8.8.8.8 volgroup: /dev/vg_guests eth0_ip: 152.19.134.196 eth0_nm: 255.255.255.128 +has_ipv6: true +eth0_ipv6: "2610:28:3090:3001:5054:ff:feff:683f" +eth0_ipv6_gw: "2610:28:3090:3001::1" + ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-7-people ks_repo: http://209.132.181.6/repo/rhel/RHEL7-x86_64/ postfix_group: vpn diff --git a/inventory/host_vars/proxy04.fedoraproject.org b/inventory/host_vars/proxy04.fedoraproject.org index e9b1745a80..0c6125e301 100644 --- a/inventory/host_vars/proxy04.fedoraproject.org +++ b/inventory/host_vars/proxy04.fedoraproject.org @@ -11,6 +11,9 @@ volgroup: /dev/vg_guests eth0_ip: 152.19.134.142 eth0_nm: 255.255.255.128 +has_ipv6: true +eth0_ipv6: "2610:28:3090:3001:dead:beef:cafe:fed3" +eth0_ipv6_gw: "2610:28:3090:3001::1" # This is consumed by the roles/fedora-web/main role sponsor: ibiblio diff --git a/inventory/host_vars/proxy12.fedoraproject.org b/inventory/host_vars/proxy12.fedoraproject.org index 649c9ed2f9..79757a499b 100644 --- a/inventory/host_vars/proxy12.fedoraproject.org +++ b/inventory/host_vars/proxy12.fedoraproject.org @@ -11,6 +11,9 @@ volgroup: /dev/vg_guests eth0_ip: 152.19.134.198 eth0_nm: 255.255.255.128 +has_ipv6: true +eth0_ipv6: "2610:28:3090:3001:5054:ff:feda:bbd8" +eth0_ipv6_gw: "2610:28:3090:3001::1" # This is consumed by the roles/fedora-web/main role sponsor: ibiblio diff --git a/inventory/host_vars/smtp-mm-ib01.fedoraproject.org b/inventory/host_vars/smtp-mm-ib01.fedoraproject.org index 3a9bcdb89e..9d82f4264b 100644 --- a/inventory/host_vars/smtp-mm-ib01.fedoraproject.org +++ b/inventory/host_vars/smtp-mm-ib01.fedoraproject.org @@ -5,6 +5,10 @@ dns: 152.2.21.1 152.2.253.100 volgroup: /dev/vg_guests eth0_ip: 152.19.134.143 eth0_nm: 255.255.255.128 +has_ipv6: true +eth0_ipv6: "2610:28:3090:3001:5054:ff:fe58:5c17" +eth0_ipv6_gw: "2610:28:3090:3001::1" + vmhost: ibiblio03.fedoraproject.org datacenter: ibiblio ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-7-ext diff --git a/inventory/host_vars/torrent01.fedoraproject.org b/inventory/host_vars/torrent01.fedoraproject.org index 38e54b82a9..4e7e9a0648 100644 --- a/inventory/host_vars/torrent01.fedoraproject.org +++ b/inventory/host_vars/torrent01.fedoraproject.org @@ -7,6 +7,10 @@ volgroup: /dev/vg_guests eth0_ip: 152.19.134.141 eth0_nm: 255.255.255.128 +has_ipv6: true +eth0_ipv6: "2610:28:3090:3001:dead:beef:cafe:fed8" +eth0_ipv6_gw: "2610:28:3090:3001::1" + ansible_ssh_host: torrent01.fedoraproject.org ks_url: http://209.132.181.6/repo/rhel/ks/kvm-rhel-7-ext