From f24bb95788ad512a2e430e05114f5ba58e15a90f Mon Sep 17 00:00:00 2001 From: Falk Zoll Date: Tue, 19 Jan 2021 18:20:54 +0100 Subject: [PATCH] Adapt to scheduler changes in openwhisk. - 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