Found the bug.

This commit is contained in:
Ralph Bean 2017-10-19 17:20:39 +00:00
parent d2fdd103c3
commit bb2fab0ccc
2 changed files with 2 additions and 3 deletions

View file

@ -18,8 +18,7 @@ spec:
python-requests \ python-requests \
PyYAML \ PyYAML \
fedmsg-hub \ fedmsg-hub \
python2-flask \ python2-flask
nc
RUN dnf -v -y install --setopt=tsflags=nodocs \ RUN dnf -v -y install --setopt=tsflags=nodocs \
https://kojipkgs.fedoraproject.org//packages/greenwave/0.3/2.fc26/noarch/greenwave-0.3-2.fc26.noarch.rpm https://kojipkgs.fedoraproject.org//packages/greenwave/0.3/2.fc26/noarch/greenwave-0.3-2.fc26.noarch.rpm
# create a symlink for configuring the fedmsg consumers. # create a symlink for configuring the fedmsg consumers.

View file

@ -267,7 +267,7 @@ data:
# STG greenwave should listen to the STG bus. # STG greenwave should listen to the STG bus.
endpoints=dict( endpoints=dict(
staging_gateway=[ staging_gateway=[
'tcp://hub.stg.fedoraproject.org:9940', 'tcp://stg.fedoraproject.org:9940',
], ],
), ),
{% else %} {% else %}