Openshift redeploy to production.

Add 3 more nodes (we might use one later for staging)
move to latest openshift ansible
Change config to do multitenant, have logs and other config tweaks.
This commit is contained in:
Kevin Fenzi 2018-09-27 21:04:49 +00:00
parent b6bb287e9c
commit 6ca94af4e4
11 changed files with 85 additions and 14 deletions

View file

@ -570,6 +570,11 @@ backend os-nodes-backend
balance hdr(appserver)
server os-node01 os-node01:443 check inter 10s rise 1 fall 2 ssl verify none
server os-node02 os-node02:443 check inter 10s rise 1 fall 2 ssl verify none
server os-node03 os-node03:443 check inter 10s rise 1 fall 2 ssl verify none
server os-node04 os-node04:443 check inter 10s rise 1 fall 2 ssl verify none
{% if env != "staging" %}
server os-node05 os-node05:443 check inter 10s rise 1 fall 2 ssl verify none
{% endif %}
option httpchk GET /
http-check expect status 503