tripleo-heat-templates/common
Harald Jensås 23cdf4dd17 Refactor Service VIPs redis and ovn_dbs
With this change a Heat resource is no longer used to
create an undercloud neutron API port resource for the
redis and ovn_dbs service virtual IPs. Instead an
external deploy task at step 0 in the individual service
template uses the "tripleo_service_vip" ansible module
to mange a neutron API port resource for each service.

The interfaces to control the IP address and service
network (RedisVirtualFixedIPs, OVNDBsVirtualFixedIPs
and ServiceNetMap) remains the same.

It is also possible to include the 'use_neutron' boolean
in the FixedIPs parameter to instruct the ansible module
not to create a neutron API resource, and simply "echo"
the ip_address given in the FixedIPs parameter. For
example:
  RedisVirtualFixedIPs:
    - ip_address: 1.0.0.5
      use_neutron: false

Alternatively the fixed-ips can be set using the
'ServiceVips' parameter, like this:

 ServiceVips:
   redis: 1.0.0.5
   ovs_dbs: 1.0.0.6

NOTE: If the neutron service is not available the
      tripleo_service_vip ansible module will "echo"
      the IP provided in %service%VirtualFixedIPs.

Related: blueprint network-data-v2-ports
Depends-On: https://review.opendev.org/777307
Depends-On: https://review.opendev.org/779883
Change-Id: I4794418546363888e7a555a16b45b7a4417f1ef8
2021-04-14 10:22:59 +02:00
..
services Merge "Introduce pre_deploy_step_tasks" 2021-04-06 18:58:21 +00:00
common-container-config-scripts.yaml Ensure SELinux context persist across restorecon and reboot 2021-03-30 08:11:59 +02:00
common-container-setup-tasks.yaml Move overcloud common bootstrap tasks out of step1 deploy tasks 2021-03-30 15:31:37 +02:00
container-puppet.sh Fix swift containers idempotency 2020-10-29 14:35:38 +01:00
deploy-steps-playbooks-common.yaml Refactor Service VIPs redis and ovn_dbs 2021-04-14 10:22:59 +02:00
deploy-steps-tasks-step-0.j2.yaml Drop service facts usage 2021-02-16 07:48:53 -07:00
deploy-steps-tasks-step-1.yaml Move overcloud common bootstrap tasks out of step1 deploy tasks 2021-03-30 15:31:37 +02:00
deploy-steps-tasks.yaml Use ansible_facts instead 2021-02-22 17:57:17 +00:00
deploy-steps.j2 Refactor Service VIPs redis and ovn_dbs 2021-04-14 10:22:59 +02:00
generate-config-tasks.yaml Use ansible_facts instead 2021-02-22 17:57:17 +00:00
hiera-steps-tasks.yaml Add OVN chassis macs to hieradata 2020-10-10 21:04:13 +00:00
host-container-puppet-tasks.yaml Use ansible_facts instead 2021-02-22 17:57:17 +00:00
post.j2.yaml Consolidate puppet/docker deployments with one deploy steps workflow 2017-08-11 17:25:02 +00:00