Skip to content

Commit

Permalink
Merge "Adding support for ceilometer HA"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Aug 4, 2016
2 parents 0270b3d + 4d621b3 commit 35193c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fabfile/tasks/provision.py
Expand Up @@ -653,6 +653,12 @@ def fixup_ceilometer_conf_common():
rabbit_port = "5672"
if get_openstack_internal_vip():
rabbit_port = "5673"
sudo("openstack-config --set %s notification workload_partitioning %s" %
(conf_file, "True"))
sudo("openstack-config --set %s compute workload_partitioning %s" %
(conf_file, "True"))
sudo("openstack-config --set %s coordination backend_url %s%s%s" %
(conf_file, "kazoo://", env.roledefs['database'][0], ":2181"))
sudo("openstack-config --set %s DEFAULT rabbit_port %s" % (conf_file,
rabbit_port))
value = "/var/log/ceilometer"
Expand Down

0 comments on commit 35193c3

Please sign in to comment.