45a7963810
Allow passing through additional host variables from Kayobe to Kolla Ansible without overriding the entire list. * kolla_seed_inventory_pass_through_host_vars_extra * kolla_seed_inventory_pass_through_host_vars_map_extra * kolla_overcloud_inventory_pass_through_host_vars_extra * kolla_overcloud_inventory_pass_through_host_vars_map_extra Story: 2008797 Task: 42201 Change-Id: I41d9169f0312108e42bb12c52c6c7ee2509cf2ab
14 lines
514 B
YAML
14 lines
514 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds support for passing through additional host variables from Kayobe to
|
|
Kolla Ansible. This is done via the following variables:
|
|
|
|
* ``kolla_seed_inventory_pass_through_host_vars_extra``
|
|
* ``kolla_seed_inventory_pass_through_host_vars_map_extra``
|
|
* ``kolla_overcloud_inventory_pass_through_host_vars_extra``
|
|
* ``kolla_overcloud_inventory_pass_through_host_vars_map_extra``
|
|
|
|
See `story 2008797 <https://storyboard.openstack.org/#!/story/2008797>`__
|
|
for details.
|