Skip to content

Commit

Permalink
Adapt to scheduler changes in openwhisk.
Browse files Browse the repository at this point in the history
- The scheduler PR apache/openwhisk#4984 introduced
  changes that required adaption in the setup of the openwhisk environment used for the automated tests.
  • Loading branch information
falkzoll committed Jan 19, 2021
1 parent 84db4f9 commit f24bb95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible/environments/local/hosts
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f24bb95

Please sign in to comment.