Skip to content

Commit

Permalink
Start contrail-database as part of database-server-setup.sh so
Browse files Browse the repository at this point in the history
that verify database fabric task does not fail
Partial-Bug: #1484297

Change-Id: Id64440c199fc3d9135173199e4e26a6172323e8c
  • Loading branch information
Megh Bhatt committed Sep 10, 2015
1 parent df4c5f6 commit 8f463f0
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -3,13 +3,13 @@
#setup script for analytics package under supervisord
echo "======= Enabling the services ======"

for svc in zookeeper supervisor-database; do
for svc in zookeeper supervisor-database contrail-database; do
chkconfig $svc on
done

echo "======= Starting the services ======"

for svc in zookeeper supervisor-database; do
for svc in zookeeper supervisor-database contrail-database; do
service $svc restart
done

0 comments on commit 8f463f0

Please sign in to comment.