stephencsmall / nomad-formula

Saltstack formula for Nomad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nomad-formula

A saltstack formula created to setup Hashicorp's Nomad on a single machine or in a machine cluster.

.. notes::

    It is mandatory to have Go installed on a machine that will build Nomad.
    Nomad must run as root for it to be able to use all execution drivers.

https://travis-ci.org/saltstack-formulas/nomad-formula.svg?branch=master

Available states

The essential Nomad state running both install and config.

Install the Nomad package from source, and register the appropriate service definition with systemd.

This state can be called independently.

Deploy the configuration files required to run the service, and enable the service if configured to do so.

Configuration is done through the nomad pillar.

This state can be called independently.

Remove the service, binaries, and configuration files. The data itself will be kept and needs to be removed manually, just to be on the safe side.

This is state must always be called independently.

About

Saltstack formula for Nomad

License:Other


Languages

Language:SaltStack 57.3%Language:Python 21.3%Language:HTML 11.2%Language:Ruby 9.4%Language:HCL 0.8%