From a6953126606f70a50f6f59954bd7efa3a18c58de Mon Sep 17 00:00:00 2001 From: Leoswaldo Macias Date: Fri, 1 Apr 2016 12:29:49 -0600 Subject: [PATCH] Add unsupported components table Signed-off-by: Leoswaldo Macias --- source/installing_openstack.rst | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/source/installing_openstack.rst b/source/installing_openstack.rst index 863b3911..30388556 100644 --- a/source/installing_openstack.rst +++ b/source/installing_openstack.rst @@ -9,11 +9,11 @@ bundles available for Clear Linux* OS for IntelĀ® Architecture. The sample configuration files that are included will likely require modification for your specific environment. -This installer uses Ansible* as configuration management tool. +This Clear Config Management uses Ansible* as configuration management tool. -Components supported by this installer -====================================== +Components supported by Clear Config Management +=============================================== At the moment, this installer can deploy any or all of the following components: @@ -27,6 +27,21 @@ components: - Dashboard (In identity node) - Heat +Note: +----- + +Below you will find the reference to componets supported on ClearLinux* but +its support in Clear Config Management is still pending of development: + +.. csv-table:: "Supported Components on ClearLinux*, but unsupported by Clear Config Management" + :header: "Component", "Bundles", "OpenStack* official documentation" + :widths: 20, 70, 300 + + "Swift", "openstack-object-storage and openstack-block-storage-controller", "http://docs.openstack.org/developer/swift/" + "Cinder", "openstack-block-storage and openstack-block-storage-controller", "http://docs.openstack.org/developer/cinder/" + "Ceilometer", "openstack-telemetry", "http://docs.openstack.org/developer/ceilometer/" + + Prerequisites =============