Skip to content
Snippets Groups Projects
Commit 44430a42 authored by Doug Szumski's avatar Doug Szumski Committed by Pierre Riteau
Browse files

Support custom keepalived config

Allow users to use the custom config mechanism for Keepalived
provided by Kolla Ansible.

Change-Id: I052bd8283944197cd2b13747e7a7c32fbe06c045
Story: 2005211
Task: 29989
parent 08bb1441
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,11 @@ kolla_openstack_custom_config:
dest: "{{ kolla_node_custom_config_path }}/keystone"
patterns: "*"
enabled: true
# Keepalived.
- src: "{{ kolla_extra_config_path }}/keepalived"
dest: "{{ kolla_node_custom_config_path }}/keepalived"
patterns: "*"
enabled: "{{ kolla_enable_haproxy }}"
# Magnum.
- src: "{{ kolla_extra_config_path }}/magnum"
dest: "{{ kolla_node_custom_config_path }}/magnum"
......
......@@ -162,6 +162,7 @@ which files are supported.
``ironic.conf`` Ironic configuration.
``ironic/*`` Extended ironic configuration.
``keystone/*`` Extended keystone configuration.
``keepalived/*`` Extended keepalived configuration.
``magnum.conf`` Magnum configuration.
``magnum/*`` Extended magnum configuration.
``manila.conf`` Manila configuration.
......
---
features:
- Adds support for custom Keepalived configuration.
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