Bug 1801836 - When generating a compute templates, they should all now have a tag for the external bridge since that's an OVN requirement
Summary: When generating a compute templates, they should all now have a tag for the e...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 16.1 (Train)
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: ---
: ---
Assignee: Brent Eagles
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-02-11 17:33 UTC by Darin Sorrentino
Modified: 2022-05-26 13:29 UTC (History)
15 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-05-26 13:29:44 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1822367 0 None None None 2020-02-12 15:18:58 UTC
Red Hat Issue Tracker OSP-3537 0 None None None 2021-11-25 10:18:50 UTC

Description Darin Sorrentino 2020-02-11 17:33:34 UTC
Description of problem:

OVN now requires the compute hosts to have external access and we updated the Compute.yaml role with the appropriate tag:

  # Create external Neutron bridge (unset if using ML2/OVS without DVR)
  tags:
    - external_bridge

However, we missed the other Compute roles, such as ComputeHCI.yaml so generating that NIC template doesn't have the external bridge on it.

We definitely need to fix ComputeHCI.yaml, however the other Compute* roles should also be looked at and updated as needed since OVN is the default in OSP16.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 3 Stephane Vigan 2020-02-21 09:47:36 UTC
As compute now required external network, we should also update all compute role with external network definition

  networks:
    External:
      subnet: external_subnet

BTW: BZ1805645 was created to update documentation about it.

Comment 5 stchen 2020-11-04 19:38:03 UTC
Closing EOL, OSP 16.0 has been retired as of Oct 27, 2020

Comment 6 Brian Haley 2020-11-09 22:35:28 UTC
Re-opening targeted at 16.1


Note You need to log in before you can comment on or make changes to this bug.