From 21e8546f17b3f6976e989c7ea95d7384248d2ebc Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sat, 13 Jun 2015 06:01:15 +0000 Subject: [PATCH] Set jenkins fedmsg_fqdn on the master. --- inventory/host_vars/209.132.184.153 | 2 ++ playbooks/groups/jenkins-cloud.yml | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/inventory/host_vars/209.132.184.153 b/inventory/host_vars/209.132.184.153 index 1d4dff3e99..523a088f3c 100644 --- a/inventory/host_vars/209.132.184.153 +++ b/inventory/host_vars/209.132.184.153 @@ -10,3 +10,5 @@ root_auth_users: pingou puiterwijk description: jenkins cloud master volumes: ['-d /dev/vdb vol-00000011'] freezes: false + +fedmsg_fqdn: jenkins.cloud.fedoraproject.org diff --git a/playbooks/groups/jenkins-cloud.yml b/playbooks/groups/jenkins-cloud.yml index 0b7252b298..387145550a 100644 --- a/playbooks/groups/jenkins-cloud.yml +++ b/playbooks/groups/jenkins-cloud.yml @@ -289,8 +289,7 @@ - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml roles: - - role: fedmsg/base - fedmsg_fqdn: jenkins.cloud.fedoraproject.org + - fedmsg/base handlers: - include: "{{ handlers }}/restart_services.yml"