Skip to content

Commit

Permalink
Fixes: Openstack HA : cmon is not getting started after provisioning
Browse files Browse the repository at this point in the history
CMON init.d file does not have "exec" permissions. If we add exec permissions,
then this should work.

Reverting a fix which removed exec permissions for cmon.

Change-Id: I6750e589b9a5e2266a8eeaa22857c896c6a70e50
ClosesBug: 1454383
  • Loading branch information
Ranjeet R committed May 14, 2015
1 parent 635ff14 commit 59680f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrail_provisioning/openstack/ha/galera_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ def fixup_config_files(self):
self._template_substitute_write(cmon_conf_template.template, template_vals,
self._temp_dir_name + '/cmon.cnf')
local("sudo mv %s/cmon.cnf /etc/cmon.cnf" % (self._temp_dir_name))
local("sudo chmod 444 /etc/init.d/cmon")

def install_mysql_db(self):
local('chkconfig %s on' % self.mysql_svc)
Expand Down

0 comments on commit 59680f0

Please sign in to comment.