Bug 1713464
| Summary: | Since ovn is the default in OSP15 - makes sense to include the external network under compute in /usr/share/openstack-tripleo-heat-templates/roles_data.yaml | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Alexander Chuzhoy <sasha> |
| Component: | openstack-tripleo-heat-templates | Assignee: | Emilien Macchi <emacchi> |
| Status: | CLOSED DUPLICATE | QA Contact: | Sasha Smolyak <ssmolyak> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 15.0 (Stein) | CC: | aschultz, bfournie, mburns, mcornea |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-05-23 23:30:26 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
I don't think computes need to be connected to the External network. They only need the br-ex bridge. Connecting the computes to the External network means they would get an IP address on this network which I don't think it's necessary. As we have a bug for adding br-ex for computes - https://bugzilla.redhat.com/show_bug.cgi?id=1694213, marking this a duplicate. *** This bug has been marked as a duplicate of bug 1694213 *** |
Since ovn is the default in OSP15 - makes sense to include the external network under compute in /usr/share/openstack-tripleo-heat-templates/roles_data.yaml Environment: openstack-tripleo-heat-templates-10.5.1-0.20190520170359.0c31f04.el8ost.noarch Compute includes only these networks: networks: InternalApi: subnet: internal_api_subnet Tenant: subnet: tenant_subnet Storage: subnet: storage_subnet Not having External means the user has to always override when deploying the default network backend.