fedmsg for koschei.
This commit is contained in:
parent
007da4d6b1
commit
510337cb70
3 changed files with 29 additions and 0 deletions
|
@ -9,3 +9,12 @@ public_ip: 209.132.184.151
|
||||||
root_auth_users: mizdebsk msimacek
|
root_auth_users: mizdebsk msimacek
|
||||||
description: Koschei - ticket 4449
|
description: Koschei - ticket 4449
|
||||||
volumes: ['-d /dev/vdb vol-0000002c']
|
volumes: ['-d /dev/vdb vol-0000002c']
|
||||||
|
|
||||||
|
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||||
|
fedmsg_certs:
|
||||||
|
- service: shell
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
- service: koschei
|
||||||
|
owner: root
|
||||||
|
group: koschei
|
||||||
|
|
|
@ -29,3 +29,19 @@
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
||||||
|
- name: setup fedmsg
|
||||||
|
hosts: koschei.cloud.fedoraproject.org
|
||||||
|
user: root
|
||||||
|
gather_facts: True
|
||||||
|
|
||||||
|
vars_files:
|
||||||
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
- "{{ private }}/vars.yml"
|
||||||
|
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- fedmsg/base
|
||||||
|
|
||||||
|
handlers:
|
||||||
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
|
@ -187,6 +187,10 @@ config = dict(
|
||||||
# Jenkins, also being a cloud node, is weird. Like copr.
|
# Jenkins, also being a cloud node, is weird. Like copr.
|
||||||
("shell.jenkins-master-unknown", "shell-jenkins.cloud.fedoraproject.org"),
|
("shell.jenkins-master-unknown", "shell-jenkins.cloud.fedoraproject.org"),
|
||||||
("jenkins.jenkins-master-unknown", "jenkins-jenkins.cloud.fedoraproject.org"),
|
("jenkins.jenkins-master-unknown", "jenkins-jenkins.cloud.fedoraproject.org"),
|
||||||
|
|
||||||
|
# Koschei, also a cloud node, is the most weird. Weirdest.
|
||||||
|
("shell.server-3a4eddb8-c754-4f32-969b-3bf4751732b3", "shell-koschei.cloud.fedoraproject.org"),
|
||||||
|
("koschei.server-3a4eddb8-c754-4f32-969b-3bf4751732b3", "koschei-koschei.cloud.fedoraproject.org"),
|
||||||
]),
|
]),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue