Deploy the Noggin update to prod

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2022-05-16 10:34:09 +02:00
parent b77fdc9637
commit 6c6792a231
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
4 changed files with 2 additions and 18 deletions

View file

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

View file

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

View file

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

View file

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