More bodhi2 for fedora24 changes.
Fix places that except bodhi-backend01 for 03 Don't use the copr we can just use a scratch build Set fedmsg enpoints
This commit is contained in:
parent
127acb80a7
commit
ca88391df3
7 changed files with 16 additions and 24 deletions
|
@ -20,9 +20,9 @@
|
|||
- name: restart fedmsg-hub
|
||||
command: /usr/local/bin/conditional-restart.sh fedmsg-hub fedmsg-hub
|
||||
# Note that, we're cool with arbitrary restarts on bodhi-backend02, just
|
||||
# not bodhi-backend01. 01 is where the releng/mash stuff happens and we
|
||||
# don't want to interrupt that.
|
||||
when: inventory_hostname != 'bodhi-backend01.phx2.fedoraproject.org'
|
||||
# not bodhi-backend01 or bodhi-backend03. 01 and 03 is where the releng/mash
|
||||
# stuff happens and we # don't want to interrupt that.
|
||||
when: inventory_hostname == 'bodhi-backend02.phx2.fedoraproject.org'
|
||||
|
||||
- name: restart fedmsg-irc
|
||||
command: /usr/local/bin/conditional-restart.sh fedmsg-irc fedmsg-irc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue