e083f248a9
This change adds test coverage for the tripleo::keepalived class and exposes the ability to pass network_vips as a parameter rather than just via hiera. Change-Id: Ied2f26f6bfdcd9c4fe85f08461b997c15c66345f
10 lines
351 B
YAML
10 lines
351 B
YAML
---
|
|
other:
|
|
- |
|
|
Added unit test for tripleo::keepalived class.
|
|
- |
|
|
Added network_vips parameter to the tripleo::keepalived class where
|
|
previously it was only exposed via the network_virtual_ips hiera data key.
|
|
The new parameter still uses the network_virtual_ips hiera data for the
|
|
default value or falls back to an empty hash.
|