Commit e992fdf6 authored by Kirill Smelkov's avatar Kirill Smelkov

.

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