Jump to: navigation, search

Difference between revisions of "Magnum/LabelMatrix"

m (Magnum Labels Support Matrix)
(Magnum Labels)
Line 1: Line 1:
== Magnum Labels Background ==
+
New location:
 
+
Pike: https://docs.openstack.org/magnum/pike/user/index.html#labels
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].
+
Master: https://docs.openstack.org/magnum/latest/user/index.html#labels
  
 
== Magnum Labels Support Matrix ==
 
== Magnum Labels Support Matrix ==

Revision as of 08:43, 27 October 2017

New location: Pike: https://docs.openstack.org/magnum/pike/user/index.html#labels Master: https://docs.openstack.org/magnum/latest/user/index.html#labels

Magnum Labels Support Matrix

Label Key Label Value Description Example Supported Driver
flannel_network_cidr String IPv4 network in CIDR format to use for the entire flannel network. 10.10.0.0/16 flannel
flannel_use_vxlan Boolean Use in-kernel VXLAN to encapsulate the packets. Defaults to UDP encapsulation. True flannel
flannel_network_subnetlen String The size of the subnet allocated to each host. 24 flannel