Remove old dev config, no longer needed.

This stuff was for https://fedorahosted.org/rel-eng/ticket/6441
This commit is contained in:
Ralph Bean 2017-02-22 15:40:59 +00:00
parent ecf9f1ef07
commit 4885069d12
3 changed files with 1 additions and 18 deletions

View file

@ -21,11 +21,6 @@ kojihub_scheme: http
virt_install_command: "{{ virt_install_command_two_nic }}"
# This line should be removed whenever the modularity-wg is done doing its tests
# on composer.stg.
# See: https://fedorahosted.org/rel-eng/ticket/6441
fedmsg_validate_signatures: False
# These are consumed by a task in roles/fedmsg/base/main.yml
fedmsg_certs:
- service: shell

View file

@ -83,6 +83,7 @@
- endpoints-elections.py
- endpoints-fmn-web.py
- pkgdb.py
- endpoints-external-composer.py
tags:
- config
- fedmsgdconfig

View file

@ -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",
],
}
)