Skip to main content

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

nomad-deploy-1.0.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

nomad_deploy-1.0.1-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page