From 138ca88ac39ae3d2f216bc9dfba110927abd3a6c Mon Sep 17 00:00:00 2001 From: caoyuan Date: Sun, 19 Mar 2017 14:03:32 +0800 Subject: [PATCH] Add the missing project link into README.rst - etcd - memcached - telegraf - add the missing "." Change-Id: I3b482996e8fcb4795beb46b10a98cb1765a03766 --- README.rst | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index af975b13be..92e0ccd241 100644 --- a/README.rst +++ b/README.rst @@ -120,12 +120,14 @@ Infrastructure components Kolla provides images to deploy the following infrastructure components: - `Ceph `__ implementation for Cinder, Glance and Nova -- `collectd `__, +- `Collectd `__, `InfluxDB `__, and `Grafana `__ for performance monitoring. - `Elasticsearch `__ and - `Kibana `__ to search, analyze, - and visualize log messages. + `Kibana `__ to search, analyze, + and visualize log messages. +- `Etcd `__ a distributed key value store that provides + a reliable way to store data across a cluster of machines. - `Fluentd `__ as an open source data collector for unified logging layer. - `HAProxy `__ and @@ -134,12 +136,15 @@ Kolla provides images to deploy the following infrastructure components: - `Kafka `__ A distributed streaming platform. - `MariaDB and Galera Cluster `__ - for highly available MySQL databases + for highly available MySQL databases. +- `Memcached `__ a distributed memory object caching system. - `MongoDB `__ as a database back end for Ceilometer - and Gnocchi -- `Open vSwitch `__ and Linuxbridge back ends for Neutron + and Gnocchi. +- `Open vSwitch `__ and Linuxbridge back ends for Neutron. - `RabbitMQ `__ as a messaging back end for communication between services. +- `Telegraf