changing datacenter for vpn connected machines so dns resolves correctly

This commit is contained in:
Tim Flink 2015-12-01 16:23:33 +00:00
parent e5a8a1ec52
commit c29548915a
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-22
ks_repo: http://10.5.126.23/pub/fedora/linux/releases/22/Server/x86_64/os/ ks_repo: http://10.5.126.23/pub/fedora/linux/releases/22/Server/x86_64/os/
volgroup: /dev/VirtGuests volgroup: /dev/VirtGuests
datacenter: phx2 datacenter: vpn
vmhost: virthost-comm03.qa.fedoraproject.org vmhost: virthost-comm03.qa.fedoraproject.org
# default virt install command is for a single nic-device # default virt install command is for a single nic-device

View file

@ -3,7 +3,7 @@
# general # general
############################################################ ############################################################
datacenter: phx2 datacenter: vpn
fas_client_groups: sysadmin-qa,sysadmin-main fas_client_groups: sysadmin-qa,sysadmin-main
############################################################ ############################################################