Bug 1127404

Summary: RFE: Need an option to exclude network IP's when creating Nova networks
Product: Red Hat OpenStack Reporter: Mike Burns <mburns>
Component: openstack-puppet-modulesAssignee: Ivan Chavero <ichavero>
Status: CLOSED WONTFIX QA Contact: Ofer Blaut <oblaut>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.0 (RHEL 7)CC: aortega, beagles, cdevine, christopher_dearborn, jcoufal, jdonohue, kurt_hey, lbezdick, mburns, mmagr, nbarcet, nyechiel, ohochman, randy_perryman, rhos-maint, sclewis, sreichar, sseago, yeylon
Target Milestone: ---Keywords: FutureFeature, ZStream
Target Release: 6.0 (Juno)   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: 1119382 Environment:
Last Closed: 2015-08-07 13:49:16 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:
Bug Depends On: 1119382, 1127405    
Bug Blocks: 1093544, 1119945    

Comment 1 Ivan Chavero 2014-10-01 18:30:05 UTC
Checking if there's already some work on the nova puppet module regarding this enhancement

Comment 2 Ivan Chavero 2014-11-22 23:37:34 UTC
added parameters to puppet module:
https://review.openstack.org/#/c/135123/
pending upload of packstack patch

Comment 3 Ivan Chavero 2014-12-02 20:04:31 UTC
added packstack review https://review.openstack.org/#/c/138505/

Comment 7 Ivan Chavero 2015-07-15 06:47:37 UTC
Is this RFE desired?

Comment 8 Ivan Chavero 2015-07-17 19:26:26 UTC
Resumed work on the upstream module, checking with the community if the fix is correct. https://review.openstack.org/#/c/135123/7

Comment 9 Ivan Chavero 2015-07-27 14:19:24 UTC
patch has been merged upstream. Scott, is this RFE desired for OSP 6? need to know in order to create backport

Comment 12 Alvaro Lopez Ortega 2015-07-27 17:32:33 UTC
Mike just confirmed me that there is no need for backport here.

Comment 13 Ivan Chavero 2015-07-29 04:31:55 UTC
Package ready, can i have acks so i can push it?

Comment 14 Mike Burns 2015-07-29 13:42:28 UTC
No need to backport this from my perspective.

Comment 15 Ivan Chavero 2015-08-06 04:32:23 UTC
can i have acks for this bug please?

Comment 16 Lukas Bezdicka 2015-08-07 09:03:28 UTC
https://review.openstack.org/210256

We have to revert the change as it breaks deployments. In the change we switched from nova-manage to nova which by luck worked in reviews but that was issue of test environment. Nova command it's self requires credentials that ::nova::network does not have and it will simply fail. Adding the credentials is too big of change that is backwards incompatible so changing the module is out of the question. If anyone wants to create network with excluded IPs it should be done by setting create_networks => false on ::nova::network and creating them manually by exec for example.

Comment 17 Lukas Bezdicka 2015-08-07 13:49:16 UTC
Looking into packstack code I'm just reverting the patch and closing this as won't fix.