You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwhisk.apache.org by OpenWhisk Team Slack <ra...@apache.org> on 2019/11/30 09:30:45 UTC

[slack-digest] [2019-11-29] #general

2019-11-29 02:44:39 UTC - Dominic Kim: @giusdp Hi, if you are saying about a custom loadbalancer component extending  <https://github.com/apache/openwhisk/blob/master/core/controller/src/main/scala/org/apache/openwhisk/core/loadBalancer/LoadBalancer.scala>, it has SPI configuration.
<https://github.com/apache/openwhisk/blob/master/common/scala/src/main/resources/reference.conf#L26>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1574995479488900?thread_ts=1574959579.488500&cid=C3TPCAQG1
----
2019-11-29 02:44:52 UTC - Dominic Kim: So you can easily change your underlying implementation via Ansible.
<https://github.com/apache/openwhisk/blob/master/ansible/group_vars/all#L104>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1574995492489100?thread_ts=1574959579.488500&cid=C3TPCAQG1
----
2019-11-29 13:17:21 UTC - giusdp: Thank you, that was what I was looking for.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1575033441489500?thread_ts=1574959579.488500&cid=C3TPCAQG1
----
2019-11-29 13:21:30 UTC - giusdp: So to change the implementation via ansible i have to deploy openwhisk following the native development guide of the README? (using couchdb/cloudant, vagrant for the vm, and ansible) Instead of the quickstart with docker compose? (the latter is super fast and easy i hoped i could use that)
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1575033690489700?thread_ts=1574959579.488500&cid=C3TPCAQG1
----
2019-11-29 16:44:52 UTC - Rodric Rabbah: you can use bin/wskdev 
To rebuild and deploy just the component you change
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1575045892490600?thread_ts=1574959579.488500&cid=C3TPCAQG1
----