MrJackQiao commented on issue #4905: URL: https://github.com/apache/openwhisk/issues/4905#issuecomment-1495416218
Thanks for the sharing. I was able to deploy multiple invokers with following `hosts` file ``` ; the first parameter in a host is the inventory_hostname ; used for local actions only ansible ansible_connection=local [edge] 10.0.2.6 ansible_host=10.0.2.6 ansible_connection=local [controllers] controller0 ansible_host=10.0.2.6 ansible_connection=local ; [kafkas] kafka0 ansible_host=10.0.2.6 ansible_connection=local [zookeepers:children] kafkas [invokers] invoker0 ansible_host=10.0.2.6 ansible_connection=local invoker1 ansible_host=10.0.2.7 ansible_connection=ssh # [schedulers] scheduler0 ansible_host=10.0.2.6 ansible_connection=local ; db group is only used if db.provider is CouchDB [db] 10.0.2.6 ansible_host=10.0.2.6 ansible_connection=local [elasticsearch:children] db [redis] 10.0.2.6 ansible_host=10.0.2.6 ansible_connection=local [apigateway] 10.0.2.6 ansible_host=10.0.2.6 ansible_connection=local [etcd] etcd0 ansible_host=10.0.2.6 ansible_connection=local ``` However, I was not able to find logs for invoker1 on both servers in the `OPENWHISK_TMP_DIR/wsklogs/invoker1`. In fact, the log dir was never created. Could you provide some insights on this? -- 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]
