Automating VM creation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{To Do| finish writing up these sections.}} | {{To Do| finish writing up these sections and add more setup files and test/streamline setup files.}} | ||
The below virtual machine setup files are intended to be used to quickly get a base setup for your particular use case. They come in two forms, [https://wiki.openstack.org/wiki/Heat Heat] templates, and [https://cloudinit.readthedocs.io/en/latest/ CloudInit] files. Both use the [https://en.wikipedia.org/wiki/YAML YAML] file format. | The below virtual machine setup files are intended to be used to quickly get a base setup for your particular use case. They come in two forms, [https://wiki.openstack.org/wiki/Heat Heat] templates, and [https://cloudinit.readthedocs.io/en/latest/ CloudInit] files. Both use the [https://en.wikipedia.org/wiki/YAML YAML] file format. | ||
Revision as of 14:58, 21 June 2016
TODO: finish writing up these sections and add more setup files and test/streamline setup files. |
The below virtual machine setup files are intended to be used to quickly get a base setup for your particular use case. They come in two forms, Heat templates, and CloudInit files. Both use the YAML file format.
Using CloudInit YAML Files
Using Heat Templates
Available Setups
Setup | Description | Type | Status | Link |
---|---|---|---|---|
Hadoop+Spark | Creates a Hadoop cluster with Spark configured to run ontop of HDFS and submit jobs using YARN. | Heat Template | Has been used successfully with the ubuntu-server-14.04-amd64 image and the c1-7.5gb-30 flavor at west-cloud. Needs further testing and streamlining. | https://github.com/cgeroux/heat-hadoop-spark |