djobiii2078 / FAASCACHE

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

Open serein-dream opened 3 months ago

serein-dream commented 3 months ago

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 **

serein-dream commented 3 months ago

Excuse me, I have finished "Building", then, should I set ENVIRONMENT=local and start openwhich in FAASCACHE/IMOC/openwhich core/ansible?