First run at stg OSBS for layered build system

This commit is contained in:
Adam Miller 2015-07-13 16:29:03 +00:00
parent 10a3c2c8b3
commit 9cd22bd47e
25 changed files with 1057 additions and 0 deletions

View file

@ -43,3 +43,16 @@
handlers:
- include: "{{ handlers }}/restart_services.yml"
- name: apply common osbs configuration
hosts: osbs-stg
roles:
- osbs_common
- name: set up openshift build hosts
hosts: osbs-stg
roles:
- osbs_install_openshift_copr
# change behind_auth_proxy to true when using kerberos proxy
- { role: osbs_builder, behind_auth_proxy: false }