From 057e9c6959404dc0542d32f04f72184543c38747 Mon Sep 17 00:00:00 2001 From: Vasishta Date: Tue, 14 Apr 2020 12:20:31 -0400 Subject: [PATCH] Enables grafana-server role to be added to inventory file Signed-off-by: Vasishta --- teuthology/task/ceph_ansible.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index 7bd30698dd..5a51295cb1 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -33,7 +33,7 @@ class CephAnsible(Task): in case of multisite repo: {git_base}ceph-ansible.git branch: mybranch # defaults to master - ansible-version: 2.4 # defaults to 2.5 + ansible-version: 2.8 for RHCS 4.x and 2.6 for RHCS 3.x vars: ceph_dev: True ( default) ceph_conf_overrides: @@ -64,6 +64,7 @@ class CephAnsible(Task): nfss='nfs', haproxys='haproxy' ) + groups_to_roles ['grafana-server'] = 'grafana-server' def __init__(self, ctx, config): super(CephAnsible, self).__init__(ctx, config) -- 2.39.5