tripleo-heat-templates/deployment/ironic
Emilien Macchi 98118b6294 Replace '' by [] when a bind mount isn't needed
To avoid empty volumes like:

{
  (...)
  "volumes": [
    "/etc/puppet:/etc/puppet:ro",
    (...)
    "",
    ""
  ],
}

Replace '' by [], so heat won't create an item in the list.
It helps to have idempotent containers, since podman_container module
will compare the list of volumes that is given in parameters (containing
the empty entries) vs the list of volumes actually in podman inspect.
Replacing to [] clears out empty volumes and makes these containers
idempotent when podman_container module is used to deploy containers.

Change-Id: I228b01009e7d9980bee5480778dbc88b9e226297
2020-02-07 14:34:53 +05:30
..
ironic-api-container-puppet.yaml Replace '' by [] when a bind mount isn't needed 2020-02-07 14:34:53 +05:30
ironic-base-puppet.yaml Add SQLAlchemy-collectd support 2019-10-11 10:16:30 -04:00
ironic-conductor-container-puppet.yaml Update ffwd-upgrade branch names 2020-01-27 19:42:40 +00:00
ironic-inspector-container-puppet.yaml Merge "Add DeployIdentifier to extra config containers" 2020-01-29 14:44:14 +00:00
ironic-neutron-agent-container-puppet.yaml Remove unnecessary slash volume maps 2019-12-04 20:32:14 +02:00
ironic-pxe-container-puppet.yaml Remove unnecessary slash volume maps 2019-12-04 20:32:14 +02:00