proxies / ocp: fix app vs apps typo
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
63eb9d6765
commit
041b82d1ec
2 changed files with 7 additions and 7 deletions
|
@ -620,14 +620,14 @@
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: "app.ocp{{ env_suffix }}.fedoraproject.org"
|
website: "apps.ocp{{ env_suffix }}.fedoraproject.org"
|
||||||
destname: app.ocp
|
destname: apps.ocp
|
||||||
balancer_name: app-ocp
|
balancer_name: apps-ocp
|
||||||
targettype: openshift
|
targettype: openshift
|
||||||
balancer_members: "{{ ocp_nodes }}"
|
balancer_members: "{{ ocp_nodes }}"
|
||||||
keephost: true
|
keephost: true
|
||||||
tags:
|
tags:
|
||||||
- app.ocp.fedoraproject.org
|
- apps.ocp.fedoraproject.org
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
|
|
|
@ -694,8 +694,8 @@
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
site_name: app.ocp.stg.fedoraproject.org
|
site_name: apps.ocp.stg.fedoraproject.org
|
||||||
server_aliases: ["*.app.ocp.stg.fedoraproject.org"]
|
server_aliases: ["*.apps.ocp.stg.fedoraproject.org"]
|
||||||
sslonly: true
|
sslonly: true
|
||||||
cert_name: "{{os_wildcard_cert_name}}"
|
cert_name: "{{os_wildcard_cert_name}}"
|
||||||
SSLCertificateChainFile: "{{os_wildcard_int_file}}"
|
SSLCertificateChainFile: "{{os_wildcard_int_file}}"
|
||||||
|
@ -703,7 +703,7 @@
|
||||||
# So non-h2 is needed to fix websockets.
|
# So non-h2 is needed to fix websockets.
|
||||||
use_h2: false
|
use_h2: false
|
||||||
tags:
|
tags:
|
||||||
- app.ocp.stg.fedoraproject.org
|
- apps.ocp.stg.fedoraproject.org
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue