A small Python 3 utiility to render jinja 2 tempaltes and schedule a Nomad deployment.
Project description
# Nomad Deploy
A Python 3 script that renders Jinja template and schedules a new job on Nomad
## Building
Easy! Run:
python setup.py sdist bdist_wheel && twine upload dist/*
You have to be logged in and have the correct access right to nomad-deploy in pip.
## Installing
Even easier:
pip install nomad-deploy
Now nomad-deploy command is available system-wide.
## Running
After installing nomad-deploy with pip, running it is easy
nomad-deploy –varFile variables.yml template.nomad
Available keys: * –var “FOO=BAR” - set variable value, can be specified more than once to set more variables * –varFile “variables.yml” - load variables from a Yaml file * –render - output resulting template to stdout * –dry - do not run the job, only test if resources can be allocated * –recursive - if you’re using variables in the varFile, you can recursively re-render the template until there are no more substitutions you can make; this will break control statements in template file
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for nomad_deploy-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fb76868377b5b226f8a2c1b136ded4d7d28b5e5a3d335a3b65bc480409e7269 |
|
MD5 | b5f2ef850c1b22446ab460d0f09639a9 |
|
BLAKE2b-256 | b2368ae1a9c4b6454f654ccd7b73c9358ee3b022bedbd6267321d8c03e82fec2 |