Commit 36607eac authored by Lisa Casino's avatar Lisa Casino

html5as: add sla computer parameter

parent bec28925
......@@ -45,4 +45,4 @@ md5sum = 1c0ee16966e1fcdb3fd11c09f12ee2b2
[template_instance_replicate]
_update_hash_filename_ = instance_replicate.cfg.in
md5sum = cbbeafd86e686a28f84ca3c229584f0f
md5sum = 1cc7b4e30b5dd3280652c655668f0ac3
......@@ -41,6 +41,9 @@ config-download_url = {{ parameter_dict['download_url'] }}
name = instance-html5as-{{ i }}
config-port = {{ parameter_dict["port%s" % i] }}
config-title = {{ parameter_dict["title%s" % i] }}
{% if "sla-%s-computer-guid" % i in parameter_dict -%}
sla-computer_guid = {{ parameter_dict["sla-%s-computer-guid" % i] }}
{% endif -%}
{% endfor %}
# Publish information to connect to the two instances
......
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