[Zuul] Restart zuul-merger

* In major cases zuul-merger somehow is not running
   (is it puppet fault?). All that need to do is
   simply start zuul-merger.

Change-Id: I07e13461981405514b7c3623d109719360c6b2e2
This commit is contained in:
Nikolay Mahotkin 2016-06-22 17:12:58 +03:00
parent 33a9945760
commit 18d775149d

View File

@ -73,6 +73,7 @@ Methods:
- $linux: new(conf:Linux)
- $linux.runCommand($.instance.agent, 'service zuul start')
- $linux.runCommand($.instance.agent, 'service zuul-merger restart')
- $._environment.reporter.report($this, 'Zuul is available at http://{0}:80'.format($host))
- $.setAttr(deployed, true)