# openwhisk-deploy-mesos **Repository Path**: mirrors_apache/openwhisk-deploy-mesos ## Basic Information - **Project Name**: openwhisk-deploy-mesos - **Description**: Apache OpenWhisk deployment scripts and configuration files for running under Apache Mesos. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2025-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenWhisk Deployment for Mesos [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0) [![Build Status](https://travis-ci.org/apache/incubator-openwhisk-deploy-mesos.svg?branch=master)](https://travis-ci.org/apache/incubator-openwhisk-deploy-mesos) > Status: This module is under active development and is provided as-is for testing. This repository is part of [Apache OpenWhisk](http://openwhisk.incubator.apache.org/) and can be used to deploy OpenWhisk to a Mesos cluster. ## Subprojects * [dcos-universe](dcos-universe/README.md) contains the source for building OpenWhisk packages in a DC/OS Universe. * [dcos-deploy-script](dcos-deploy-script/README.md) 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