summaryrefslogtreecommitdiffstats
path: root/roles/fedmsg/base/templates
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2017-02-22 15:40:59 +0000
committerRalph Bean <rbean@redhat.com>2017-02-22 15:40:59 +0000
commit4885069d12308bd8fc4cb81d400b48e835a2e229 (patch)
treec86c4f69a7dfd5aa56eecfd19f452a1526c73a56 /roles/fedmsg/base/templates
parentecf9f1ef07fd3f7f3b6962286504bea01035e887 (diff)
downloadansible-4885069d12308bd8fc4cb81d400b48e835a2e229.tar.gz
ansible-4885069d12308bd8fc4cb81d400b48e835a2e229.tar.xz
ansible-4885069d12308bd8fc4cb81d400b48e835a2e229.zip
Remove old dev config, no longer needed.
This stuff was for https://fedorahosted.org/rel-eng/ticket/6441
Diffstat (limited to 'roles/fedmsg/base/templates')
-rw-r--r--roles/fedmsg/base/templates/endpoints-external-composer.py.j213
1 files changed, 0 insertions, 13 deletions
diff --git a/roles/fedmsg/base/templates/endpoints-external-composer.py.j2 b/roles/fedmsg/base/templates/endpoints-external-composer.py.j2
deleted file mode 100644
index a00b8378a..000000000
--- a/roles/fedmsg/base/templates/endpoints-external-composer.py.j2
+++ /dev/null
@@ -1,13 +0,0 @@
-# This file was added in order to allow modularity developers to bridge the
-# staging bus with the modularity development server in the cloud.
-# If the modularity development work on composer.stg.phx2.fp.o is done, this
-# file and its references in ansible can be removed.
-# See https://fedorahosted.org/rel-eng/ticket/6441
-# Ralph Bean <rbean@redhat.com
-config = dict(
- endpoints = {
- "modularity-development-server": [
- "tcp://modularity.fedorainfracloud.org:4001",
- ],
- }
-)