From c8b52096ce3d2a39d9ccecedc8de01276d6a14ef Mon Sep 17 00:00:00 2001 From: Falk Zoll Date: Thu, 11 Feb 2021 10:48:58 +0100 Subject: [PATCH] Adapt to scheduler changes in openwhisk. - The scheduler PR https://github.com/apache/openwhisk/pull/5031 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 e062cd4..8987fc4 100644 --- a/ansible/environments/local/hosts +++ b/ansible/environments/local/hosts @@ -30,3 +30,6 @@ db [apigateway] 172.17.0.1 ansible_host=172.17.0.1 ansible_connection=local + +[etcd] +etcd0 ansible_host=172.17.0.1 ansible_connection=local