Commit 739703f1 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 8f7918a6
......@@ -113,16 +113,6 @@ version = {{ slapparameter_dict.get("enb_config_version") }}
offline = false
{% endif %}
# XXX -> ru/lopcomm
{% if slapparameter_dict.get("cu_config_link", None) %}
[cu-config-dl]
recipe = slapos.recipe.build:download
url = {{ slapparameter_dict.get("cu_config_link") }}
version = {{ slapparameter_dict.get("cu_config_version") }}
offline = false
{% endif %}
[enb-sh-wrapper]
recipe = slapos.recipe.template
output = ${directory:bin}/${:_buildout_section_name_}
......
......@@ -27,15 +27,3 @@ destination = ${buildout:directory}/ncclient_common.py
[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
......@@ -46,7 +46,15 @@ config-command = [ -f ${directory:etc}/{{ru_ref}}.is_firmware_updated ]
{#- push config to RU #}
# XXX
{% if ru.get("cu_config_link", None) %}
[{{ru_ref}}-cu-config-dl]
recipe = slapos.recipe.build:download
url = {{ ru.cu_config_link }}
version = {{ ru.get("cu_config_version") }}
offline = false
{% endif %}
{#- handle notifications from RU #}
......
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