]> 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>
Thu, 13 Aug 2015 17:31:59 +0000 (13:31 -0400)
commit257a60ce79f00f96239d06d84c9660f14a31bd68
tree73a0a4432f35be2661ce030625dd245278b1edd5
parent6114cbf65fecd62cc905275de8c6f56fafecde20
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
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