FaaSCache, is a transparent, vertically and hori- zontally elastic in-memory caching system for Function as a Service platforms. The cache is distributed over the worker nodes to mitigate the overheads of frequent interactions with an external data store, as required by the stateless FaaS paradigm. FaaSCache prototype based on enhancements to the Apache OpenWhisk FaaS platform, the OpenStack Swift persistent object storage service, and the RAMCloud in-memory store.
4
stars
1
forks
source link
hi,I am trying to run it, but meet some confusion #1
I found that there are two additional characters here compared to the owk source code: "rc_cost_ip": statis.hostIP and "rc_pod_ip": statis.podIP. May I ask what these two represent and how to set them up?
I found that there are two additional characters here compared to the owk source code: "rc_cost_ip": statis.hostIP and "rc_pod_ip": statis.podIP. May I ask what these two represent and how to set them up?
FAASCACHE/IMOC/openwhisk-core/ansible/roles/invoker/tasks/deploy.yml **
"rc_host_ip" : status.hostIP
"rc_pod_ip" : status.podIP
volumes: "{{ volumes }}" ports: "{{ invoker_ports_to_expose }}" command: /bin/sh -c "exec /init.sh --id {{ invoker_index }} --uniqueName {{ invoker_index }} --rcPodIP {{ status.hostIP }} --rcHostIP {{ env.rc_host_ip}}>> /logs/{{ invoker_name }}_logs.log 2>&1" when: not lean **