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

Commit 92d3b47

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

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
@@ -22,6 +22,9 @@ invoker0 ansible_host=172.17.0.1 ansible_connection=local
2222
[db]
2323
172.17.0.1 ansible_host=172.17.0.1 ansible_connection=local
2424

25+
[elasticsearch:children]
26+
db
27+
2528
[redis]
2629
172.17.0.1 ansible_host=172.17.0.1 ansible_connection=local
2730

0 commit comments

Comments
 (0)