visibilityspots / PXL_nomad

Vagrant based setup to have an environment available to deploy a consul nomad instance upon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nomad consul

The aim of this project is to provide a development environment based on consul and nomad to manage container based microservices.

The following steps should make that clear;

bring up the environment by using vagrant which will create centos 7 virtualbox machine or lxc container.

The proved working vagrant providers used on an ArchLinux system are

    $ vagrant up --provider lxc
    OR
    $ vagrant up --provider libvirt
    OR
    $ vagrant up --provider virtualbox

Once it is finished, you should be able to connect to the vagrant environment through SSH and interact with Nomad:

    $ vagrant ssh
    [vagrant@nomad ~]$

About

Vagrant based setup to have an environment available to deploy a consul nomad instance upon

License:MIT License


Languages

Language:Puppet 40.5%Language:Shell 30.7%Language:HCL 28.7%