The following patch should do a minimal removal of the elections app from
ansible inventory so that a run of noc.yml will remove the systems from
being monitored. Then we can turn off the elections systems.

-- 
Stephen J Smoogen.
From acd374d1ba95aba044fc3417bb8a1ce191fe510b Mon Sep 17 00:00:00 2001
From: Pierre-Yves Chibon <pin...@pingoured.fr>
Date: Tue, 14 Apr 2020 14:19:30 +0200
Subject: [PATCH] proxies: add kerneltest.fp.o reverse proxy so it points to
 openshift

Signed-off-by: Pierre-Yves Chibon <pin...@pingoured.fr>
---
 playbooks/include/proxies-reverseproxy.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml
index dd80b5e..680b055 100644
--- a/playbooks/include/proxies-reverseproxy.yml
+++ b/playbooks/include/proxies-reverseproxy.yml
@@ -237,6 +237,16 @@
     when: env == "staging"
 
   - role: httpd/reverseproxy
+    website: kerneltest.fedoraproject.org
+    destname: kerneltest
+    balancer_name: app-os
+    targettype: openshift
+    keephost: true
+    tags: kerneltest
+    header_scheme: true
+    when: env == "staging"
+
+  - role: httpd/reverseproxy
     website: qa.fedoraproject.org
     destname: blockerbugs
     remotepath: /blockerbugs
-- 
1.8.3.1

_______________________________________________
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org

Reply via email to