Deploy the Noggin update to prod
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
b77fdc9637
commit
6c6792a231
4 changed files with 2 additions and 18 deletions
|
@ -185,15 +185,6 @@
|
|||
tags:
|
||||
- fas
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: "accounts{{ env_suffix }}.fedoraproject.org"
|
||||
destname: noggin
|
||||
balancer_name: app-os
|
||||
targettype: openshift
|
||||
keephost: true
|
||||
tags: noggin
|
||||
when: env != "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: "accounts{{ env_suffix }}.fedoraproject.org"
|
||||
destname: noggin
|
||||
|
@ -203,7 +194,6 @@
|
|||
keephost: true
|
||||
ocp4: true
|
||||
tags: noggin
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: "fasjson{{ env_suffix }}.fedoraproject.org"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- name: make the app be real
|
||||
hosts: os_masters[0]:os_control_stg[0]
|
||||
hosts: os_control[0]:os_control_stg[0]
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- name: make the app be real
|
||||
hosts: os_masters[0]:os_control_stg[0]
|
||||
hosts: os_control[0]:os_control_stg[0]
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
|
|
@ -21,15 +21,9 @@ spec:
|
|||
type: Source
|
||||
sourceStrategy:
|
||||
from:
|
||||
{% if env == "staging" %}
|
||||
kind: ImageStreamTag
|
||||
name: python:3.9-ubi8
|
||||
namespace: openshift
|
||||
{% else %}
|
||||
kind: ImageStreamTag
|
||||
name: python:3.6
|
||||
namespace: openshift
|
||||
{% endif %}
|
||||
output:
|
||||
to:
|
||||
kind: ImageStreamTag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue