diff options
author | Kevin Fenzi <kevin@scrye.com> | 2016-04-13 18:35:52 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2016-04-13 18:35:52 +0000 |
commit | f41cfff769b8ab58dadeb45a95be68a7521b5346 (patch) | |
tree | b34f19307ff76cb04a61cc9c7f377a7ee0effba7 /inventory | |
parent | 0c983d9fd9b500cdc145b341c80a63d21036db06 (diff) | |
download | ansible-f41cfff769b8ab58dadeb45a95be68a7521b5346.tar.gz ansible-f41cfff769b8ab58dadeb45a95be68a7521b5346.tar.xz ansible-f41cfff769b8ab58dadeb45a95be68a7521b5346.zip |
add bvirthost01 and remove bvirthost07
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/hardware | 2 | ||||
-rw-r--r-- | inventory/host_vars/docker-registry01.phx2.fedoraproject.org | 4 | ||||
-rw-r--r-- | inventory/host_vars/osbs-master01.phx2.fedoraproject.org | 4 | ||||
-rw-r--r-- | inventory/inventory | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/inventory/hardware b/inventory/hardware index 3115e2b09..6ec2039bd 100644 --- a/inventory/hardware +++ b/inventory/hardware @@ -17,7 +17,7 @@ virthost19.phx2.fedoraproject.org virthost20.phx2.fedoraproject.org virthost21.phx2.fedoraproject.org virthost22.phx2.fedoraproject.org -bvirthost07.phx2.fedoraproject.org +bvirthost01.phx2.fedoraproject.org ibiblio04.fedoraproject.org ibiblio05.fedoraproject.org virthost-comm03.qa.fedoraproject.org diff --git a/inventory/host_vars/docker-registry01.phx2.fedoraproject.org b/inventory/host_vars/docker-registry01.phx2.fedoraproject.org index b0ad9f26b..fd6bef096 100644 --- a/inventory/host_vars/docker-registry01.phx2.fedoraproject.org +++ b/inventory/host_vars/docker-registry01.phx2.fedoraproject.org @@ -4,9 +4,9 @@ gw: 10.5.125.254 dns: 10.5.126.21 ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-7-docker-reg ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/ -volgroup: /dev/VirtGuests +volgroup: /dev/vg_guests eth0_ip: 10.5.125.56 -vmhost: bvirthost07.phx2.fedoraproject.org +vmhost: bvirthost01.phx2.fedoraproject.org datacenter: phx2 nrpe_procs_warn: 900 diff --git a/inventory/host_vars/osbs-master01.phx2.fedoraproject.org b/inventory/host_vars/osbs-master01.phx2.fedoraproject.org index 919c15d96..271766ebd 100644 --- a/inventory/host_vars/osbs-master01.phx2.fedoraproject.org +++ b/inventory/host_vars/osbs-master01.phx2.fedoraproject.org @@ -4,9 +4,9 @@ gw: 10.5.125.254 dns: 10.5.126.21 ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-7-osbs ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/ -volgroup: /dev/VirtGuests +volgroup: /dev/vg_guests eth0_ip: 10.5.125.55 -vmhost: bvirthost07.phx2.fedoraproject.org +vmhost: bvirthost01.phx2.fedoraproject.org datacenter: phx2 nrpe_procs_warn: 900 diff --git a/inventory/inventory b/inventory/inventory index 10105405e..9ce551022 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -118,8 +118,8 @@ bugzilla2fedmsg01.phx2.fedoraproject.org bugzilla2fedmsg01.stg.phx2.fedoraproject.org [bvirthost] +bvirthost01.phx2.fedoraproject.org bvirthost06.phx2.fedoraproject.org -bvirthost07.phx2.fedoraproject.org bvirthost08.phx2.fedoraproject.org bvirthost09.phx2.fedoraproject.org bvirthost10.phx2.fedoraproject.org |