Fix play hosts for ironic, monasca, neutron, nova

Some plays were not applied to all groups referenced by the services
they deploy. In most cases this works fine, but if the default inventory
is modified this may cause problems where containers are not deployed to
hosts in the missing groups, if they are not a member of other groups
that the play is targeted to.

This change syncs up the play hosts for all services.

Closes-Bug: #1889387

Change-Id: I6b92d8e53a29b06a065e0611840140d09c8a6695
This commit is contained in:
Mark Goddard 2020-08-03 09:50:36 +01:00
parent da1d14b186
commit 9bca246b10
2 changed files with 8 additions and 2 deletions

@ -116,6 +116,7 @@
gather_facts: false gather_facts: false
hosts: hosts:
- compute - compute
- nova-compute-ironic
- nova-conductor - nova-conductor
- nova-novncproxy - nova-novncproxy
- nova-serialproxy - nova-serialproxy
@ -181,6 +182,7 @@
gather_facts: false gather_facts: false
hosts: hosts:
- compute - compute
- nova-compute-ironic
- nova-conductor - nova-conductor
- nova-novncproxy - nova-novncproxy
- nova-serialproxy - nova-serialproxy

@ -655,6 +655,7 @@
- ironic-conductor - ironic-conductor
- ironic-inspector - ironic-inspector
- ironic-pxe - ironic-pxe
- ironic-ipxe
- '&enable_ironic_True' - '&enable_ironic_True'
serial: '{{ kolla_serial|default("0") }}' serial: '{{ kolla_serial|default("0") }}'
roles: roles:
@ -737,6 +738,8 @@
- neutron-metadata-agent - neutron-metadata-agent
- neutron-ovn-metadata-agent - neutron-ovn-metadata-agent
- neutron-metering-agent - neutron-metering-agent
- neutron-bgp-dragent
- neutron-infoblox-ipam-agent
- compute - compute
- manila-share - manila-share
- '&enable_neutron_True' - '&enable_neutron_True'
@ -916,8 +919,9 @@
- name: Apply role monasca - name: Apply role monasca
gather_facts: false gather_facts: false
hosts: hosts:
- monasca - monasca-agent-collector
- monasca-agent - monasca-agent-forwarder
- monasca-agent-statsd
- monasca-api - monasca-api
- monasca-grafana - monasca-grafana
- monasca-log-transformer - monasca-log-transformer