Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

aquarist-labs/wasser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published