akharitonov opened a new issue #3733: Distributed deployment: export | 
unreachable
URL: https://github.com/apache/incubator-openwhisk/issues/3733
 
 
   I'm attempting to deploy a distributed OpenWhisk according to [this 
guide](https://github.com/apache/incubator-openwhisk/blob/master/ansible/README_DISTRIBUTED.md).
   However, right away there is an issue.
   Specifically when I run
   `ansible all -i environments/distributed -m ping`
   
   All of the hosts specified by me in the` 
/home/uvlba/openwhisk/ansible/environments/hosts` are reachable but there is 
one that is not: "export"
   
   `export | UNREACHABLE! => {
       "changed": false,
       "msg": "Failed to connect to the host via ssh: ssh: Could not resolve 
hostname export: Name or service not known\r\n",
       "unreachable": true
   }`
   
   
   It's not present in any of the configs as far as I can tell for the 
distributed environment nor I see any mentions of it anywhere in the 
documentation. Where is it coming from? What is that export host?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to