https://github.com/maximeheckel/tutum-machine
https://github.com/maximeheckel/tutum-machine
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maximeheckel/tutum-machine
- Owner: MaximeHeckel
- Created: 2015-11-29T20:03:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-29T20:07:23.000Z (over 9 years ago)
- Last Synced: 2023-05-12T21:01:19.169Z (about 2 years ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#tutum-machine
Experimental project.
Provision Tutum node-clusters with Stackfiles from a single YAML file.##Intructions
(Will likely change soon)
To launch clusters from a YAML file (see example.yml for pattern):
`go run main.go up` will launch a local tutum-machine.yml file
or
`go run main.go --file /path/to/yaml up` will launch the targeted file.
##TODO
- Process Stackfiles
- Handle Taging
- Error handling