openscanhub: add openscanhub.stg.fedoraproject.org

... as the route.

Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
Siteshwar Vashisht 2024-02-16 21:41:45 +01:00 committed by kevin
parent 0fc9c24494
commit 97fbb83286
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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