From 2236b0963af516e536dbebbec35756423162bda1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 20 Jun 2014 14:08:11 +0000 Subject: [PATCH] Revert "return back to F19" This reverts commit a0015519c03674b351c8d716442609690cc74bcf. --- files/copr/fe/yum/copr.repo | 2 +- inventory/host_vars/209.132.184.144 | 2 +- .../hosts/copr-fe.cloud.fedoraproject.org.yml | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/files/copr/fe/yum/copr.repo b/files/copr/fe/yum/copr.repo index cfc6f4f64f..e79a7b79e3 100644 --- a/files/copr/fe/yum/copr.repo +++ b/files/copr/fe/yum/copr.repo @@ -4,7 +4,7 @@ failovermethod=priority #baseurl=http://copr-be.cloud.fedoraproject.org/results/msuchy/copr/fedora-19-x86_64/ # 172.16.5.4 is copr-be.cloud.fedoraproject.org # see https://fedorahosted.org/fedora-infrastructure/ticket/4025 -baseurl=http://172.16.5.4/results/msuchy/copr/fedora-19-x86_64/ +baseurl=http://172.16.5.4/results/msuchy/copr/fedora-20-x86_64/ enabled=1 gpgcheck=0 diff --git a/inventory/host_vars/209.132.184.144 b/inventory/host_vars/209.132.184.144 index 9e155d310d..86df1340d0 100644 --- a/inventory/host_vars/209.132.184.144 +++ b/inventory/host_vars/209.132.184.144 @@ -1,6 +1,6 @@ --- instance_type: m1.medium -image: "{{ f19_qcow_id }}" +image: "{{ f20_qcow_id }}" keypair: fedora-admin-20130801 security_group: webserver zone: nova diff --git a/playbooks/hosts/copr-fe.cloud.fedoraproject.org.yml b/playbooks/hosts/copr-fe.cloud.fedoraproject.org.yml index 70346e28a0..c2fd42a7c5 100644 --- a/playbooks/hosts/copr-fe.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/copr-fe.cloud.fedoraproject.org.yml @@ -62,14 +62,14 @@ tags: - config - - name: HOTFIX install a patch to mitigate the Covert Redirect vuln - copy: > - src="{{ files }}/copr/fe/hotfix/misc.py" - dest=/usr/share/copr/coprs_frontend/coprs/views/misc.py - notify: - - restart httpd - tags: - - hotfix + #- name: HOTFIX install a patch to mitigate the Covert Redirect vuln + # copy: > + # src="{{ files }}/copr/fe/hotfix/misc.py" + # dest=/usr/share/copr/coprs_frontend/coprs/views/misc.py + # notify: + # - restart httpd + # tags: + # - hotfix - name: copy apache files to conf.d action: copy src="{{ files }}/copr/fe/httpd/{{ item }}" dest="/etc/httpd/conf.d/{{ item }}"