Suraez commented on issue #5331: URL: https://github.com/apache/openwhisk/issues/5331#issuecomment-2429954204
In my case, there was two issues: First one was i was having `scheduler_enable: false` in the **_ansible/environments/local/group_vars/all_**, so i removed this line and then luckily, i was able to get past the error of the task "wait: until the controller in the host is up and running". Second, then i ran into another error at the task "wait: until the Scheduler in the host is up and running" So to remove this error, i replaced `ElasticSearchDurationCheckerProvider` with the `NoopDurationCheckerProvider` in the **_common/scala/src/main/resources/reference.conf_**. And fortunately, all of the playbooks (.yml) files ran to completion. FYI: Python Version: 3.8.0, Pip version: 24.2 Hope this would help. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
