try and fix mdapi01.stg trying to start/restart apache when it does not need it at all
This commit is contained in:
parent
b80b6ca7e4
commit
c6a1cc03a5
3 changed files with 11 additions and 0 deletions
|
@ -186,3 +186,9 @@ openshift_required_images:
|
||||||
# docker images required by OSBS for builds
|
# docker images required by OSBS for builds
|
||||||
fedora_required_images:
|
fedora_required_images:
|
||||||
- "fedora:24"
|
- "fedora:24"
|
||||||
|
|
||||||
|
#
|
||||||
|
# say if we want the apache role dependency for mod_wsgi or not
|
||||||
|
# In some cases we want mod_wsgi and no apache (for python3 httpaio stuff)
|
||||||
|
#
|
||||||
|
wsgi_wants_apache: true
|
||||||
|
|
|
@ -27,3 +27,7 @@ fedmsg_certs:
|
||||||
can_send:
|
can_send:
|
||||||
- mdapi.repo.update
|
- mdapi.repo.update
|
||||||
|
|
||||||
|
#
|
||||||
|
# We do not want apache here, in this case we only want mod_wsgi
|
||||||
|
#
|
||||||
|
wsgi_wants_apache: false
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
- role: apache
|
- role: apache
|
||||||
|
when: wsi_wants_apache is true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue