Merge "Driver's name are case sensitive"

This commit is contained in:
Zuul 2018-02-13 09:38:10 +00:00 committed by Gerrit Code Review
commit ae21e41ec4
1 changed files with 12 additions and 7 deletions

View File

@ -130,7 +130,8 @@ They are loosely grouped as: mandatory, infrastructure, COE specific.
Mesos ubuntu 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\> --keypair \<keypair\>
The name of the SSH keypair to configure in the cluster servers 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 COE Network-Driver Default
=========== ================= ======== =========== ================= ========
Kubernetes Flannel Flannel Kubernetes flannel flannel
Swarm Docker, Flannel Flannel Swarm docker, flannel flannel
Mesos Docker Docker Mesos docker docker
=========== ================= ======== =========== ================= ========
Note that the network driver name is case sensitive.
--volume-driver \<volume-driver\> --volume-driver \<volume-driver\>
The name of a volume driver for managing the persistent storage for The name of a volume driver for managing the persistent storage for
the containers. The functionality supported are specific to the 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 COE Volume-Driver Default
============= ============= =========== ============= ============= ===========
Kubernetes Cinder No Driver Kubernetes cinder No Driver
Swarm Rexray No Driver Swarm rexray No Driver
Mesos Rexray No Driver Mesos rexray No Driver
============= ============= =========== ============= ============= ===========
Note that the volume driver name is case sensitive.
--dns-nameserver \<dns-nameserver\> --dns-nameserver \<dns-nameserver\>
The DNS nameserver for the servers and containers in the cluster to use. 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 This is configured in the private Neutron network for the cluster. The