First cut at migrating openqa-stg to fedmsg-3
This includes some tweaks to the core fedmsg roles to allow a 'generic' way of indicating that a box should use fedmsg-hub-3 not fedmsg-hub, and make the restart notification work for that. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
8f7cc10de5
commit
6c390c669b
9 changed files with 239 additions and 25 deletions
|
@ -18,7 +18,10 @@
|
|||
command: /usr/local/bin/conditional-restart.sh fedmsg-gateway
|
||||
|
||||
- name: restart fedmsg-hub
|
||||
command: /usr/local/bin/conditional-restart.sh fedmsg-hub
|
||||
command: /usr/local/bin/conditional-restart.sh {{ item }}
|
||||
with_items:
|
||||
- fedmsg-hub
|
||||
- fedmsg-hub-3
|
||||
|
||||
- name: restart fedmsg-hub-3
|
||||
command: /usr/local/bin/conditional-restart.sh fedmsg-hub-3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue