]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commit
WSGI: make it work, and test it with acceptance
authorEmilien Macchi <emilien@redhat.com>
Wed, 5 Aug 2015 02:36:47 +0000 (22:36 -0400)
committerEmilien Macchi <emilien@redhat.com>
Fri, 14 Aug 2015 13:36:22 +0000 (09:36 -0400)
commit05926aaaba5f733f7be1f3e57b59db3ee1385db3
tree2dddfdee05e5abbb0593e0d3bf26991e5db3ca3d
parent1394f5ea04c2231b83979cbec76b6a6e621c1370
WSGI: make it work, and test it with acceptance

* Finalize httpd service name support in API class following
  puppet-keystone model.
* Implement unit tests.
* Implement separated acceptance tests that deploy Ceilometer API in
  WSGI.

This patch aims to finalize and validate we can deploy Ceilometer API in
WSGI with puppet-ceilometer.
Also that we can update from eventlet to WSGI (it's tested in our beaker jobs).

Closes-bug: #1481532
Change-Id: I3695acf5522457837e079c36d68a0e35dbf6b72c
(cherry picked from commit 257a60ce79f00f96239d06d84c9660f14a31bd68)
manifests/api.pp
manifests/params.pp
spec/acceptance/ceilometer_wsgi_apache_spec.rb [new file with mode: 0644]
spec/classes/ceilometer_api_spec.rb
spec/classes/ceilometer_wsgi_apache_spec.rb