Git Product home page Git Product logo

wasser's Introduction

wasser

Use case with openstack:

  1. Make sure you have openstack clouds config defined

  2. pip install git+https://github.com/aquarist-labs/wasser

  3. wa run path-to-workflow-config.yaml

Wasser Config Files

Example

routines:
  Routine1:
    steps:
      - hostname -f

openstack:
  flavor: s1-8
  image: Ubuntu 20.10
  keyfile: ~/.ssh/id_rsa
  keyname: default
  username: ubuntu

Config file load order:

  • ~/.wasser/config.yaml
  • .wasser.yaml
  • run argument

wasser's People

Contributors

kshtsk avatar

Watchers

 avatar  avatar  avatar

Forkers

tserong kshtsk

wasser's Issues

support always run step

it is needed to have a possibility to always run a step in routine and also make it ignore non zero exit code.

add wasser cascade config mechanism

In order to isolate default config, for example default config for specific openstack region, like 'network', 'floating' network, cloud name, flavour, as well as keyname, to allow user tweak according to their requirements

workflow/routine: add multiple nodes setups

At the moment wasser only creates a single node cluster before running workflow.
It would be great if it could create multiple nodes, and allow user to run steps on any of it via labels.

Improve testing documentation

It's a bit challenging to track down how and where the tests are running. Adding a quick-start type of document (and correcting URLs to ceph-ci-suse.de) would help others monitor jobs and lower the bar for contributions.

feature: add multi server support

If no machines specified their is created only one server where routine is executed, each routine is supposed to have own server created. However some routines may have several server defined, so they can be created allocated in parallel or sequentially at very beginning of the routine execution.

add workflow support

by default we have a dictionary of routines, which are supposed to be executed in promiscuous way
workflows should allow to define order or parallel execution of routines

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.