Commit df0ff529 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 0fd427de
......@@ -16,7 +16,7 @@
[template]
filename = instance.cfg
md5sum = 2adac3df0144381f5fa728aa809ddad2
md5sum = 38e44eaf7b4de4140650958a90202dc7
[amarisoft-stats.jinja2.py]
_update_hash_filename_ = amarisoft-stats.jinja2.py
......@@ -48,7 +48,7 @@ md5sum = a2ba0343ddb7f9cf2904a4c5c751f68a
[template-enb]
_update_hash_filename_ = instance-enb.jinja2.cfg
md5sum = 54cfd8487dd29a9a38708b687b34e844
md5sum = 328bb17a54ebedd8073030454c099709
[template-gnb]
_update_hash_filename_ = instance-gnb.jinja2.cfg
......@@ -60,7 +60,7 @@ md5sum = eda157219444c3ac10272626dd5cea10
[template-ue]
_update_hash_filename_ = instance-ue.jinja2.cfg
md5sum = 587531b7a43fecbcdc2f1bffac74a363
md5sum = 36bcfb4ee7984ccc43a4c66630896b13
[template-obsolete]
_update_hash_filename_ = instance-obsolete.jinja2.cfg
......@@ -72,7 +72,7 @@ md5sum = dcaac06553a3222b14c0013a13f4a149
[enb.jinja2.cfg]
filename = config/enb.jinja2.cfg
md5sum = d16d0e209d78795f0a290c7cee3fc4ed
md5sum = c1593d1ca6abee6262ad0aae9602bbaf
[sib23.jinja2.asn]
filename = config/sib23.jinja2.asn
......@@ -100,7 +100,7 @@ md5sum = 36281b03597252cf75169417d02fc28c
[ue.jinja2.cfg]
filename = config/ue.jinja2.cfg
md5sum = c0313f9d15543361f7c8e19af96c737a
md5sum = 22bb841181c39f20b931358de2808371
[CreateProcessingEle.jinja2.xml]
filename = netconf/CreateProcessingEle.jinja2.xml
......
......@@ -58,6 +58,10 @@ eggs-directory = {{ eggs_directory }}
develop-eggs-directory = {{ develop_eggs_directory }}
offline = true
{% import 'ru/libinstance.jinja2.cfg' as rulib with context %}
[monitor-httpd-conf-parameter]
httpd-include-file = {{ buildout_directory }}/etc/httpd-include-file.conf
port = ${monitor-instance-parameter:monitor-httpd-port}
......
......@@ -21,6 +21,7 @@ enb1 = request(ors,
'testing': True,
})})
"""
enb2 = request(ors,
software_type="enb",
partition_reference="kenb2",
......@@ -28,6 +29,8 @@ enb2 = request(ors,
partition_parameter_kw={"_": json.dumps({
'testing': True,
})})
enb2.destroyed()
"""
print('enb1:', enb1)
......
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