From 0273f432f6b477bb040e9d22f0f8296c30c40e4b Mon Sep 17 00:00:00 2001 From: falkzoll Date: Wed, 20 Jan 2021 09:18:01 +0100 Subject: [PATCH] Adapt to scheduler changes in openwhisk. (#219) - The scheduler PR https://github.com/apache/openwhisk/pull/4984 introduced changes that required adaption in the setup of the openwhisk environment used for the automated tests. --- ansible/environments/local/hosts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/environments/local/hosts b/ansible/environments/local/hosts index 4715e55..e062cd4 100644 --- a/ansible/environments/local/hosts +++ b/ansible/environments/local/hosts @@ -22,6 +22,9 @@ invoker0 ansible_host=172.17.0.1 ansible_connection=local [db] 172.17.0.1 ansible_host=172.17.0.1 ansible_connection=local +[elasticsearch:children] +db + [redis] 172.17.0.1 ansible_host=172.17.0.1 ansible_connection=local