Give composer.stg a kerb ticket

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-11-29 09:11:27 +00:00
parent 8fcde590f0
commit a26fdd6553
2 changed files with 4 additions and 2 deletions

View file

@ -26,8 +26,6 @@ virt_install_command: "{{ virt_install_command_two_nic }}"
# See: https://fedorahosted.org/rel-eng/ticket/6441
fedmsg_validate_signatures: False
krb_builder: True
# These are consumed by a task in roles/fedmsg/base/main.yml
fedmsg_certs:
- service: shell

View file

@ -26,6 +26,10 @@
- nagios/client
- collectd/base
- sudo
- role: keytab/service
service: compose
host: "composer.stg.phx2.fedoraproject.org"
when: env == "staging"
- { role: nfs/client, when: "'releng-stg' not in group_names", mnt_dir: '/mnt/fedora_koji', nfs_src_dir: "{{ koji_hub_nfs }}" }
- { role: nfs/client, when: "'releng-compose' in group_names", mnt_dir: '/pub', nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub' }
- { role: nfs/client, when: "'releng-secondary' in group_names", mnt_dir: '/pub/fedora-secondary', nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub/fedora-secondary' }