ff7cce93eb
For ovn compute nodes we need br-ex exactly like with ComputeDVR role. Now we can do this in jinja templates using new tag external_bridge Change-Id: If44e9cbad714ce3954928407c42a8dc2473fed2e Closes-Bug: #1822367
9 lines
287 B
YAML
9 lines
287 B
YAML
---
|
|
features:
|
|
- |
|
|
Introduce new tag into roles that will create external_bridge (usable only
|
|
for multiple-nics).
|
|
upgrade:
|
|
- |
|
|
During upgrade user will need to create custom roles_data.yaml and remove
|
|
external_bridge from tags to be sure that bridge will be not added. |