scenario001: add Panko testing
Panko has been introduced in TripleO but is not tested yet. Adding it on scenario001 with other telemetry services. Depends-On: If2f6559a7d76b26fa9b0a3ecfa2e2101aae93e3c Change-Id: Ic76f1cb36ee05e22cfda1fff8ad3f0ec18acf617
This commit is contained in:
parent
6583d08d85
commit
b7db1f479a
@ -108,6 +108,8 @@ and should be executed according to the following table:
|
||||
+----------------+-------------+-------------+-------------+-------------+-----------------+
|
||||
| gnocchi | X | | | | |
|
||||
+----------------+-------------+-------------+-------------+-------------+-----------------+
|
||||
| panko | X | | | | |
|
||||
+----------------+-------------+-------------+-------------+-------------+-----------------+
|
||||
| barbican | | X | | | |
|
||||
+----------------+-------------+-------------+-------------+-------------+-----------------+
|
||||
| zaqar | | X | | | |
|
||||
|
@ -4,6 +4,7 @@ resource_registry:
|
||||
OS::TripleO::Services::CephMon: /usr/share/openstack-tripleo-heat-templates/puppet/services/ceph-mon.yaml
|
||||
OS::TripleO::Services::CephOSD: /usr/share/openstack-tripleo-heat-templates/puppet/services/ceph-osd.yaml
|
||||
OS::TripleO::Services::CephClient: /usr/share/openstack-tripleo-heat-templates/puppet/services/ceph-client.yaml
|
||||
OS::TripleO::Services::PankoApi: /usr/share/openstack-tripleo-heat-templates/puppet/services/panko-api.yaml
|
||||
|
||||
parameter_defaults:
|
||||
ControllerServices:
|
||||
@ -50,6 +51,7 @@ parameter_defaults:
|
||||
- OS::TripleO::Services::GnocchiApi
|
||||
- OS::TripleO::Services::GnocchiMetricd
|
||||
- OS::TripleO::Services::GnocchiStatsd
|
||||
- OS::TripleO::Services::PankoApi
|
||||
- OS::TripleO::Services::CephMon
|
||||
- OS::TripleO::Services::CephOSD
|
||||
- OS::TripleO::Services::CephClient
|
||||
|
Loading…
x
Reference in New Issue
Block a user