From 54ce2d20ba9d36eb3a93fe9bf029b9c3b74b7c92 Mon Sep 17 00:00:00 2001 From: Akhila Date: Thu, 14 Jul 2016 13:57:43 -0700 Subject: [PATCH] Formatting userguide. Columns formatted for network and volume drivers. Changes made : Spell errors, table length and indent Change-Id: Ic8e21868313325b7b0b1cecd45702cf0ecc0e2f9 --- doc/source/userguide.rst | 44 ++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/doc/source/userguide.rst b/doc/source/userguide.rst index 7bea7673cd..94be93ab73 100644 --- a/doc/source/userguide.rst +++ b/doc/source/userguide.rst @@ -89,15 +89,15 @@ They are loosely grouped as: mandatory, infrastructure, COE specific. as appropriate for the bay driver. For the currently supported images, the os-distro names are: - +------------+-----------------------+ - | COE | os-distro | - +============+=======================+ - | kubernetes | fedora-atomic, coreos | - | swarm | fedora-atomic | - | mesos | ubuntu | - +------------+-----------------------+ + ========== ===================== + COE os-distro + ========== ===================== + Kubernetes Fedora-atomic, CoreOS + Swarm Fedora-atomic + Mesos Ubuntu + ========== ===================== - This is a mandatory parameter and there is no default value. +This is a mandatory parameter and there is no default value. --keypair-id \ The name or UUID of the SSH keypair to configure in the bay servers @@ -143,26 +143,26 @@ They are loosely grouped as: mandatory, infrastructure, COE specific. to the particular driver; refer to the `Networking`_ section for more details. Supported network drivers and the default driver are: - +------------+-----------------+---------+ - | COE | network-driver | default | - +============+=================+=========+ - | kubernetes | flannel | flannel | - | swarm | docker, flannel | docker | - | mesos | docker | docker | - +------------+-----------------+---------+ + =========== ================= ======== + COE Network-Driver Default + =========== ================= ======== + Kubernetes Flannel Flannel + Swarm Docker, Flannel Flannel + Mesos Docker Docker + =========== ================= ======== --volume-driver \ The name of a volume driver for managing the persistent storage for the containers. The functionality supported are specific to the driver. Supported volume drivers and the default driver are: - +------------+-----------------+-----------+ - | COE | volume-driver | default | - +============+=================+===========+ - | kubernetes | cinder | no driver | - | swarm | rexray | no driver | - | mesos | rexray | no driver | - +------------+-----------------+-----------+ + ============= ============= =========== + COE Volume-Driver Default + ============= ============= =========== + Kubernetes Cinder No Driver + Swarm Rexray No Driver + Mesos Rexray No Driver + ============= ============= =========== --dns-nameserver \ The DNS nameserver for the servers and containers in the bay to use.