Ceilometer is in a blocked state until action run

For a full stack deployment ceilometer will be in a blocked state waiting
on the ceilometer-action run.

Add this to the workload exceptions dict.
This commit is contained in:
David Ames
2019-08-01 10:18:59 -07:00
parent 20402e4f30
commit 1de731a70f
+6 -1
View File
@@ -129,7 +129,12 @@ WORKLOAD_STATUS_EXCEPTIONS = {
'workload-status': 'unknown',
'workload-status-message': ''},
'postgresql': {
'workload-status-message': 'Live'}}
'workload-status-message': 'Live'},
'ceilometer': {
'workload-status': 'blocked',
'workload-status-message':
('Run the ceilometer-upgrade action on the leader to initialize '
'ceilometer and gnocchi')}}
# For vault TLS certificates
KEYSTONE_CACERT = "keystone_juju_ca_cert.crt"