Commit 311411f4 authored by Jérome Perrin's avatar Jérome Perrin

software/monitor: repair installation of surykatka

This fixes a regression from merge request !729 , surykatka command was
no longer installed
parent 63679664
......@@ -14,7 +14,7 @@
# not need these here).
[template]
filename = instance.cfg
md5sum = 07873511a15df74f0be761947819ac9b
md5sum = bb631e4ff0e959e00d0c96cadbc016cc
[template-monitor]
_update_hash_filename_ = instance-monitor.cfg.jinja2
......
......@@ -49,7 +49,7 @@ recipe = slapos.recipe.template:jinja2
template = ${template-monitor-edgebot:target}
rendered = $${buildout:directory}/template-monitor-edgebot.cfg
extensions = jinja2.ext.do
surykatka-binary = ${buildout:bin-directory}/surykatka
surykatka-binary = ${buildout:bin-directory}/${surykatka:script-name}
template-surykatka-ini = ${template-surykatka-ini:target}
context = import json_module json
......
......@@ -61,31 +61,13 @@ url = ${:_profile_base_location_}/script/${:filename}
filename = collect_csv_dump.py
output = ${:destination}/${:filename}
[extra-eggs]
<= monitor-eggs
interpreter = pythonwitheggs
eggs +=
${lxml-python:egg}
${pycurl:egg}
${python-cryptography:egg}
slapos.toolbox
slapos.core
surykatka
scripts =
networkbench
onetimedownload
monitor.bootstrap
monitor.collect
monitor.runpromise
monitor.genstatus
monitor.configwrite
check-computer-memory
surykatka
[surykatka]
recipe = zc.recipe.egg
script-name = ${:_buildout_section_name_}
[monitor-eggs]
recipe = zc.recipe.egg
eggs +=
eggs +=
slapos.cookbook
slapos.recipe.cmmi
hexagonit.recipe.download
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment