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:
parent
b6bb287e9c
commit
6ca94af4e4
11 changed files with 85 additions and 14 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue