Commit b540d668 authored by Joanne Hugé's avatar Joanne Hugé

wip

parent 104a859b
...@@ -100,7 +100,7 @@ md5sum = 601d6237059fa665d3f3ffb6a78ad9ca ...@@ -100,7 +100,7 @@ md5sum = 601d6237059fa665d3f3ffb6a78ad9ca
[template-core-network] [template-core-network]
_update_hash_filename_ = instance-core-network.jinja2.cfg _update_hash_filename_ = instance-core-network.jinja2.cfg
md5sum = d977efa46a1654e3d93845c13f0ef1d0 md5sum = 04b7e41a04f6d74a7a78186e68e851b5
[template-ue] [template-ue]
_update_hash_filename_ = instance-ue.jinja2.cfg _update_hash_filename_ = instance-ue.jinja2.cfg
......
...@@ -118,7 +118,7 @@ sim_list = {{ dumps(sim_slave_instance_list) }} ...@@ -118,7 +118,7 @@ sim_list = {{ dumps(sim_slave_instance_list) }}
{%- set vtun_list = [] %} {%- set vtun_list = [] %}
[vtun] [vtun]
recipe = plone.recipe.command recipe = plone.recipe.command
command = {{ netcapdo }} {{ pythonwitheggs }} {{ tunsplit }} {{ tun }} 2 command = {{ netcapdo }} {{ pythonwitheggs }} {{ tunsplit }} {{ tun }} 1
update-command = ${:command} update-command = ${:command}
stop-on-error = true stop-on-error = true
{%- if slapparameter_dict.get("testing", False) %} {%- if slapparameter_dict.get("testing", False) %}
...@@ -126,7 +126,7 @@ command = : ...@@ -126,7 +126,7 @@ command = :
{%- endif %} {%- endif %}
{%- set test_slapnet = netaddr.IPNetwork('1234::/71') %} {%- set test_slapnet = netaddr.IPNetwork('1234::/71') %}
{%- for i in range(1,3) %} {%- for i in range(1,2) %}
{%- set tun = '%s-%d' % (tun, i) %} {%- set tun = '%s-%d' % (tun, i) %}
{%- do vtun_list.append(tun) %} {%- do vtun_list.append(tun) %}
[vtun.{{ tun }}] [vtun.{{ tun }}]
......
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