Skip to content
Snippets Groups Projects
Commit 77170a85 authored by Pierre Riteau's avatar Pierre Riteau
Browse files

Support customising refactored HAProxy config

Change-Id: I435ab9f88f73a73d7dc02f604f05e6f6def02eb5
parent 67a4d502
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,10 @@ kolla_openstack_custom_config: ...@@ -64,6 +64,10 @@ kolla_openstack_custom_config:
dest: "{{ kolla_node_custom_config_path }}/haproxy" dest: "{{ kolla_node_custom_config_path }}/haproxy"
patterns: "*" patterns: "*"
enabled: "{{ kolla_enable_haproxy }}" enabled: "{{ kolla_enable_haproxy }}"
- src: "{{ kolla_extra_config_path }}/haproxy-config"
dest: "{{ kolla_node_custom_config_path }}/haproxy-config"
patterns: "*"
enabled: "{{ kolla_enable_haproxy }}"
# Heat. # Heat.
- src: "{{ kolla_extra_config_path }}/heat" - src: "{{ kolla_extra_config_path }}/heat"
dest: "{{ kolla_node_custom_config_path }}/heat" dest: "{{ kolla_node_custom_config_path }}/heat"
......
...@@ -165,7 +165,8 @@ which files are supported. ...@@ -165,7 +165,8 @@ which files are supported.
``glance.conf`` Glance configuration. ``glance.conf`` Glance configuration.
``glance/*`` Extended Glance configuration. ``glance/*`` Extended Glance configuration.
``grafana/*`` Extended Grafana configuration. ``grafana/*`` Extended Grafana configuration.
``haproxy/*`` HAProxy configuration. ``haproxy/*`` Main HAProxy configuration.
``haproxy-config/*`` Modular HAProxy configuration.
``heat.conf`` Heat configuration. ``heat.conf`` Heat configuration.
``heat/*`` Extended heat configuration. ``heat/*`` Extended heat configuration.
``horizon/*`` Extended horizon configuration. ``horizon/*`` Extended horizon configuration.
......
---
features:
- |
Adds support for customising the refactored HAProxy configuration
introduced in Kolla Ansible in the Stein release, using
``$KAYOBE_CONFIG_PATH/kolla/config/haproxy-config/``.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment