openscanhub: add openscanhub.stg.fedoraproject.org
... as the route. Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
parent
0fc9c24494
commit
97fbb83286
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue