Bug 1244894 - CLI does not validate if --neutron-tunnel-types matches --neutron-network-type
Summary: CLI does not validate if --neutron-tunnel-types matches --neutron-network-type
Keywords:
Status: CLOSED DUPLICATE of bug 1244893
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: rhosp-director
Version: 7.0 (Kilo)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: Director
Assignee: chris alfonso
QA Contact: yeylon@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-07-20 17:32 UTC by Dan Sneddon
Modified: 2016-04-18 07:01 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-07-20 17:40:22 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Dan Sneddon 2015-07-20 17:32:10 UTC
Description of problem:
If you deploy the overcloud with --neutron-tunnel-types vxlan, but you don't specify the --neutron-network-type, then you end up with an unusable network configuration on the overcloud. All of the OVS agents are configured for VXLAN, but the Neutron networks are GRE, so nothing can communicate.

Version-Release number of selected component (if applicable):
puddle-2015-07-17.2

How reproducible:
100%

Steps to Reproduce:
1. Deploy with --neutron-tunnel-types vxlan but do not specify the --neutron-network-type
2.
3.

Actual results:
Neutron networks are configured as GRE, but the OVS agents are configured for VXLAN tunneling.

Expected results:
The CLI should throw an error if the --neutron-network-type does not match at least one of the --neutron-tunnel-types.

Additional info:

Comment 3 Mike Burns 2015-07-20 17:40:22 UTC

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


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