Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit ea309ed

Browse files
authored
Adapt to scheduler changes in openwhisk. (#135)
- The scheduler PR apache/openwhisk#5031 introduced changes that required adaption in the setup of the openwhisk environment used for the automated tests.
1 parent 92d3b47 commit ea309ed

File tree

1 file changed

+3
-0
lines changed
  • ansible/environments/local

1 file changed

+3
-0
lines changed

ansible/environments/local/hosts

+3
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ db
3030

3131
[apigateway]
3232
172.17.0.1 ansible_host=172.17.0.1 ansible_connection=local
33+
34+
[etcd]
35+
etcd0 ansible_host=172.17.0.1 ansible_connection=local

0 commit comments

Comments
 (0)