summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-09-18 16:22:21 +0100
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-09-18 16:22:21 +0100
commit109c02002baf3c2d8eac57027f29f6c74e5233b5 (patch)
treef19f2bbf92b5680d31bd66f56eb412bfd63bdb47
parente594df7ed432d74cc56eaa5e29a1bfed7b22aae5 (diff)
downloadtrove-setup-109c02002baf3c2d8eac57027f29f6c74e5233b5.tar.gz
Make http the default upstream protocolbaserock/richardipsum/default-upstream-proto-http
-rw-r--r--ansible/roles/trove-setup/tasks/check.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/trove-setup/tasks/check.yml b/ansible/roles/trove-setup/tasks/check.yml
index 1495b4b..3aeb48a 100644
--- a/ansible/roles/trove-setup/tasks/check.yml
+++ b/ansible/roles/trove-setup/tasks/check.yml
@@ -26,7 +26,7 @@
- fail: msg='WORKER_SSH_PUBKEY is mandatory'
when: WORKER_SSH_PUBKEY is not defined
-- set_fact: UPSTREAM_TROVE_PROTOCOL=ssh
+- set_fact: UPSTREAM_TROVE_PROTOCOL=http
when: UPSTREAM_TROVE_PROTOCOL is not defined
- set_fact: TROVE_HOSTNAME={{ TROVE_ID }}