From 239792defe078fc9c97b51cc2e63d24fdb5d37ab Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 30 Apr 2018 20:24:15 +0300 Subject: Fix: ns config --- ick-cluster.yml | 5 +++++ test-ick | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ick-cluster.yml b/ick-cluster.yml index b7dc93d..f50cc0b 100644 --- a/ick-cluster.yml +++ b/ick-cluster.yml @@ -36,10 +36,12 @@ - letsencrypt - haproxy - ick-controller + - ick-notifier vars: hostname: controller letsencrypt_email: liw@liw.fi letsencrypt_domain: "{{ controller_domain }}" + smtp_password: "{{ lookup('pipe', 'pass show pieni.net/pienirelay') }}" - hosts: qvisqve remote_user: root @@ -77,6 +79,7 @@ - uapi_logs_id_get - uapi_workers_get - uapi_workers_id_get + - uapi_notify_post client_secret: hash: "{{ lookup('pipe', 'pass show ick2/liw_hash') }}" salt: "{{ lookup('pipe', 'pass show ick2/liw_salt') }}" @@ -93,6 +96,7 @@ - uapi_work_post - uapi_blobs_id_put - uapi_blobs_id_get + - uapi_notify_post client_secret: hash: "{{ lookup('pipe', 'pass show ick2/worker1_hash') }}" salt: "{{ lookup('pipe', 'pass show ick2/worker1_salt') }}" @@ -109,6 +113,7 @@ - uapi_work_post - uapi_blobs_id_put - uapi_blobs_id_get + - uapi_notify_post client_secret: hash: "{{ lookup('pipe', 'pass show ick2/worker2_hash') }}" salt: "{{ lookup('pipe', 'pass show ick2/worker2_salt') }}" diff --git a/test-ick b/test-ick index 3b46451..36022a6 100755 --- a/test-ick +++ b/test-ick @@ -110,7 +110,7 @@ then ./run-cluster.sh hosts.ickdev -e "ick_prefix=$prefix" -e "ci_dist=$ci_dist" -e @ci-vars.yml fi -tool make-it-so < "${rules}/ickdev.yaml" +#tool make-it-so < "${rules}/ickdev.yaml" -build ick_stretch -build ick2 +#build ick_stretch +#build ick2 -- cgit v1.2.1