Bug 1496231 - In a roles file created with "openstack overcloud roles generate", the Networker role misses tenant and external networks.
Summary: In a roles file created with "openstack overcloud roles generate", the Networ...
Keywords:
Status: CLOSED DUPLICATE of bug 1493290
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 12.0 (Pike)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: 12.0 (Pike)
Assignee: Angus Thomas
QA Contact: Amit Ugol
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-09-26 17:52 UTC by Alexander Chuzhoy
Modified: 2017-09-28 23:41 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-09-28 23:41:03 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Alexander Chuzhoy 2017-09-26 17:52:58 UTC
In a roles file created with "openstack overcloud roles generate", the Networker role misses tenant and external networks.

Environment:
openstack-tripleo-heat-templates-7.0.1-0.20170919183703.el7ost.noarch
openstack-puppet-modules-11.0.0-0.20170828113154.el7ost.noarch
instack-undercloud-7.4.1-0.20170912115418.el7ost.noarch


Steps to reproduce:

Generate the roles_data.yaml file with 'openstack overcloud roles generate --roles-path /usr/share/openstack-tripleo-heat-templates/roles ControllerOpenstack Database Messaging Networker Compute CephStorage > roles_data.yaml'

and check the networks for the Networker role:

Result:
  networks:
    - InternalApi


Expected result:

  networks:
    - InternalApi
    - External
    - Tenant

Comment 1 Marius Cornea 2017-09-27 07:07:52 UTC
The missing Tenant network should be addressed by bug 1493290 - https://review.openstack.org/#/c/506676/

I don't think the Networker role should be connected to the External network since it doesn't provide any public endpoint facing services and it doesn't require an address on this network.

Comment 2 Alex Schultz 2017-09-28 14:13:15 UTC
Moving back to networking, this may be a dupe of 1496231 but Networking would need to provide information if External is necessary for this role.

Comment 3 Alex Schultz 2017-09-28 14:13:46 UTC
sorry a duplicate of Bug 1493290

Comment 6 Alexander Chuzhoy 2017-09-28 23:41:03 UTC
The missing Tenant is tracked here: https://bugzilla.redhat.com/show_bug.cgi?id=1493290

The External isn't a requirement after all, was able to deploy and ping an instance without it.

Closing the bug as duplicate.

Thanks all.

*** This bug has been marked as a duplicate of bug 1493290 ***


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