f732a8390a
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
9 lines
336 B
YAML
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.
|