aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2017-08-31 14:37:32 +0100
committerBryn M. Reeves <bmr@redhat.com>2017-11-01 14:18:00 +0000
commit32230fb444b7c1f70eaab151979e6d693704717f (patch)
tree5d43df36552459dd1c1d8ffe1229a007f31a037b
parent2e99362a6998172b71190991cc6bae18f2450f1c (diff)
downloadsos-32230fb444b7c1f70eaab151979e6d693704717f.tar.gz
[etcd] add missing plugin metadata and packages list
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/etcd.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/plugins/etcd.py b/sos/plugins/etcd.py
index d5c8fceb..4f072a4c 100644
--- a/sos/plugins/etcd.py
+++ b/sos/plugins/etcd.py
@@ -19,11 +19,12 @@ from sos.plugins import Plugin, RedHatPlugin
class etcd(Plugin, RedHatPlugin):
-
"""etcd plugin
"""
+ plugin_name = 'etcd'
packages = ('etcd',)
+ profiles = ('system', 'services', 'cluster')
cmd = 'etcdctl'