deb-murano/muranoapi/common
Alexander Tivelkov b7c2aac9a2 Implemented AdvNetworking scenarios via Neutron
Added a new package ( io.murano.lib.networks.Neutron) to handle networking via Neutron
The package introduces a class 'NewNetwork' (io.murano.lib.networks.neutron.NewNetwork)
This class is capable of the following:
 - Create a new Network (L2 segment)
 - Use NetworkExplorer class to allocate an available CIDR
 - Create a new Subnet (L3 segment) in the created Network with the allocated CIDR
 - Use NetworkExplorer class to locate an available router
 - Use NetworkExplorer class to detect the default DNS nameserver
 - Uplink the created subnet to the located router

Also, as this class extends io.murano.resources.Network, it implements the addHostToNetwork method
The implementation creates a Neutron Port and connects that port to a created network and intance

 This commit also modifies the environment-creation logic of the API, allowing to add default networks
 to the Environment object.
 This is a temporary solution: in future the instantiation of this object(s) should be done in MuranoPL

 This commit concludes the minimum set of functionality needed to implement AdvancedNetworking
 in 0.4.x feature set.

 Closes-bug: #1308921

Change-Id: I885620099995b0d402a23def3ff428fb902973d2
2014-04-29 13:02:11 +04:00
..
helpers Merged in murano-common 2014-03-22 22:11:47 +04:00
messaging Removed dependency from kombu.five 2014-04-10 15:55:14 +04:00
__init__.py Remove copyright from empty files 2014-03-12 09:12:50 +00:00
config.py Implemented AdvNetworking scenarios via Neutron 2014-04-29 13:02:11 +04:00
consts.py Add migration for inserting default categories 2014-04-09 20:30:59 +04:00
engine.py Add basic reporting to engine 2014-04-24 00:08:11 +04:00
rpc.py Add MuranoPL Engine 2014-03-21 15:34:42 +04:00
server.py Fix engine results processing 2014-04-16 10:20:09 +04:00
statservice.py Add CPU info to stats 2014-04-17 09:44:14 -07:00
utils.py Remove deep dependency from muranoapi 2014-04-11 15:44:45 +04:00
uuidutils.py Added Traverse Helper 2013-07-08 11:54:45 +04:00