mirror of https://github.com/ceph/ceph-ansible.git
tests/dashboard: use the dedicated grafana node
The Vagrant dashboard scenario creates a dedicated grafana node but
was not use in the ansible inventory.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit a9a1f633a9
)
pull/4261/head
parent
87db5aa55c
commit
c0abaec019
|
@ -9,4 +9,4 @@ osd0
|
|||
osd1
|
||||
|
||||
[grafana-server]
|
||||
mon0
|
||||
grafana0
|
|
@ -9,7 +9,7 @@ osd0
|
|||
osd1
|
||||
|
||||
[grafana-server]
|
||||
mon0
|
||||
grafana0
|
||||
|
||||
[all:vars]
|
||||
debian_ceph_packages=['ceph', 'ceph-common', 'ceph-fuse']
|
||||
|
|
|
@ -9,4 +9,4 @@ osd0
|
|||
osd1
|
||||
|
||||
[grafana-server]
|
||||
mon0
|
||||
grafana0
|
|
@ -9,7 +9,7 @@ osd0
|
|||
osd1
|
||||
|
||||
[grafana-server]
|
||||
mon0
|
||||
grafana0
|
||||
|
||||
[all:vars]
|
||||
debian_ceph_packages=['ceph', 'ceph-common', 'ceph-fuse']
|
||||
|
|
Loading…
Reference in New Issue