magnum/magnum/drivers/heat
Mohammed Naser 26e36485d6 [fedora atomic k8s] Add boot from volume support
Support boot from volume for Kubernetes all nodes (master and worker)
so that user can create a big size root volume, which could be more
flexible than using docker_volume_size. And user can specify the
volume type so that user can leverage high performance storage, e.g.
NVMe etc.

And a new label etcd_volme_type is added as well so that user can
set volume type for etcd volume.

If the boot_volume_type or etcd_volume_type are not passed by labels,
Magnum will try to read them from config option
default_boot_volume_type and default_etcd_volume_type. A random
volume type from Cinder will be used if those options are not set.

Task: 30374
Story: 2005386

Co-Authored-By: Lingxian Kong <anlin.kong@gmail.com>
Co-Authored-By: Feilong Wang<flwang@catalyst.net.nz>

Change-Id: I39dd456bfa285bf06dd948d11c86867fc03d5afb
2019-09-12 09:38:33 +00:00
..
__init__.py Refactor driver interface (pt 1) 2016-12-01 09:23:46 -06:00
driver.py k8s: refactor functions into KubernetesDriver 2019-06-24 16:33:06 -04:00
k8s_coreos_template_def.py etcd_volume_size from cluster not CT 2019-09-03 15:03:21 +00:00
k8s_fedora_template_def.py [fedora atomic k8s] Add boot from volume support 2019-09-12 09:38:33 +00:00
k8s_template_def.py [fedora-atomic][k8s] Fix missing internal IP 2019-09-03 16:29:07 +12:00
swarm_fedora_template_def.py Allow setting network, subnet and FIP when creating cluster 2019-07-31 20:41:20 +12:00
swarm_mode_template_def.py Allow setting network, subnet and FIP when creating cluster 2019-07-31 20:41:20 +12:00
template_def.py [fedora atomic k8s] Add boot from volume support 2019-09-12 09:38:33 +00:00