Apache OpenWhisk deployment scripts and configuration files for running under Apache Mesos.

Clone this repo:

Branches

  1. 341f6ef Add DC/OS universe for OpenWhisk and orchestration scripts (#2) by Duy Nguyen · 6 years ago master
  2. 8bf5f58 Create LICENSE.txt by ddragosd · 7 years ago

OpenWhisk Deployment for Mesos

License Build Status

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.

Subprojects

  • 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.

Travis builds

Each tool in this repository has to provide travis build scripts inside a .travis folder. The folder should define 2 scripts:

  • setup.sh - invoked during before_install phase
  • build.sh - invokes during script phase