Bug 1594025

Summary: multiple-nics/controller.yaml missing ExternalInterfaceDefaultRoute
Product: Red Hat OpenStack Reporter: Darin Sorrentino <dsorrent>
Component: openstack-tripleo-heat-templatesAssignee: Emilien Macchi <emacchi>
Status: CLOSED ERRATA QA Contact: bjacot
Severity: medium Docs Contact:
Priority: medium    
Version: 13.0 (Queens)CC: bfournie, dpeacock, emacchi, jschluet, mburns, mlammon
Target Milestone: z2Keywords: Triaged, ZStream
Target Release: 13.0 (Queens)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: openstack-tripleo-heat-templates-8.0.4-3.el7ost Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-08-29 16:37:32 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:

Description Darin Sorrentino 2018-06-21 22:04:28 UTC
Description of problem:

The new default template in THT/network/config/multiple-nics/controller.yaml is missing the External Default Route.

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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Bob Fournier 2018-06-25 19:11:35 UTC
This has been fixed upstream in stable/queens - https://review.openstack.org/#/c/566403/2

Comment 12 bjacot 2018-08-07 16:01:22 UTC
cat /etc/yum.repos.d/latest-installed 
13   -p 2018-07-30.2

[root@undercloud-0 multiple-nics]# rpm -qa | grep openstack-tripleo-heat-templates*
openstack-tripleo-heat-templates-8.0.4-4.el7ost.noarch

cat role.role.j2.yaml
...
111 {%- endif %}
    112 {%- if network.name in role.default_route_networks %}
    113                 routes:
    114                 - default: true
    115                   next_hop:
    116                     get_param: {{network.name}}InterfaceDefaultRoute

Comment 13 Joanne O'Flynn 2018-08-15 08:05:20 UTC
This bug is marked for inclusion in the errata but does not currently contain draft documentation text. To ensure the timely release of this advisory please provide draft documentation text for this bug as soon as possible.

If you do not think this bug requires errata documentation, set the requires_doc_text flag to "-".


To add draft documentation text:

* Select the documentation type from the "Doc Type" drop down field.

* A template will be provided in the "Doc Text" field based on the "Doc Type" value selected. Enter draft text in the "Doc Text" field.

Comment 15 errata-xmlrpc 2018-08-29 16:37:32 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:2574

Comment 16 Bob Fournier 2018-09-19 16:45:06 UTC
*** Bug 1627897 has been marked as a duplicate of this bug. ***