Switch ceilometer backend from mongodb to gnocchi
This PS also update required image to a image which includes gnocchi. Change-Id: I5b6343d6e8b4cd170e6616521040330b3283b434 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
This commit is contained in:
parent
18034dca40
commit
7e546ff90c
@ -159,7 +159,7 @@ def config_lvm_for_cinder(config_data):
|
||||
|
||||
def enable_ceilometer():
|
||||
ceilometer_config = {"enable_ceilometer": "yes",
|
||||
"enable_mongodb": "yes",
|
||||
"enable_gnocchi": "yes",
|
||||
"enable_aodh": "yes"}
|
||||
update_kolla_globals_yml(ceilometer_config)
|
||||
|
||||
|
@ -99,7 +99,7 @@ function kolla_install
|
||||
check_and_install_rpm python2-jinja2
|
||||
|
||||
imagebranch="pike"
|
||||
imageversion="171031195331"
|
||||
imageversion="171116161159"
|
||||
imageserver="http://artifacts.opnfv.org/daisy/upstream"
|
||||
imagedir="/var/lib/daisy/versionfile/kolla"
|
||||
imagebakdir="/home/kolla_install/docker/"
|
||||
|
Loading…
Reference in New Issue
Block a user