Jump to: navigation, search

Difference between revisions of "Magnum/LabelMatrix"

(Created page with "== Magnum Labels Background == This is an attempt to help new users decide what labels to use with Magnum. The Magnum Networking [https://github.com/openstack/magnum/blob/mas...")
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Magnum Labels Background ==
+
Please refer to Magnum's documentation https://docs.openstack.org/magnum
 
 
This is an attempt to help new users decide what labels to use with Magnum. The Magnum Networking [https://github.com/openstack/magnum/blob/master/specs/container-networking-model.rst spec] provides additional background on labels. In general, labels are key/value pairs containing arbitrary metadata that can be passed to Magnum. At the time of this writing, only the network-driver attribute of baymodels are "label aware". Labels are used to alter the default configurations of network drivers. Use the matrix below to understand the labels that are supported by each network driver.
 
 
 
== Magnum Labels Support Matrix ==
 
{| class="wikitable sortable"
 
|-
 
! Label Key !! Label Value !! Example !! Supported Driver
 
|-
 
|  flannel_network_cidr || String || 10.10.0.0/16 || [https://github.com/coreos/flannel#configuration flannel]
 
|-
 
| flannel_use_vxlan || Boolean || False || [https://github.com/coreos/flannel#configuration flannel]
 
|-
 
| flannel_network_subnetlen || String || 24 || [https://github.com/coreos/flannel#configuration flannel]
 
|}
 

Latest revision as of 08:55, 27 October 2017

Please refer to Magnum's documentation https://docs.openstack.org/magnum