Skip to content
Snippets Groups Projects
Commit c086b2c4 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Use a random keepalived router id in CI environment"

parents b51294dc bf4a3c9f
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@
kolla_base_distro: "{{ base_distro }}"
kolla_install_type: "{{ install_type }}"
# Use a random router id, otherwise it may result in the same router id
# in the CI gate.
keepalived_virtual_router_id: "{{ 250 | random(1) }}"
{% if hostvars|length > 2 %}
kolla_internal_vip_address: "{{ api_interface_address }}"
enable_haproxy: "no"
......
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