summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-08-04 19:04:04 +0300
committerLars Wirzenius <liw@liw.fi>2019-08-04 19:04:04 +0300
commit6d2ea47e24b72eac446d45ce4634dad2fb03c490 (patch)
tree0893bd142a04ab2ed2c6eacbb8b618f04d95264b
parent4db3bd68b0cc894b8f88cf32bd892ba0980a7489 (diff)
downloadick2-ansible-6d2ea47e24b72eac446d45ce4634dad2fb03c490.tar.gz
Add: muck-url to ick controller config
-rw-r--r--roles/ick-controller/templates/controller.yaml.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/ick-controller/templates/controller.yaml.j2 b/roles/ick-controller/templates/controller.yaml.j2
index c54a47d..ebab06e 100644
--- a/roles/ick-controller/templates/controller.yaml.j2
+++ b/roles/ick-controller/templates/controller.yaml.j2
@@ -1,6 +1,7 @@
{% if apt_domain_set|default(true) %}
apt-server: "{{ apt_domain }}"
{% endif %}
+muck-url: "{{ muck_url }}"
artifact-store: "{{ artifact_store_url }}"
notify-url: "{{ notify_url }}"
auth-url: "{{ qvisqve_url }}/token"