Code Monkey home page Code Monkey logo

gennaker's People

Contributors

vgheri avatar

Stargazers

 avatar

Watchers

 avatar  avatar

gennaker's Issues

As a user I want to notify the system that a new versioned artifact of a registered deployment is available

Input:

  • Deployment Name
  • Docker image tag
  • Release values e.g. [{"key": "value"}, {"key": "value"}...]

Behaviour:

  1. The system checks the deployment exists. If not, HTTP 400 Invalid Deployment
  2. The system reads the pipeline related to the deployment to retrieve root namespace(s).
  3. The system issues a helm InstallOrUpgrade command on each namespace
  4. The system starts the helm command and returns HTTP 200 to the client as soon as helm command returns.

Output:
-HTTP 200 Release started.

Define gennaker.yml format

The gennaker.yml file contains the deployment pipeline as code.
Once parsed, it should be a valid deployment pipeline used by the engine to know what to do upon a deploy command is received.

As a user I want to create a deployment

Input:

  • chart name
  • chart repository url

Behaviour:
The system should retrieve the chart, access the gennaker.yml file, parse it, build the deployment pipeline and populate the db.

Output:

  • 200 OK and the deployment ID
    OR
  • 4xx/5xx error if any

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.