Skip to content

Commit

Permalink
Closes-Bug: #1629111 - Cassandra service doesn't start automatically …
Browse files Browse the repository at this point in the history
…on config nodes

The contrail-database service needs to be explicitly started.
supervisor-database service is there only on DB-role nodes.

Change-Id: I60862381df29e5804a5fd260e9dfea2247b98485
  • Loading branch information
nitishkrishna committed Sep 29, 2016
1 parent 541467e commit be3b49f
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -4,4 +4,9 @@
enable => true,
subscribe => File['/etc/zookeeper/conf/zoo.cfg'],
}
->
service { 'contrail-database' :
ensure => running,
enable => true
}
}

0 comments on commit be3b49f

Please sign in to comment.