Update vars to match latest keepalived role

While the user interface is retro-compatible, it's probably better
to adapt our vars and examples to show what's the future gonna be.

Change-Id: Ic242f98d775ccd176e69251e4734075bbbb01146
This commit is contained in:
Jean-Philippe Evrard 2017-06-06 08:55:12 +00:00
parent 3bea9d3404
commit 952fad5c31
3 changed files with 17 additions and 2 deletions

View File

@ -718,7 +718,7 @@
#
# To always deploy (or upgrade to) the latest stable version of keepalived.
# Edit the ``/etc/openstack_deploy/user_variables.yml``:
# keepalived_use_latest_stable: True
# keepalived_package_state: latest
#
# The group_vars/all/keepalived.yml contains the keepalived
# variables that are fed into the keepalived role during

View File

@ -16,7 +16,7 @@
keepalived_ping_address: "193.0.14.129"
keepalived_ping_count: 1
keepalived_ping_interval: 10
keepalived_uca_enable: True
keepalived_ubuntu_src: "uca"
keepalived_sync_groups:
haproxy:

View File

@ -0,0 +1,15 @@
---
deprecations:
- |
The variable ``keepalived_uca_enable`` is deprecated, and replaced
by ``keepalived_ubuntu_src``. The ``keepalived_uca_enable`` variable will
be removed in future versions of the keepalived role. The value of
``keepalived_ubuntu_src`` should be either "uca", "ppa", or "native",
for respectively installing from the Ubuntu Cloud archive, from keepalived
stable ppa, or not installing from an external source.
- |
The variable ``keepalived_use_latest_stable`` is deprecated, and replaced
by ``keepalived_package_state``. The ``keepalived_use_latest_stable``
variable will be removed in future versions of the keepalived role.
The value of ``keepalived_package_state`` should be either "latest" or
"present".