diff --git a/inventory/host_vars/packages03.phx2.fedoraproject.org b/inventory/host_vars/packages03.phx2.fedoraproject.org index f12faa875e..274bf03779 100644 --- a/inventory/host_vars/packages03.phx2.fedoraproject.org +++ b/inventory/host_vars/packages03.phx2.fedoraproject.org @@ -5,8 +5,8 @@ dns: 10.5.126.21 eth0_ip: 10.5.126.43 -ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-27 -ks_repo: http://10.5.126.23/pub/fedora/linux/releases/27/Server/x86_64/os/ +ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-29 +ks_repo: http://10.5.126.23/pub/fedora/linux/releases/29/Server/x86_64/os/ volgroup: /dev/vg_guests vmhost: virthost14.phx2.fedoraproject.org diff --git a/inventory/host_vars/packages04.phx2.fedoraproject.org b/inventory/host_vars/packages04.phx2.fedoraproject.org index f19ede0a66..26f2824ae2 100644 --- a/inventory/host_vars/packages04.phx2.fedoraproject.org +++ b/inventory/host_vars/packages04.phx2.fedoraproject.org @@ -5,8 +5,8 @@ dns: 10.5.126.21 eth0_ip: 10.5.126.44 -ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-27 -ks_repo: http://10.5.126.23/pub/fedora/linux/releases/27/Server/x86_64/os/ +ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-29 +ks_repo: http://10.5.126.23/pub/fedora/linux/releases/29/Server/x86_64/os/ volgroup: /dev/vg_guests vmhost: virthost12.phx2.fedoraproject.org diff --git a/roles/packages3/web/files/packages-httpd.conf b/roles/packages3/web/files/packages-httpd.conf index ae873c3acb..a16f13e908 100644 --- a/roles/packages3/web/files/packages-httpd.conf +++ b/roles/packages3/web/files/packages-httpd.conf @@ -43,7 +43,7 @@ Alias /packages/tw2/resources/fedoracommunity.connectors.widgets.widgets/static Require all granted -# Temporarily disabled until we can figure out how to get the moksha +# Temporarily disabled until we can figure out how to get the moksha # javascript resources pulled in with `python setup.py archive_tw_resources` #Alias /community/toscawidgets /usr/share/fedoracommunity/public/toscawidgets @@ -54,7 +54,7 @@ WSGIRestrictStdout Off WSGIRestrictSignal Off WSGIPythonOptimize 1 -WSGIScriptAlias /packages /usr/share/fedoracommunity/production/apache/fedoracommunity.wsgi +WSGIScriptAlias /packages /usr/share/fedoracommunity/fedora-packages.wsgi Require all granted