]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commit
Fix Ubuntu Ocata issues
authorAlex Schultz <aschultz@redhat.com>
Tue, 17 Jan 2017 22:22:53 +0000 (15:22 -0700)
committerAlex Schultz <aschultz@redhat.com>
Wed, 18 Jan 2017 19:57:56 +0000 (12:57 -0700)
commit306c6d660d49ed71419cae534e52935e1e1069c5
tree48ccc755eb541865574510834475172d51c3454a
parent14a4c1262fde01a8930ccc0a12ef741cf0e07063
Fix Ubuntu Ocata issues

The Ubuntu libvirt package has been updated for Ocata and includes
the Debian name for the libvirt group now. This change updates the
libvirt group to be 'libvirt' and not 'libvirtd' as it was previously.

Additionally, we are not properly waiting for the ceilometer packages to
be installed before attempting to configure apache which under Ubuntu
can lead to a non-idempotent 2nd run if the apache configuration file
is installed after we've already run our apache configuration.

Change-Id: Id191d1a12c84a2bdb305630fd7b10516ac2ba0c2
Closes-Bug: #1657291
Closes-Bug: #1657309
manifests/params.pp
manifests/wsgi/apache.pp
releasenotes/notes/ubuntu-libvirt-name-change-8300176528a59f3d.yaml [new file with mode: 0644]
spec/classes/ceilometer_agent_compute_spec.rb
spec/classes/ceilometer_agent_polling_spec.rb