2022-05-28 15:47:46 UTC - Vasilis Ka: Can anyone run openwhisk with kind ? deploy-kube script throws me connection refused when I try to deploy and while deploying with helm into a kind used to work now I can't invoke. I also opened an issue <https://github.com/apache/openwhisk/issues/5248> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1653752866396629 ---- 2022-05-28 19:56:33 UTC - Areej: I am trying to deploy distributed OW on Ubuntu 20 on Openstack Cloud .. I got an error :TASK [controller : wait until the Controller in this host is up and running] *************************************************************************************************************************************************************************************************** Saturday 28 May 2022 18:53:08 +0000 (0:00:24.630) 0:01:23.498 ********** *FAILED - RETRYING: wait until the Controller in this host is up and running (12 retries left).* *FAILED - RETRYING: wait until the Controller in this host is up and running (11 retries left).* *FAILED - RETRYING: wait until the Controller in this host is up and running (10 retries left).* *FAILED - RETRYING: wait until the Controller in this host is up and running (9 retries left).* *FAILED - RETRYING: wait until the Controller in this host is up and running (8 retries left).* *FAILED - RETRYING: wait until the Controller in this host is up and running (7 retries left).* *FAILED - RETRYING: wait until the Controller in this host is up and running (6 retries left).* *FAILED - RETRYING: wait until the Controller in this host is up and running (5 retries left).* *FAILED - RETRYING: wait until the Controller in this host is up and running (4 retries left).* *FAILED - RETRYING: wait until the Controller in this host is up and running (3 retries left).* *FAILED - RETRYING: wait until the Controller in this host is up and running (2 retries left).* *FAILED - RETRYING: wait until the Controller in this host is up and running (1 retries left).* fatal: [controller0]: FAILED! => {“attempts”: 12, “changed”: false, “content”: “”, “elapsed”: 0, “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=54 changed=10 unreachable=0 failed=1 skipped=36 rescued=0 ignored=0 etcd0 : ok=0 changed=0 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 kafka0 : ok=0 changed=0 unreachable=0 failed=0 skipped=17 rescued=0 ignored=0 Saturday 28 May 2022 18:55:14 +0000 (0:02:05.693) 0:03:29.192 ********** =============================================================================== controller : wait until the Controller in this host is up and running ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 125.69s controller : pull runtime action images per manifest ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27.62s controller : (re)start controller -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 24.63s controller : pull blackboxes action images per manifest ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 8.62s controller : copy keystore, key and cert -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2.78s controller : copy certificates ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 1.67s Gathering Facts --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 1.56s controller : populate environment variables for invoker ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 1.23s controller : populate environment variables for controller -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 1.19s controller : check if whisk_local_whisks with CouchDB exists ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 1.00s controller : check if whisk_local_whisks with CouchDB exists ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 0.96s controller : copy nginx certificate keystore ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 0.85s controller : check if whisk_local_subjects with CouchDB exists ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 0.69s controller : check if whisk_local_activations with CouchDB exists ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 0.67s controller : copy jmxremote password file ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 0.67s controller : check if whisk_local_activations with CouchDB exists ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 0.66s controller : copy jmxremote password file ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 0.54s controller : copy jmxremote access file --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 0.54s controller : copy jmxremote access file --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 0.50s controller : ensure controller log directory is created with permissions ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 0.41s (edited) when Try to run :curl <https://172.17.0.1:10001> I got this error .. curl: (7) Failed to connect to 172.17.0.1 port 10001: Connection refused …when check the controller logs under /tmp/wsklogs/controller0 there is no logs file there my host Configuration file :; the first parameter in a host is the inventory_hostname ; used for local actions only ansible ansible_connection=local *[edge]* 172.17.0.1 ansible_host=172.17.0.1 ansible_connection=local *[controllers]* controller0 ansible_host=172.17.0.1 ansible_connection=local ; *[kafkas]* kafka0 ansible_host=172.17.0.1 ansible_connection=local *[zookeepers:children]* kafkas *[invokers]* invoker0 ansible_host=10.72.102.235 ansible_connection=ssh invoker1 ansible_host=10.72.103.102 ansible_connection=ssh invoker2 ansible_host=10.72.103.122 ansible_connection=ssh *[schedulers]* scheduler0 ansible_host=172.17.0.1 ansible_connection=local ; db group is only used if db.provider is CouchDB *[db]* 10.72.102.201 ansible_host=10.72.102.201 ansible_connection=ssh *[elasticsearch:children]* db *[redis]* 172.17.0.1 ansible_host=172.17.0.1 ansible_connection=local *[apigateway]* 172.17.0.1 ansible_host=172.17.0.1 ansible_connection=local *[etcd]* etcd0 ansible_host=172.17.0.1 ansible_connection=local https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1653767793025389 ----