Try and see if this works.
This commit is contained in:
parent
5674733acb
commit
c8a28a9e49
2 changed files with 12 additions and 23 deletions
|
@ -10,12 +10,16 @@ root_auth_users: bkabrda msuchy pingou msuchy sgallagh nb
|
||||||
description: copr dispatcher and repo server
|
description: copr dispatcher and repo server
|
||||||
volumes: ['-d /dev/vdc vol-00000028']
|
volumes: ['-d /dev/vdc vol-00000028']
|
||||||
|
|
||||||
# These are *usually* consumed by a task in roles/fedmsg/base/tasks/main.yml
|
tcp_ports: [ 22, 80, 443,
|
||||||
# but since copr-be is an openstack node, it doesn't have a well-defined
|
# These 8 ports are used by fedmsg. One for each wsgi thread.
|
||||||
# ansible_fqdn. This makes the fedmsg/base role a little crazy. Instead, we
|
3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007]
|
||||||
# copy the certs explicitly in the copr-be playbook.
|
|
||||||
#fedmsg_certs:
|
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||||
#- service: copr-backend
|
fedmsg_certs:
|
||||||
# owner: root
|
- service: shell
|
||||||
# group: copr
|
owner: root
|
||||||
|
group: root
|
||||||
|
- service: copr
|
||||||
|
owner: root
|
||||||
|
group: copr
|
||||||
|
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
|
|
||||||
tcp_ports: [ 22, 80, 443,
|
|
||||||
# These 8 ports are used by fedmsg. One for each wsgi thread.
|
|
||||||
3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007]
|
|
||||||
|
|
||||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
|
||||||
fedmsg_certs:
|
|
||||||
- service: shell
|
|
||||||
owner: root
|
|
||||||
group: root
|
|
||||||
- service: copr
|
|
||||||
owner: root
|
|
||||||
group: copr
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue