fr33jc / bang

The beginning of the universe...
GNU General Public License v3.0
22 stars 7 forks source link

Plans to support Neutron? #20

Open pgcorchary opened 9 years ago

pgcorchary commented 9 years ago

I realize Neutron is huge.

The idea of fully supporting provisioning of networks, routers, subnets etc would be pretty huge, but I see at least two subsets of neutron that need attention from my perspective. 1) security groups. support for all SG activity has moved out of nova and into neutron. There is currently pull-though from nova, but I have occasionally seen problems with it, and it is likely to go away, leaving no ability to manage SG 2) load balancers. Libra is going away, and the new LBaaS, at least in HPC, is going to be Neutron based.

Thanks!

fr33jc commented 9 years ago

This will also likely be AWS first. I'm still in the process of designing the VPC support and I suspect much of the other networking stuff will be based on that work.

Now, if you happen to submit a pull request for Neutron first... it will likely get more attention since there will be code to discuss eh?