Update repo link for collectd-ceilometer-plugin 93/41393/6
authorEmma Foley <emma.l.foley@intel.com>
Thu, 7 Sep 2017 12:19:38 +0000 (12:19 +0000)
committerEmma Foley <emma.l.foley@intel.com>
Fri, 23 Mar 2018 16:29:40 +0000 (16:29 +0000)
Since Ceilometer support was removed from the
collectd-ceilometer-plugin[1], the repo name is misleading.
So the repo name needed to be updated [2]

This change updates references to the collectd-ceilometer-plugin
repo to point to collectd-openstack-plugins repo:
* in deployment operations
* in documentation i.e. links to docs

Dependencies:
[1] https://review.openstack.org/#/c/490823/
[2] https://review.openstack.org/#/c/500768/

This is dependant on the repo rename

Change-Id: I43facbd53bca5df3f7e51d978ae2843c187282d4
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
docs/release/userguide/feature.userguide.rst
src/package-list.mk

index acef423..55a248b 100644 (file)
@@ -155,7 +155,7 @@ If you want to use granfana to display the metrics you collect, please see:
 `grafana guide`_
 
 For more information on configuring and installing OpenStack plugins for
-collectd, check out the `collectd-ceilometer-plugin GSG`_.
+collectd, check out the `collectd-openstack-plugins GSG`_.
 
 Below is the per plugin installation and configuration guide, if you only want
 to install some/particular plugins.
@@ -1309,12 +1309,12 @@ The figure above shows the DPDK L2 forwarding application running on a compute
 node, sending and receiving traffic. Collectd is also running on this compute
 node retrieving the stats periodically from DPDK through the dpdkstat plugin
 and publishing the retrieved stats to OpenStack through the
-collectd-ceilometer-plugin.
+collectd-openstack-plugins.
 
 To see this demo in action please checkout: `Barometer OPNFV Summit demo`_
 
 For more information on configuring and installing OpenStack plugins for
-collectd, check out the `collectd-ceilometer-plugin GSG`_.
+collectd, check out the `collectd-openstack-plugins GSG`_.
 
 Security
 ^^^^^^^^^
@@ -1362,9 +1362,9 @@ References
 .. [7] https://collectd.org/wiki/index.php/Meta_Data_Interface
 
 .. _Barometer OPNFV Summit demo: https://prezi.com/kjv6o8ixs6se/software-fastpath-service-quality-metrics-demo/
-.. _gnocchi plugin: https://github.com/openstack/collectd-ceilometer-plugin/tree/stable/ocata/
-.. _aodh plugin: https://github.com/openstack/collectd-ceilometer-plugin/tree/stable/ocata/
-.. _collectd-ceilometer-plugin GSG: https://github.com/openstack/collectd-ceilometer-plugin/blob/master/doc/source/GSG.rst
+.. _gnocchi plugin: https://github.com/openstack/collectd-openstack-plugins/tree/stable/ocata/
+.. _aodh plugin: https://github.com/openstack/collectd-openstack-plugins/tree/stable/ocata/
+.. _collectd-openstack-plugins GSG: https://github.com/openstack/collectd-openstack-plugins/blob/master/doc/source/GSG.rst
 .. _grafana guide: https://wiki.opnfv.org/display/fastpath/Installing+and+configuring+InfluxDB+and+Grafana+to+display+metrics+with+collectd
 .. _CVE-2017-7401: https://www.cvedetails.com/cve/CVE-2017-7401/
 .. _CVE-2016-6254: https://www.cvedetails.com/cve/CVE-2016-6254/
index 3a92a1f..975a79e 100644 (file)
@@ -21,5 +21,5 @@ KAFKA_TAG ?= v0.9.5
 COLLECTD_URL ?= https://github.com/collectd/collectd
 COLLECTD_TAG ?= collectd-5.8
 
-COLLECTD_OPENSTACK_URL ?= https://github.com/openstack/collectd-ceilometer-plugin
+COLLECTD_OPENSTACK_URL ?= https://github.com/openstack/collectd-openstack-plugins
 COLLECTD_OPENSTACK_TAG ?= stable/pike