Fix resolv.conf on s390 koji for good hopefully.

This commit is contained in:
Kevin Fenzi 2015-08-23 19:33:49 +00:00
parent 6e68fcda35
commit eb61b06a56
3 changed files with 14 additions and 0 deletions

View file

@ -40,6 +40,9 @@ koji_weburl: "http://s390.koji.fedoraproject.org/koji"
fedmsg_koji_instance: s390
# Set this to use the qa domain resolv.conf to make sure it can talk to it's db
resolvconf: resolv.conf/qa
# Overload the fedmsg_certs definition from the ansible koji group, since the
# s390 hub *also* does compose stuff, not just koji stuff.
fedmsg_certs:

View file

@ -0,0 +1,6 @@
search qa.fedoraproject.org phx2.fedoraproject.org vpn.fedoraproject.org fedoraproject.org
nameserver 10.5.126.21
nameserver 10.5.126.22
options rotate timeout:1

View file

@ -219,3 +219,8 @@
when: inventory_hostname.startswith('bodhi-backend02') and env == "production"
tags:
- config
- name: setup cache directory for package signing by releng
file: state=directory mode=770 owner=masher group=sysadmin-releng path=/var/cache/sigul
tags:
- config