GithubHelp home page GithubHelp logo

dhilipkumars / multiverse Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mesosphere-backup/multiverse

0.0 3.0 0.0 561 KB

Experimental packages not ready to be in mesosphere/universe

License: Apache License 2.0

Shell 8.64% HTML 78.93% PowerShell 2.48% Python 9.95%

multiverse's Introduction

Mesosphere Multiverse Build Status

The DCOS package repository for experimental packages.

Certified packages can be found in the Universe repository. The Mesosphere Universe sets the standard for all services to be added to DCOS and should be the point of reference for all certifications, standards, verification scripts and tests.

Installation

The DCOS CLI does not come pre-configured to use the Multiverse repository.

To install and use the Multiverse:

dcos package repo add Multiverse https://github.com/mesosphere/multiverse/archive/version-2.x.zip

Branches

The default branch for this repository is version-2.x, which reflects the current schema for the Multiverse. In the future, if the format changes significantly, there will be additional branches.

Contributing a Package

Interested in making your package or service available to the world? The instructions below will help you set up a local copy of the Multiverse for development.

Development Set Up

  1. Clone the repo (or you may wish to fork it first):

    git clone https://github.com/mesosphere/multiverse.git /path/to/multiverse
    
  2. You may need to install the jsonschema Python package if you don't have it:

    sudo pip install jsonschema
    
  3. Install pre-commit hook:

    bash /path/to/universe/scripts/install-git-hooks.sh
    
  4. To test in DCOS we need to make the packages available to your cluster. We can do this using topic or feature branches. Once you have committed your changes and pushed them to a topic branch. We can use them within DCOS with:

    dcos package repo add Development http://github/path/to/branch/zip
    

    E.g. assuming the topic branch is named topic-branch:

    dcos package repo add Developement https://github.com/mesosphere/universe/archive/topic-branch.zip
    

The pre-commit hook will run build.sh before allowing you to commit. This script validates your package definitions and regenerates the index file. You may need to git add repo/meta/index.json after running it once before you are able to pass validation and commit your changes.

Whenever you make changes locally, be sure to update the CLI's cache to pick them up:

dcos package update

Merging to Multiverse

Before merging to Multiverse, you must run build.sh to regenerate the package index. If you have installed the pre-commit hook as above, this will be done automatically on commit.

Packages in the Universe are required to pass Mesosphere certification. The certification requirements for the Multiverse repository are less strict, which is preferable for alpha or beta quality packages. Full certification requirements are available from Mesosphere support.

Once your package meets these requirements, please submit a pull request against the version-2.x branch with your changes.

Package Entries

Full documentation on the repository specification is available in the Universe README.

multiverse's People

Contributors

abhay-agarwal avatar adam-mesos avatar andypetrella avatar aquamatthias avatar ashenden avatar benwhitehead avatar brndnmtthws avatar casusbelli avatar connordoyle avatar discordianfish avatar dmitrypekar avatar elingg avatar gkleiman avatar grampelberg avatar jdef avatar joel-hamill avatar jsancio avatar kensipe avatar mgummelt avatar mhausenblas avatar spacejam avatar ssk2 avatar sttts avatar swartzrock avatar tnachen avatar ytolochkevych avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.