scenario001: add Panko testing
authorEmilien Macchi <emilien@redhat.com>
Fri, 6 Jan 2017 12:05:32 +0000 (07:05 -0500)
committerPradeep Kilambi <pkilambi@redhat.com>
Fri, 6 Jan 2017 17:57:00 +0000 (17:57 +0000)
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

README.rst
ci/environments/scenario001-multinode.yaml

index 1ea5bf6..2487326 100644 (file)
@@ -108,6 +108,8 @@ and should be executed according to the following table:
 +----------------+-------------+-------------+-------------+-------------+-----------------+
 | gnocchi        |      X      |             |             |             |                 |
 +----------------+-------------+-------------+-------------+-------------+-----------------+
+| panko          |      X      |             |             |             |                 |
++----------------+-------------+-------------+-------------+-------------+-----------------+
 | barbican       |             |      X      |             |             |                 |
 +----------------+-------------+-------------+-------------+-------------+-----------------+
 | zaqar          |             |      X      |             |             |                 |
index ee5bd64..0e9c1c7 100644 (file)
@@ -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