Driver's name are case sensitive
The network driver and volume driver used in template are case sensitive, so it would be nice to use the correct case in document to avoid confusion. Closes-Bug: #1748307 Change-Id: I1709acbd18a37f5e5987b3a0eb9a0e8b3ac0e42a
This commit is contained in:
parent
e644a20e81
commit
4d39559389
@ -130,7 +130,8 @@ They are loosely grouped as: mandatory, infrastructure, COE specific.
|
||||
Mesos ubuntu
|
||||
========== =====================
|
||||
|
||||
This is a mandatory parameter and there is no default value.
|
||||
This is a mandatory parameter and there is no default value. Note that the
|
||||
os_distro attribute is case sensitive.
|
||||
|
||||
--keypair \<keypair\>
|
||||
The name of the SSH keypair to configure in the cluster servers
|
||||
@ -175,11 +176,13 @@ They are loosely grouped as: mandatory, infrastructure, COE specific.
|
||||
=========== ================= ========
|
||||
COE Network-Driver Default
|
||||
=========== ================= ========
|
||||
Kubernetes Flannel Flannel
|
||||
Swarm Docker, Flannel Flannel
|
||||
Mesos Docker Docker
|
||||
Kubernetes flannel flannel
|
||||
Swarm docker, flannel flannel
|
||||
Mesos docker docker
|
||||
=========== ================= ========
|
||||
|
||||
Note that the network driver name is case sensitive.
|
||||
|
||||
--volume-driver \<volume-driver\>
|
||||
The name of a volume driver for managing the persistent storage for
|
||||
the containers. The functionality supported are specific to the
|
||||
@ -188,11 +191,13 @@ They are loosely grouped as: mandatory, infrastructure, COE specific.
|
||||
============= ============= ===========
|
||||
COE Volume-Driver Default
|
||||
============= ============= ===========
|
||||
Kubernetes Cinder No Driver
|
||||
Swarm Rexray No Driver
|
||||
Mesos Rexray No Driver
|
||||
Kubernetes cinder No Driver
|
||||
Swarm rexray No Driver
|
||||
Mesos rexray No Driver
|
||||
============= ============= ===========
|
||||
|
||||
Note that the volume driver name is case sensitive.
|
||||
|
||||
--dns-nameserver \<dns-nameserver\>
|
||||
The DNS nameserver for the servers and containers in the cluster to use.
|
||||
This is configured in the private Neutron network for the cluster. The
|
||||
|
Loading…
Reference in New Issue
Block a user