]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commit
Bring Redhat support to acceptance tests
authorEmilien Macchi <emilien@redhat.com>
Mon, 11 May 2015 19:38:43 +0000 (15:38 -0400)
committerEmilien Macchi <emilien@redhat.com>
Wed, 13 May 2015 12:10:39 +0000 (08:10 -0400)
commitc2e9179394077e838b50fbe501f181fe04729010
tree38d50704f75aecddfe4c74da879d995f043ddd45
parentf226cc364302694c41aa5705dcec73d2b39d412e
Bring Redhat support to acceptance tests

OpenStack Infra has jobs to run this on both Ubuntu Trusty and CentOS7.

* Add minitest to Gemfile (dependency to run beaker on centos - see
  http://projects.theforeman.org/issues/2650 for details)
* separate nodepool files to have trusty & centos7 support in OS infra
* basic_keystone_spec: add case for repo configuration and support
  RH systems.
* rabbitmq: install module from source and on RH, install erlang before rabbitmq-server.

Change-Id: Ie6c823c7906afb37dd9e49fa434fefc3e26b5569
Closes-bug: #1444736
Gemfile
spec/acceptance/ceilometer_with_mysql_spec.rb
spec/acceptance/nodesets/nodepool-centos7.yml [new file with mode: 0644]
spec/acceptance/nodesets/nodepool-trusty.yml [moved from spec/acceptance/nodesets/nodepool.yml with 100% similarity]
spec/spec_helper_acceptance.rb