amitbatajoo opened a new issue, #5331: URL: https://github.com/apache/openwhisk/issues/5331
<!-- We use the issue tracker for bugs and feature requests. For general questions and discussion please use https://openwhisk.apache.org/slack.html or https://openwhisk.apache.org/community.html instead. Do NOT share passwords, credentials or other confidential information. Before creating a new issue, please check if there is one already open that fits the defect you are reporting. If you open an issue and realize later it is a duplicate of a pre-existing open issue, please close yours and add a comment to the other. Issues can be created for either defects or enhancement requests. If you are a committer than please add the labels "bug" or "feature". If you are not a committer please make clear in the comments which one it is, so that committers can add these labels later. If you are reporting a defect, please edit the issue description to include the information shown below. If you are reporting an enhancement request, please include information on what you are trying to achieve and why that enhancement would help you. For more information about reporting issues, see https://github.com/apache/openwhisk/blob/master/CONTRIBUTING.md#raising-issues Use the commands below to provide key information from your environment: You do not have to include this information if this is a feature request. --> ## Environment details: * Ubuntu 18.04.6 LTS (Bionic Beaver) ## Steps to reproduce the issue: 1. https://github.com/apache/openwhisk/blob/master/ansible/README.md 2. Run the command "~/openwhisk/ansible# ansible-playbook -i environments/local/ openwhisk.yml" ## Provide the expected results and outputs: Unable to ``` fatal: [controller0]: FAILED! => {"attempts": 12, "changed": false, "content": "", "msg": "Status code was -1 and not [200]: Request failed: <urlopen error [Errno 111] Connection refused>", "redirected": false, "status": -1, "url": "https://172.17.0.1:10001/ping"} Status code was -1 and not [200]: Request failed: <urlopen error [Errno 111] Connection refused> PLAY RECAP ********************************************************************* controller0 : ok=25 changed=3 unreachable=0 failed=1 etcd0 : ok=0 changed=0 unreachable=0 failed=0 kafka0 : ok=10 changed=4 unreachable=0 failed=0 Monday 10 October 2022 02:12:15 +0000 (0:02:09.112) 0:04:54.659 =============================================================================== controller : wait until the Controller in this host is up and running - 129.11s zookeeper : (re)start zookeeper ---------------------------------------- 71.94s kafka : (re)start kafka using 'wurstmeister/kafka:2.13-2.7.0' --------- 17.49s kafka : wait until the kafka server started up ------------------------- 15.52s zookeeper : wait until the Zookeeper in this host is up and running ----- 8.65s controller : (re)start controller --------------------------------------- 5.12s controller : copy certificates ------------------------------------------ 3.67s controller : copy nginx certificate keystore ---------------------------- 3.07s Gathering Facts --------------------------------------------------------- 2.83s controller : copy jmxremote password file ------------------------------- 2.73s Gathering Facts --------------------------------------------------------- 2.56s Gathering Facts --------------------------------------------------------- 2.47s controller : populate environment variables for controller -------------- 2.31s controller : copy jmxremote access file --------------------------------- 1.88s controller : check if whisk_local_whisks with CouchDB exists ------------ 1.74s controller : Add akka environment to controller environment ------------- 1.68s controller : ensure controller config directory is created with permissions --- 1.61s kafka : add kafka default env vars -------------------------------------- 1.48s controller : add seed nodes to controller environment ------------------- 1.40s controller : prepare controller port ------------------------------------ 1.38s root@ubuntu-s-2vcpu-4gb-sgp1-01:~/openwhisk/ansible# ``` Please help me where and what I am missing in settings? How can I get success deploy? Thank you in advance. -- 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]
