JohnathonNow / oleoresin

A system for serverless debugging.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oleoresin

A system for serverless debugging.

CloudLab Set Up

I run the existing openwhisk profile from CU Boulder.
Importantly, on node1, run /local/repository/user_setup.sh

It will tell you to run wsk property get --auth. Take the auth from running that, and anywhere of interest, run wsk property set --auth $AUTH, where $AUTH is the value you just got.

Also run wsk property set --apihost $NODE1:$PORT where $NODE1 is the URL to node1, and $PORT is the port mentioned by the user_setup.sh script.

Note that scripts/config-wsk.sh does these steps for you.

About

A system for serverless debugging.


Languages

Language:Rust 77.7%Language:Makefile 9.5%Language:Shell 8.1%Language:JavaScript 4.8%