Commit e992fdf6 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7a7b381e
......@@ -32,6 +32,7 @@ context =
key eggs_directory buildout:eggs-directory
key develop_eggs_directory buildout:develop-eggs-directory
raw buildout_directory ${buildout:directory}
key pythonwitheggs pythonwitheggs:exe
section slap_connection slap-connection
key slapparameter_dict slap-configuration:configuration
key lan_ipv4 lan-ip:ipv4
......
......@@ -11,8 +11,8 @@ kslap.init(slap)
import json, copy
kamari = "https://lab.nexedi.com/kirr/slapos/raw/x/lte-multiru/software/ors-amarisoft/software.cfg"
#kamari = "/home/kirr/slapos/software/ors-amarisoft/software.cfg"
#kamari = "https://lab.nexedi.com/kirr/slapos/raw/x/lte-multiru/software/ors-amarisoft/software.cfg"
kamari = "/home/kirr/slapos/software/ors-amarisoft/software.cfg"
CB5 = "COMP-4020"
supply(kamari, computer_guid=CB5)
......
......@@ -59,7 +59,7 @@ config-testing = {{ slapparameter_dict.get("testing", False) }}
[vtap]
recipe = plone.recipe.command
ntap = {{ ntap }}
command = {{ netcapdo }} {{ buildout_directory }}/bin/pythonwitheggs {{ ru_tapsplit }} {{ slaplte.tap }} ${:ntap}
command = {{ netcapdo }} {{ pythonwitheggs_exe }} {{ ru_tapsplit }} {{ slaplte.tap }} ${:ntap}
update-command = ${:command}
stop-on-error = true
......
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