diff --git a/inventory/host_vars/209.132.184.142 b/inventory/host_vars/209.132.184.142 index 24c54602e9..4e6acebe3c 100644 --- a/inventory/host_vars/209.132.184.142 +++ b/inventory/host_vars/209.132.184.142 @@ -10,12 +10,16 @@ root_auth_users: bkabrda msuchy pingou msuchy sgallagh nb description: copr dispatcher and repo server volumes: ['-d /dev/vdc vol-00000028'] -# These are *usually* consumed by a task in roles/fedmsg/base/tasks/main.yml -# but since copr-be is an openstack node, it doesn't have a well-defined -# ansible_fqdn. This makes the fedmsg/base role a little crazy. Instead, we -# copy the certs explicitly in the copr-be playbook. -#fedmsg_certs: -#- service: copr-backend -# owner: root -# group: copr +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 diff --git a/inventory/host_vars/copr-be.cloud.fedoraproject.org b/inventory/host_vars/copr-be.cloud.fedoraproject.org deleted file mode 100644 index 896b6c7e6a..0000000000 --- a/inventory/host_vars/copr-be.cloud.fedoraproject.org +++ /dev/null @@ -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 -