Merge "Add missing haproxy_ssl option to default configs"
This commit is contained in:
commit
f48e76ae67
@ -124,6 +124,7 @@ haproxy_default_services:
|
|||||||
haproxy_service_name: keystone_admin
|
haproxy_service_name: keystone_admin
|
||||||
haproxy_backend_nodes: "{{ groups['keystone_all'] | default([]) }}"
|
haproxy_backend_nodes: "{{ groups['keystone_all'] | default([]) }}"
|
||||||
haproxy_port: 35357
|
haproxy_port: 35357
|
||||||
|
haproxy_ssl: "{{ haproxy_ssl }}"
|
||||||
haproxy_balance_type: "http"
|
haproxy_balance_type: "http"
|
||||||
haproxy_backend_options:
|
haproxy_backend_options:
|
||||||
- "httpchk HEAD /"
|
- "httpchk HEAD /"
|
||||||
@ -271,6 +272,7 @@ haproxy_default_services:
|
|||||||
- service:
|
- service:
|
||||||
haproxy_service_name: designate_api
|
haproxy_service_name: designate_api
|
||||||
haproxy_backend_nodes: "{{ groups['designate_api'] | default([]) }}"
|
haproxy_backend_nodes: "{{ groups['designate_api'] | default([]) }}"
|
||||||
|
haproxy_ssl: "{{ haproxy_ssl }}"
|
||||||
haproxy_port: 9001
|
haproxy_port: 9001
|
||||||
haproxy_balance_type: http
|
haproxy_balance_type: http
|
||||||
haproxy_backend_options:
|
haproxy_backend_options:
|
||||||
|
Loading…
Reference in New Issue
Block a user