tripleo-ansible/tripleo_ansible/tests
Harald Jensås e990728082 Service virtual IP module and hieradata
Adds a module tripleo_service_vip which manages
a neutron API port resource for service virtuap IPs.
(redis and ovn_dbs) when neutron service is available.

When the service network is 'ctlplane' the module does
a find_port for the controlplane_virtual_ip so that the
ctlplane VIP is used in this case.

When the neutron service is not available the module
looks for a pre-defined ip address in the fixed_ips
option. If present this address is used, if not present
an exception is raised.

The module updates the 'service_vip_vars.yaml' file in
the playbook directory so that include_vars can be used
to load the variables.

The change also updates action/tripleo_all_nodes_data.py
and tripleo_hieradata templates to use the new variable
to source the service virtual IPs for redis and ovn_dbs
services.

Related: blueprint network-data-v2-ports
Depends-On: https://review.opendev.org/777252
Change-Id: I6b2ae7388f8af15f2fd3dcbc5e671c169700fff6
2021-03-04 12:26:06 +00:00
..
modules Service virtual IP module and hieradata 2021-03-04 12:26:06 +00:00
plugins Provision workflow managed/unmanaged node support 2020-12-18 07:46:10 +01:00
__init__.py Introduce unit tests structure for tripleo-ansible filters 2019-12-02 22:26:16 +00:00
base.py module tripleo_baremetal_expand_roles 2020-03-06 15:12:21 +00:00
stubs.py Extract provisioned networks from stack 2020-10-08 22:11:29 +00:00