Move vm's off rhel7 virthost-cc-rdu02 to new rhel9 vmhost-x86-cc01

Move these vm's off the old rhel7 virthost to the new rhel9 one.
It's faster, better, newer, etc.
Once these are all moved (pagure02 is still live migrating), we can
decomission virthost-cc-rdu02 as it's end of life.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-05-20 18:48:46 -07:00
parent abee63c966
commit ae7b7db942
4 changed files with 5 additions and 5 deletions

View file

@ -42,5 +42,5 @@ pagure_db_host: 127.0.0.1
shared_buffers: "2GB" shared_buffers: "2GB"
ssh_hostnames: ssh_hostnames:
- stg.pagure.io - stg.pagure.io
vmhost: virthost-cc-rdu02.fedoraproject.org vmhost: vmhost-x86-cc01.rdu-cc.fedoraproject.org
volgroup: /dev/vg_server volgroup: /dev/vg_guests

View file

@ -48,5 +48,5 @@ shared_buffers: "512MB"
ssh_hostnames: ssh_hostnames:
- pagure.io - pagure.io
temp_buffers: "8MB" temp_buffers: "8MB"
vmhost: virthost-cc-rdu02.fedoraproject.org vmhost: vmhost-x86-cc01.rdu-cc.fedoraproject.org
volgroup: /dev/vg_guests volgroup: /dev/vg_guests

View file

@ -43,6 +43,6 @@ postfix_group: vpn
public_hostname: proxy03.fedoraproject.org public_hostname: proxy03.fedoraproject.org
# This is consumed by the roles/fedora-web/main role # This is consumed by the roles/fedora-web/main role
sponsor: redhat sponsor: redhat
vmhost: virthost-cc-rdu02.fedoraproject.org vmhost: vmhost-x86-cc01.rdu-cc.fedoraproject.org
volgroup: /dev/vg_guests volgroup: /dev/vg_guests
vpn: true vpn: true

View file

@ -9,6 +9,6 @@ eth0_ipv4_ip: 8.43.85.71
eth0_nm: 255.255.255.0 eth0_nm: 255.255.255.0
ks_repo: http://infrastructure.fedoraproject.org/pub/fedora/linux/releases/40/Server/x86_64/os/ ks_repo: http://infrastructure.fedoraproject.org/pub/fedora/linux/releases/40/Server/x86_64/os/
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
vmhost: virthost-cc-rdu02.fedoraproject.org vmhost: vmhost-x86-cc01.rdu-cc.fedoraproject.org
volgroup: /dev/vg_guests volgroup: /dev/vg_guests
vpn: true vpn: true