tripleo-heat-templates/releasenotes/notes/create-br-ex-for-compute-b967312323d45d9b.yaml
Kamil Sambor ff7cce93eb Add creating br-ex for compute node in ovn
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
2019-06-05 10:15:39 +02:00

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.