tripleo-heat-templates/releasenotes/notes/nic-config-ansible-vars-1943a9f2dcab5477.yaml
James Slagle f732a8390a Use ansible vars nic config
Migrates the NetworkConfig resource to use ansible vars as the values
for Heat parameters for the IP and subnet cidr. This makes it so that
the nic config template value coming out of Heat is generic per role.
The same nic config can then be used for any node of that role type by
Ansible, and the Ansible vars will be resolved at config-download
runtime.

Change-Id: I7e85dabd42ccb348ea27825d03c08157222956a1
2019-07-23 13:25:23 -04:00

9 lines
336 B
YAML

---
features:
- |
The NetworkConfig resource now passes in ansible vars as the values for the
IP parameters to the nic config templates. This enables the nic config
template to be rendered generic per role coming out of Heat by
config-download. The templates can then be reused by any node of that same
role type.