Jump to: navigation, search

Difference between revisions of "Magnum/LabelMatrix"

m (Magnum Labels Background)
 
(4 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 [https://wiki.openstack.org/wiki/Magnum/NetworkDriverMatrix 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