]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Enables grafana-server role to be added to inventory file 1447/head
authorVasishta <vashastr@redhat.com>
Tue, 14 Apr 2020 16:20:31 +0000 (12:20 -0400)
committerVasishta <vashastr@redhat.com>
Tue, 14 Apr 2020 16:20:31 +0000 (12:20 -0400)
Signed-off-by: Vasishta <vashastr@redhat.com>
teuthology/task/ceph_ansible.py

index 7bd30698dd4f663c7feba260ac39964996d32b39..5a51295cb155567dd83b2699d3f3ab569ab4b8ef 100644 (file)
@@ -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)