Bug 1478446 - It looks like the setting for the Compute External Port is wrong in neutron-ovs-dvr.yaml
Summary: It looks like the setting for the Compute External Port is wrong in neutron-o...
Keywords:
Status: CLOSED EOL
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 11.0 (Ocata)
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 12.0 (Pike)
Assignee: Brent Eagles
QA Contact: Gurenko Alex
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-08-04 14:46 UTC by Darin Sorrentino
Modified: 2018-12-14 11:47 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-12-14 11:47:28 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Darin Sorrentino 2017-08-04 14:46:41 UTC
Description of problem:

Looking at the environments/neutron-ovs-dvr.yaml file, it shows this:

  # DVR requires a port on the external network for each compute node.
  # This will usually match the one currently in use for
  # OS::TripleO::Controller::Ports::ExternalPort.
  # Please review your network configuration before deploying to ensure that
  # this is appropriate.
  OS::TripleO::Compute::Ports::ExternalPort: ../network/ports/noop.yaml


However setting ExternalPort to noop.yaml is not how you place an external network on each compute node.  This should be updated to external.yaml as follows:

  # DVR requires a port on the external network for each compute node.
  # This will usually match the one currently in use for
  # OS::TripleO::Controller::Ports::ExternalPort.
  # Please review your network configuration before deploying to ensure that
  # this is appropriate.
  OS::TripleO::Compute::Ports::ExternalPort: ../network/ports/external.yaml

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

Noticed this in RHOSP 11.  Might be an issue in previous versions.

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Assaf Muller 2017-08-07 13:19:51 UTC
Assigned to Brent for triage.

Comment 2 Brent Eagles 2017-08-14 13:41:08 UTC
We can adjust the environment file, but the complete fix requires proper documentation.


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