Status: This module is under active development and is provided as-is for testing.
This repository is part of Apache OpenWhisk and can be used to deploy OpenWhisk to a Mesos cluster.
- dcos-universe contains the source for building OpenWhisk packages in a DC/OS Universe.
- dcos-deploy-script helps to orchestrate the deployment of above OpenWhisk packages.
Each tool in this repository has to provide travis build scripts inside a .travis
folder.
The folder should define 2 scripts:
setup.sh
- invoked duringbefore_install
phasebuild.sh
- invokes duringscript
phase