hyperion creates a Cloud environment :
- Identical machine images creation is performed using Packer
- Orchestrated provisioning is performed using Terraform
- Applications managment is performed using Nomad
Initialize environment:
$ make init
Read guides to creates the machine for a cloud provider :
Read guides to creates the infrastructure :
-
Start Nomad on the nodes, specifying the address of eth0 to bind to.
$ sudo nomad agent -config server.hcl -bind=10.33.23.4
-
Join the nodes, from one of the nodes, connect to the others :
$ nomad server-join -address http://$SERVER:4646 $MYADDRESS
See CONTRIBUTING.
See LICENSE for the complete license.
A changelog is available
Nicolas Lamirault [email protected]