From 6d2ea47e24b72eac446d45ce4634dad2fb03c490 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 4 Aug 2019 19:04:04 +0300 Subject: Add: muck-url to ick controller config --- roles/ick-controller/templates/controller.yaml.j2 | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.1