Commit 474e3869 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 3e3621a7
......@@ -16,7 +16,7 @@
[template]
filename = instance.cfg
md5sum = 2ea5cf7c97c31acd12b1c8b5b71159a4
md5sum = 2922f6c23062b2a6858a12a9f453eacf
[amari_lte.jinja2]
_update_hash_filename_ = amari/lte.jinja2
......@@ -28,7 +28,7 @@ md5sum = 8b24f6cf584eb096a61750e39e376ad0
[ru_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/libinstance.jinja2.cfg
md5sum = 737c794082be65a4711798dcc9b6044f
md5sum = b71776599bf20493ed6914a7f017822e
[ru_sdr_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/sdr/libinstance.jinja2.cfg
......@@ -36,7 +36,7 @@ md5sum = e27ebe0ff200a3e4492412f164ca9b73
[ru_lopcomm_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/lopcomm/libinstance.jinja2.cfg
md5sum = f6a32c5c002021e13bf73bd67bae4fe4
md5sum = 8cfa2d8e5ef5ba3ecc7db2bcc5a0415d
[ru_sunwave_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/sunwave/libinstance.jinja2.cfg
......@@ -72,7 +72,7 @@ md5sum = e22257ef526b0acc10a8203daa41028b
[template-enb]
_update_hash_filename_ = instance-enb.jinja2.cfg
md5sum = 6f6002e9ad9cd774d2d609321e838c17
md5sum = c5fcc1501225f59dffd19e48ef555144
[template-gnb]
_update_hash_filename_ = instance-gnb.jinja2.cfg
......@@ -126,12 +126,12 @@ md5sum = 36281b03597252cf75169417d02fc28c
filename = config/ue.jinja2.cfg
md5sum = 342d734fcb3de86b67a4482e6329a140
[CreateProcessingEle.jinja2.xml]
filename = netconf/CreateProcessingEle.jinja2.xml
[ru_lopcomm_CreateProcessingEle.jinja2.xml]
filename = ru/lopcomm/CreateProcessingEle.jinja2.xml
md5sum = e435990eb0a0d4be41efa9bd16dce09b
[cu_config.jinja2.xml]
filename = netconf/cu_config.jinja2.xml
[ru_lopcomm_cu_config.jinja2.xml]
filename = ru/lopcomm/cu_config.jinja2.xml
md5sum = 8632b551a82b9053dde023d5518b11f5
[software.cfg.html]
......
......@@ -21,3 +21,21 @@ destination = ${directory:etc}/${:filename}
[ru_lopcomm_ncclient_common.py]
<= download-base
destination = ${buildout:directory}/ncclient_common.py
[ru_lopcomm_CreateProcessingEle.jinja2.xml]
<= download-base
[ru_lopcomm_cu_config.jinja2.xml]
<= download-base
#[copy-netconf-to-instance]
#recipe = slapos.recipe.build:download
#url = ${:_profile_base_location_}/netconf/${:_buildout_section_name_}
#
#[CreateProcessingEle.jinja2.xml]
#<= copy-netconf-to-instance
#filename = CreateProcessingEle.jinja2.xml
#[cu_config.jinja2.xml]
#<= copy-netconf-to-instance
#filename = cu_config.jinja2.xml
......@@ -31,8 +31,6 @@ parts +=
ue_db.jinja2.cfg
ue.jinja2.cfg
amari_lte.jinja2
CreateProcessingEle.jinja2.xml
cu_config.jinja2.xml
sib23.jinja2.asn
monitor-httpd-extra-conf
# copy all gadget file
......@@ -95,11 +93,6 @@ url = ${:_profile_base_location_}/${:_buildout_section_name_}
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/config/${:_buildout_section_name_}
# XXX -> ru/lopcomm
[copy-netconf-to-instance]
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/netconf/${:_buildout_section_name_}
[gadget]
recipe = slapos.recipe.template
output = ${buildout:directory}/${:_buildout_section_name_}/renderjs.js
......@@ -157,15 +150,6 @@ filename = ue.jinja2.cfg
[amari_slap.jinja2]
<= download-base
filename = amari/lte.jinja2
# XXX -> ru/lopcomm
[CreateProcessingEle.jinja2.xml]
<= copy-netconf-to-instance
filename = CreateProcessingEle.jinja2.xml
[cu_config.jinja2.xml]
<= copy-netconf-to-instance
filename = cu_config.jinja2.xml
# Download gadget files
[software.cfg.html]
......
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