First run at stg OSBS for layered build system
This commit is contained in:
parent
10a3c2c8b3
commit
9cd22bd47e
25 changed files with 1057 additions and 0 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue