summaryrefslogtreecommitdiff
path: root/roles/ick-controller/templates/controller.yaml.j2
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-10-18 11:25:16 +0300
committerLars Wirzenius <liw@liw.fi>2019-10-18 11:25:16 +0300
commitda303ccf4f9deae7d38552f9fbb881eb44c26ea5 (patch)
treeee296b47ecef9137ec5cd30f853d52251cdae277 /roles/ick-controller/templates/controller.yaml.j2
parent778ec0169655be349f91ee5f40eb6504608d3239 (diff)
downloadick2-ansible-da303ccf4f9deae7d38552f9fbb881eb44c26ea5.tar.gz
Drop: muck url from controller config
Diffstat (limited to 'roles/ick-controller/templates/controller.yaml.j2')
-rw-r--r--roles/ick-controller/templates/controller.yaml.j21
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/ick-controller/templates/controller.yaml.j2 b/roles/ick-controller/templates/controller.yaml.j2
index ebab06e..c54a47d 100644
--- a/roles/ick-controller/templates/controller.yaml.j2
+++ b/roles/ick-controller/templates/controller.yaml.j2
@@ -1,7 +1,6 @@
{% 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"