mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
openscanhub: remove openscanhub prefix from hub
... configurations, as it looks unnecesaary. Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
committed by
praiskup
parent
c21c0aaae8
commit
8682f36057
@@ -63,18 +63,18 @@
|
||||
when: env == "production"
|
||||
- role: openshift/object
|
||||
app: openscanhub
|
||||
file: openscanhub-deployment-fedora-osh-hub.yml
|
||||
objectname: openscanhub-deployment-fedora-osh-hub
|
||||
file: deployment-fedora-osh-hub.yml
|
||||
objectname: deployment-fedora-osh-hub
|
||||
when: env == "staging"
|
||||
- role: openshift/object
|
||||
app: openscanhub
|
||||
template: openscanhub-route-fedora-osh-hub.yml
|
||||
objectname: openscanhub-route-fedora-osh-hub
|
||||
template: route-fedora-osh-hub.yml
|
||||
objectname: route-fedora-osh-hub
|
||||
when: env == "staging"
|
||||
- role: openshift/object
|
||||
app: openscanhub
|
||||
file: openscanhub-service-fedora-osh-hub.yml
|
||||
objectname: openscanhub-service-fedora-osh-hub
|
||||
file: service-fedora-osh-hub.yml
|
||||
objectname: service-fedora-osh-hub
|
||||
when: env == "staging"
|
||||
|
||||
# Configurations for redis.
|
||||
|
||||
Reference in New Issue
Block a user