2019-08-15 01:56:11 UTC - Paul Yu: Hello, all ! Glad to join the slack. I have 
some trouble:
After I set up OpenWhisk environment with 
<https://gist.github.com/epiphone/8fe223bbfc375d01f12822e405f6aa54>, I verify 
the function of `wsk`.
I ran,
   # wsk action create fib fib.py --web true
   # wsk -i api create /default /fib get fib
I got these,
   ok: created API /default/fib GET for action /_/fib
   <http://172.17.0.1:9001/api/23bc46b1-71f6-4ed5-8c54-816aa4f8c502/default/fib>
The Web API IP (172.17.0.1) is an  internal IP of network-card docker0. I can 
only visit or call it from localhost. I can't visit it from other hosts. So I 
want to ask that if we can get a public network IP of Web API, by modifying 
some config ? And what config should I modify ? Thanks a lot.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565834171027200
----
2019-08-15 01:58:10 UTC - Jiang PengCheng: I think you could modify the 
`ansible/environments/local/hosts`, and change `172.17.0.1` to your hosts'ip, 
and do
```
ansible-playbook apigateway.yml
ansible-playbook openwhisk.yml
ansible-playbook postdeploy.yml
```
again
+1 : Dominic Kim
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1565834290028300
----

Reply via email to