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:
|
tags:
|
||||||
- fas
|
- 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
|
- role: httpd/reverseproxy
|
||||||
website: "accounts{{ env_suffix }}.fedoraproject.org"
|
website: "accounts{{ env_suffix }}.fedoraproject.org"
|
||||||
destname: noggin
|
destname: noggin
|
||||||
|
@ -203,7 +194,6 @@
|
||||||
keephost: true
|
keephost: true
|
||||||
ocp4: true
|
ocp4: true
|
||||||
tags: noggin
|
tags: noggin
|
||||||
when: env == "staging"
|
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: "fasjson{{ env_suffix }}.fedoraproject.org"
|
website: "fasjson{{ env_suffix }}.fedoraproject.org"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: make the app be real
|
- name: make the app be real
|
||||||
hosts: os_masters[0]:os_control_stg[0]
|
hosts: os_control[0]:os_control_stg[0]
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: make the app be real
|
- name: make the app be real
|
||||||
hosts: os_masters[0]:os_control_stg[0]
|
hosts: os_control[0]:os_control_stg[0]
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
|
|
@ -21,15 +21,9 @@ spec:
|
||||||
type: Source
|
type: Source
|
||||||
sourceStrategy:
|
sourceStrategy:
|
||||||
from:
|
from:
|
||||||
{% if env == "staging" %}
|
|
||||||
kind: ImageStreamTag
|
kind: ImageStreamTag
|
||||||
name: python:3.9-ubi8
|
name: python:3.9-ubi8
|
||||||
namespace: openshift
|
namespace: openshift
|
||||||
{% else %}
|
|
||||||
kind: ImageStreamTag
|
|
||||||
name: python:3.6
|
|
||||||
namespace: openshift
|
|
||||||
{% endif %}
|
|
||||||
output:
|
output:
|
||||||
to:
|
to:
|
||||||
kind: ImageStreamTag
|
kind: ImageStreamTag
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue