mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 18:41:38 +08:00
openscanhub: add openscanhub.stg.fedoraproject.org
... as the route. Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
committed by
kevin
parent
0fc9c24494
commit
97fbb83286
@@ -56,7 +56,7 @@
|
||||
# We should get separate approval for "opencanhub.fedoraproject.org"
|
||||
# Fix below line if correct route is not generated.
|
||||
# https://pagure.io/fedora-infra/ansible/pull-request/1669#comment-195809
|
||||
host: "staging-openscanhub.apps.ocp.stg.fedoraproject.org"
|
||||
host: "openscanhub.stg.fedoraproject.org"
|
||||
when: env == "staging"
|
||||
- role: openshift/object
|
||||
app: openscanhub
|
||||
|
||||
@@ -14,7 +14,7 @@ LogLevel debug
|
||||
|
||||
<VirtualHost *:8080>
|
||||
# ServerAlias *
|
||||
ServerAlias staging-openscanhub.apps.ocp.stg.fedoraproject.org
|
||||
ServerAlias openscanhub{{ env_suffix }}.fedoraproject.org
|
||||
# WSGI handler
|
||||
# WSGIDaemonProcess osh display-name=%{GROUP} locale='C.UTF-8'
|
||||
# WSGIProcessGroup osh
|
||||
|
||||
Reference in New Issue
Block a user