Add DC/OS universe for OpenWhisk and orchestration scripts (#2)

* Set up project skeleton
* Add latest universe
* Add script for orchestration
* Update couchdb package to use openwhisk image
* Update accepted resource roles for api-gateway
* Update latest params for controller and invoker
* Update deploy script
* Remove kamon and runtime_manifest from config
* Update universe readme
* Update subprojects
* Update project status in readme
75 files changed
tree: edc7c41027d664b270efa3198fc18e3f7fda54d4
  1. dcos-deploy-script/
  2. dcos-universe/
  3. tools/
  4. .gitignore
  5. .travis.yml
  6. CONTRIBUTING.md
  7. LICENSE.txt
  8. README.md
README.md

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