Commit 76cb0c63 authored by Ivan Tyagov's avatar Ivan Tyagov

Osie runtime slaposify

parent 4e04c39b
# the default SlapOs profile which setup a modbus server instance usually over OSIE's coupler # the default SlapOs profile which setup a modbus server instance usually over OSIE's coupler
[buildout] [buildout]
allow-picked-versions = true allow-picked-versions = true
extensions = mr.developer
auto-checkout = beremiz
extends = extends =
buildout.hash.cfg buildout.hash.cfg
https://lab.nexedi.com/nexedi/slapos/raw/master/stack/monitor/buildout.cfg https://lab.nexedi.com/nexedi/slapos/raw/master/stack/monitor/buildout.cfg
...@@ -16,14 +18,14 @@ parts = ...@@ -16,14 +18,14 @@ parts =
# fix for pypi: https://mail.python.org/pipermail/distutils-sig/2017-October/031712.html # fix for pypi: https://mail.python.org/pipermail/distutils-sig/2017-October/031712.html
index = https://pypi.python.org/simple/ index = https://pypi.python.org/simple/
#[wxPython] [sources]
#recipe = zc.recipe.egg:custom beremiz = hg https://hg.beremiz.org/beremiz/
#egg = wxPython
#setup-eggs =
# setuptools
#[bootstrap2.7]
#eggs += setuptools [beremiz]
recipe = zc.recipe.egg:develop
egg = beremiz
setup = ${buildout:directory}/src/beremiz
[Twisted] [Twisted]
recipe = zc.recipe.egg:custom recipe = zc.recipe.egg:custom
...@@ -47,6 +49,7 @@ eggs = click ...@@ -47,6 +49,7 @@ eggs = click
Nevow Nevow
msgpack msgpack
autobahn autobahn
${beremiz:egg}
${Twisted:egg} ${Twisted:egg}
[osie-repository] [osie-repository]
...@@ -55,7 +58,6 @@ git-executable = ${git:location}/bin/git ...@@ -55,7 +58,6 @@ git-executable = ${git:location}/bin/git
# token must be removed if going public!!! # token must be removed if going public!!!
repository = https://gitlab+deploy-token-4:pLwtBu8TbusqZDKPUpZA@lab.nexedi.com/nexedi/osie.git repository = https://gitlab+deploy-token-4:pLwtBu8TbusqZDKPUpZA@lab.nexedi.com/nexedi/osie.git
location = ${buildout:parts-directory}/osie location = ${buildout:parts-directory}/osie
branch = slaposify
[instance-profile] [instance-profile]
recipe = slapos.recipe.template:jinja2 recipe = slapos.recipe.template:jinja2
...@@ -101,3 +103,5 @@ typing = 3.10.0.0 ...@@ -101,3 +103,5 @@ typing = 3.10.0.0
autobahn = 19.11.2 autobahn = 19.11.2
txaio = 18.8.1 txaio = 18.8.1
idna = 2.10
mr.developer = 2.0.1
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