Merge "Default all roles for deployed-server to net-config-static-bridge"

This commit is contained in:
Zuul 2020-02-04 00:27:00 +00:00 committed by Gerrit Code Review
commit 3d0928130c
2 changed files with 8 additions and 3 deletions

View File

@ -5,10 +5,8 @@ resource_registry:
{% for role in roles %}
# Default nic config mappings
OS::TripleO::{{role.name}}::Net::SoftwareConfig: ../net-config-static.yaml
OS::TripleO::{{role.name}}::Net::SoftwareConfig: ../net-config-static-bridge.yaml
{% endfor %}
OS::TripleO::ControllerDeployedServer::Net::SoftwareConfig: ../net-config-static-bridge.yaml
parameter_defaults:
EnablePackageInstall: True

View File

@ -0,0 +1,7 @@
---
fixes:
- All roles now default to using the net-config-static-bridge.yaml nic config
when using deployed-server. Since OVN is the default in TripleO, Compute
roles need to have br-ex. Previously when using deployed-server, the default
nic config for the non-Controller roles was net-config-static.yaml, which
did not create br-ex.