From 3e3e4e45c38e5e6c8e85f04fd548159defafbd8d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 17 Feb 2014 19:53:13 +0000 Subject: [PATCH] Add new virthost01 to the party. --- inventory/host_vars/virthost01.phx2.fedoraproject.org | 5 +++++ inventory/inventory | 2 +- playbooks/groups/virthost.yml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 inventory/host_vars/virthost01.phx2.fedoraproject.org diff --git a/inventory/host_vars/virthost01.phx2.fedoraproject.org b/inventory/host_vars/virthost01.phx2.fedoraproject.org new file mode 100644 index 0000000000..9ad754d39d --- /dev/null +++ b/inventory/host_vars/virthost01.phx2.fedoraproject.org @@ -0,0 +1,5 @@ +--- +# iscsi initiator for netapp iscsi volume +netapp_nfs01_iscsi_name: iqn.1992-08.com.netapp:sn.1573980325:vf.f88732f4-106e-11e2-bc86-00a098162a28 +# iscsi portal for netapp iscsi volume +netapp_nfs01_iscsi_portal: 10.5.88.36 diff --git a/inventory/inventory b/inventory/inventory index 316317b6dc..26559178f8 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -404,7 +404,7 @@ value03.phx2.fedoraproject.org value01.stg.phx2.fedoraproject.org [virthost] -#virthost01.phx2.fedoraproject.org +virthost01.phx2.fedoraproject.org virthost02.phx2.fedoraproject.org #virthost03.phx2.fedoraproject.org virthost04.phx2.fedoraproject.org diff --git a/playbooks/groups/virthost.yml b/playbooks/groups/virthost.yml index 444e748a00..6123758b99 100644 --- a/playbooks/groups/virthost.yml +++ b/playbooks/groups/virthost.yml @@ -3,7 +3,7 @@ # NOTE: most of these vars_path come from group_vars/backup_server or from hostvars - name: make virthost server system - hosts: virthost15.phx2.fedoraproject.org:bvirthost07.phx2.fedoraproject.org:buildvmhost-10.phx2.fedoraproject.org:buildvmhost-11.phx2.fedoraproject.org:buildvmhost-12.phx2.fedoraproject.org + hosts: virthost15.phx2.fedoraproject.org:bvirthost07.phx2.fedoraproject.org:buildvmhost-10.phx2.fedoraproject.org:buildvmhost-11.phx2.fedoraproject.org:buildvmhost-12.phx2.fedoraproject.org:virthost01.phx2.fedoraproject.org user: root accelerate: True gather_facts: True