From 997437bc36917c8784f2395fa7b8b903467cc3a5 Mon Sep 17 00:00:00 2001 From: Nadya Shakhat Date: Mon, 2 Nov 2015 17:24:16 +0300 Subject: [PATCH] Add Ceilometer Redis plugin to the list of Fuel plugins Change-Id: I4ed570dcffbdf03c6f02202bcb9907f92a96166e --- etc/default_data.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/etc/default_data.json b/etc/default_data.json index faa6410..e6f3c0c 100644 --- a/etc/default_data.json +++ b/etc/default_data.json @@ -2005,6 +2005,21 @@ "failure_pattern": "fuel-plugin.zabbix.build \\S+ : FAILURE" } }, + { + "project_id": "openstack/fuel", + "repo": "openstack/fuel-plugin-ceilometer-redis", + "vendor": "Mirantis", + "name": "Ceilometer Redis plugin", + "description": "This plugin deploys Redis, which used by Ceilometer's agents for workload partitioning", + "maintainers": [ + { + "name": "Nadya Shakhat", + "email": "nshakhat@mirantis.com", + "launchpad_id": "nprivalova" + } + ], + "wiki": "https://github.com/openstack/fuel-plugin-ceilometer-redis" + }, { "project_id": "openstack/fuel", "repo": "openstack/fuel-plugin-calico",