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

Latest commit

 

History

History
52 lines (33 loc) · 1.24 KB

README.rst

File metadata and controls

52 lines (33 loc) · 1.24 KB

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.