Enable ceph dashboard on scenario001

Since we're able to deploy the ceph dashboard triggering
ceph-ansible, this change adds the ceph dashboard environment
on scenario001.

Change-Id: I93a518cec03dfee453569f6de23ddea3d339fb96
This commit is contained in:
fpantano 2019-07-31 12:00:18 +02:00
parent 880838c325
commit af2c717e51
No known key found for this signature in database
GPG Key ID: 799868C47301D458
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ resource_registry:
OS::TripleO::Services::CephMgr: ../../deployment/ceph-ansible/ceph-mgr.yaml
OS::TripleO::Services::CephMon: ../../deployment/ceph-ansible/ceph-mon.yaml
OS::TripleO::Services::CephOSD: ../../deployment/ceph-ansible/ceph-osd.yaml
OS::TripleO::Services::CephGrafana: ../../deployment/ceph-ansible/ceph-grafana.yaml
OS::TripleO::Services::CephClient: ../../deployment/ceph-ansible/ceph-client.yaml
OS::TripleO::Services::PankoApi: ../../deployment/deprecated/panko/panko-api-container-puppet.yaml
OS::TripleO::Services::Collectd: ../../deployment/metrics/collectd-container-puppet.yaml
@ -75,6 +76,7 @@ parameter_defaults:
wal_vg: ceph_vg
CephPoolDefaultPgNum: 32
CephPoolDefaultSize: 1
CephEnableDashboard: true
CephAnsibleExtraConfig:
centos_package_dependencies: []
ceph_osd_docker_memory_limit: '1g'