Commit a70cc8ab authored by Lu Xu's avatar Lu Xu 👀

WIP

parent 11713cb2
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
[template] [template]
filename = instance.cfg filename = instance.cfg
md5sum = a76430b193ff7ce61db0d6f1d43fa15b md5sum = 1ad346cbc34cfb09f8827d4d0358ada9
[amarisoft-stats.jinja2.py] [amarisoft-stats.jinja2.py]
_update_hash_filename_ = amarisoft-stats.jinja2.py _update_hash_filename_ = amarisoft-stats.jinja2.py
......
...@@ -6,8 +6,6 @@ eggs-directory = ${buildout:eggs-directory} ...@@ -6,8 +6,6 @@ eggs-directory = ${buildout:eggs-directory}
develop-eggs-directory = ${buildout:develop-eggs-directory} develop-eggs-directory = ${buildout:develop-eggs-directory}
offline = true offline = true
extends = {{ monitor_template }}
[slap-configuration] [slap-configuration]
recipe = slapos.cookbook:slapconfiguration.serialised recipe = slapos.cookbook:slapconfiguration.serialised
computer = $${slap-connection:computer-id} computer = $${slap-connection:computer-id}
...@@ -238,9 +236,8 @@ context = ...@@ -238,9 +236,8 @@ context =
[gadget-template-base] [gadget-template-base]
recipe = slapos.recipe.template:jinja2 recipe = slapos.recipe.template:jinja2
output = ${monitor-directory:public}/gadget/$${:filename} output = /srv/slapgrid/slappart16/srv/monitor/public/gadget/$${:filename}
content = content =
raw monitor_template ${monitor2-template:output}
raw $${:filename} ${$${:filename}:target} raw $${:filename} ${$${:filename}:target}
[promise-gadget-js] [promise-gadget-js]
......
...@@ -39,8 +39,6 @@ parts += ...@@ -39,8 +39,6 @@ parts +=
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/${:filename} url = ${:_profile_base_location_}/${:filename}
output = ${buildout:directory}/template.cfg output = ${buildout:directory}/template.cfg
context =
raw monitor_template ${monitor2-template:output}
[download-base] [download-base]
recipe = slapos.recipe.build:download recipe = slapos.recipe.build: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