-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix osconfigenerator for Redis/OVNDBs vips
Special Redis on OVNDBs roles are not considered in the configgenerator when rendering the template. As a result the required hiera redis_vip was not set Function lookup() did not find a value for the name 'redis_vip' This updates the configgenerator to consider Redis and OVNDBs and have the entries like the following in the rendered parameter file: ~~~ OVNDBsVirtualFixedIPs: - ip_address: 172.17.0.12 use_neutron: false RedisVirtualFixedIPs: - ip_address: 172.17.0.11 use_neutron: false ~~~
- Loading branch information
Showing
2 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters