Commit 2998de89 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent df0ff529
...@@ -16,7 +16,11 @@ ...@@ -16,7 +16,11 @@
[template] [template]
filename = instance.cfg filename = instance.cfg
md5sum = 38e44eaf7b4de4140650958a90202dc7 md5sum = a38c699d77c9960db42bafe994c73744
[ru_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/libinstance.jinja2.cfg
md5sum = d41d8cd98f00b204e9800998ecf8427e
[amarisoft-stats.jinja2.py] [amarisoft-stats.jinja2.py]
_update_hash_filename_ = amarisoft-stats.jinja2.py _update_hash_filename_ = amarisoft-stats.jinja2.py
...@@ -48,7 +52,7 @@ md5sum = a2ba0343ddb7f9cf2904a4c5c751f68a ...@@ -48,7 +52,7 @@ md5sum = a2ba0343ddb7f9cf2904a4c5c751f68a
[template-enb] [template-enb]
_update_hash_filename_ = instance-enb.jinja2.cfg _update_hash_filename_ = instance-enb.jinja2.cfg
md5sum = 328bb17a54ebedd8073030454c099709 md5sum = 6c1e92444dd1e8eb91c85dc2cc46ec81
[template-gnb] [template-gnb]
_update_hash_filename_ = instance-gnb.jinja2.cfg _update_hash_filename_ = instance-gnb.jinja2.cfg
......
...@@ -59,7 +59,7 @@ develop-eggs-directory = {{ develop_eggs_directory }} ...@@ -59,7 +59,7 @@ develop-eggs-directory = {{ develop_eggs_directory }}
offline = true offline = true
{% import 'ru/libinstance.jinja2.cfg' as rulib with context %} {% import 'ru_libinstance.jinja2.cfg' as rulib with context %}
[monitor-httpd-conf-parameter] [monitor-httpd-conf-parameter]
......
...@@ -33,6 +33,8 @@ context = ...@@ -33,6 +33,8 @@ context =
key slapparameter_dict slap-configuration:configuration key slapparameter_dict slap-configuration:configuration
key lan_ipv4 lan-ip:ipv4 key lan_ipv4 lan-ip:ipv4
$${:extra-context} $${:extra-context}
import-list =
rawfile ru_libinstance.jinja2.cfg ${ru_libinstance.jinja2.cfg:target}
[amarisoft] [amarisoft]
recipe = slapos.recipe.build recipe = slapos.recipe.build
......
...@@ -58,6 +58,9 @@ output = ${buildout:directory}/template.cfg ...@@ -58,6 +58,9 @@ output = ${buildout:directory}/template.cfg
recipe = slapos.recipe.build:download recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/${:_update_hash_filename_} url = ${:_profile_base_location_}/${:_update_hash_filename_}
[ru_libinstance.jinja2.cfg]
<= download-base
[ncclient_common] [ncclient_common]
<= download-base <= download-base
destination = ${buildout:directory}/ncclient_common.py destination = ${buildout:directory}/ncclient_common.py
......
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