da5b57c7bb
In commit, I737d5656b113f7e2238fe7bb555cc2d4cb13877c, support was added to have the services fall back to the ctlplane network if the default service network wasn't enabled. The commit only worked for the hardcoded default network names though (ItnernalApi, Storage, etc). Given that any network names can be used, and that our spine/leaf examples show using non-default network names (IternalApi0, Storage0, etc), the code needs to work for any network name. This commit updates the jinja2 logic to work for any network name. It also handles service_net_map_replace in the jinja2 logic instead of Heat, so that services can be correctly defaulted when the default networks don't exist at all. Change-Id: Icd8d49c0cf8c8ac43348813c502861fb0aa7091f implements: blueprint split-controlplane-templates Closes-Bug: #1824025
5 lines
140 B
YAML
5 lines
140 B
YAML
---
|
|
fixes:
|
|
- ServiceNetMap now handles any network name when computing the default
|
|
network for each service in ServiceNetMapDefaults.
|