Mitaka: ceilometer-alarm-evaluator unmet dependencies during installation
I encountered a issue when deploy ceilometer with cloud-archive:mitaka, below were the error messages:
The following packages have unmet dependencies: ceilometer-alarm-evaluator : Depends: ceilometer-common (= 1:5.0.0-0ubuntu1~cloud0) but 1:6.0.0-0ubuntu1~cloud0 is to be installed ceilometer-alarm-notifier : Depends: ceilometer-common (= 1:5.0.0-0ubuntu1~cloud0) but 1:6.0.0-0ubuntu1~cloud0 is to be installed E: Unable to correct problems, you have held broken packages.
I am doing openstack-mitaka deployment on Ubuntu 14.04 kvm virtual machine and deployment steps below:
ubuntu: Swappiness set to 0 Apport disabled
openstack: ###As root, add the mitaka cloud archive and reboot: apt-get install software-properties-common add-apt-repository cloud-archive:mitaka
apt-get update && apt-get dist-upgrade
reboot
###As root, install the openstack client: apt-get install python-openstackclient
##Install MariaDB and Rabbit ##install and deploy Keystone ... ##Ceilometer ##As root, install MongoDB: ... ##As root, create the ceilometer database: ##As root, install ceilometer: failed here..
Some exports from my company mentioned that it could be a Ubuntu package version lineup issue for OS-Mitaka. I deployed OS-liberty, no same issue found.