From 48a9bb48b428e08395179800359d264ef35b5c24 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Wed, 10 Sep 2014 17:07:36 +0100 Subject: Allow the configuration of troves without UPSTREAM_TROVE Now UPSTREAM_TROVE is not mandatory to configure a Trove, and if the value is not set, then the configuration of the lorry controller (lorry-controller.conf) won't include any configuration for an upstream Trove. --- ansible/roles/trove-setup/tasks/check.yml | 3 --- 1 file changed, 3 deletions(-) (limited to 'ansible/roles/trove-setup/tasks/check.yml') diff --git a/ansible/roles/trove-setup/tasks/check.yml b/ansible/roles/trove-setup/tasks/check.yml index 6305a78..1495b4b 100644 --- a/ansible/roles/trove-setup/tasks/check.yml +++ b/ansible/roles/trove-setup/tasks/check.yml @@ -26,9 +26,6 @@ - fail: msg='WORKER_SSH_PUBKEY is mandatory' when: WORKER_SSH_PUBKEY is not defined -- fail: msg='UPSTREAM_TROVE is mandatory' - when: UPSTREAM_TROVE is not defined - - set_fact: UPSTREAM_TROVE_PROTOCOL=ssh when: UPSTREAM_TROVE_PROTOCOL is not defined -- cgit v1.2.1