From 72e498600b1efd4da708302bfae1defa21769c69 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Thu, 18 Jan 2018 17:25:20 +0800 Subject: [PATCH] Add the missing ceph_mon host groups for gnocchi when gnocchi use ceph as backend, need set gnocchi_backend_storage: "ceph", gnocchi will pull keyring from ceph mon node [0], but the site.yml missing it. [0]: https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/gnocchi/tasks/ceph.yml#L39 Change-Id: Ib33c26ee1fdfe683e5c9b3ef987d6da2c588116a Closes-Bug: #1744010 --- ansible/site.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/site.yml b/ansible/site.yml index 3178a8e93a..bb3bb82c0b 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -498,6 +498,7 @@ - name: Apply role gnocchi gather_facts: false hosts: + - ceph-mon - gnocchi-api - gnocchi-metricd - gnocchi-statsd