magnum/magnum/drivers
Rajiv Kumar 10e85ee6ce Consolidate heat network resources
Currently for each driver has following code
  1) Create a fixed Network.
  2) Create a fixed subnet in the network created at step 1.
  3) Create a router
  4) Attach subnet(created at step2) to router(created at step 3)

A new resource is created for above tasks in network.yaml file.
New resource does the above tasks and output the fixed network ID
and fixed subnet id, which is used by other parts of the heat
template.

Change-Id: Ib347ce5c54c6566300a43e05b277bf80351a2256
Closes-Bug: #1606912
2016-12-09 15:34:06 +01:00
..
common Consolidate heat network resources 2016-12-09 15:34:06 +01:00
heat Refactor driver interface (pt 1) 2016-12-01 09:23:46 -06:00
k8s_coreos_v1 Consolidate heat network resources 2016-12-09 15:34:06 +01:00
k8s_fedora_atomic_v1 Consolidate heat network resources 2016-12-09 15:34:06 +01:00
k8s_fedora_ironic_v1 Merge "Refactor driver interface (pt 1)" 2016-12-09 12:20:29 +00:00
mesos_ubuntu_v1 Consolidate heat network resources 2016-12-09 15:34:06 +01:00
swarm_fedora_atomic_v1 Consolidate heat network resources 2016-12-09 15:34:06 +01:00
__init__.py Bay driver implementation 2016-07-05 22:30:31 +02:00