Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here:
Go to file
Thomas S Hatch 8287a9307f Merge pull request #114 from techhat/develop
Oops, left in a random sys.exit(1) from debugging
2012-11-02 09:57:46 -07:00
conf Add Joyent to the example cloud config file 2012-08-13 13:35:17 -06:00
doc Update man pages and add AUTHORS file 2012-10-12 13:29:18 -06:00
saltcloud Oops, left in a random sys.exit(1) from debugging 2012-11-02 10:54:09 -06:00
scripts update to use salt saltcloud.cli 2012-04-29 16:27:20 -06:00
.gitignore add gitignore file 2012-06-23 14:40:42 -06:00
AUTHORS Update man pages and add AUTHORS file 2012-10-12 13:29:18 -06:00
LICENSE salt-cloud is Apachee!! Horray!! 2012-05-19 23:24:53 -06:00
MANIFEST.in Add MANIFEST.in for extra stuff in source tarball 2012-08-13 13:34:54 -06:00
README.rst Making the README not suck 2012-10-24 02:25:44 +00:00
requirements.txt Add PyYAML to requirements 2012-07-12 23:05:44 -06:00
setup.py Have setup.py properly pull in requirements 2012-10-08 23:50:09 +00:00

==========
salt-cloud
==========

Salt Cloud is a tool for provisioning salted minions across various cloud
providers. Currently supported providers are:

Amazon EC2
GoGrid
HP Cloud (using OpenStack)
Joyent
Linode
OpenStack
Rackspace

The salt-cloud command can be used to query configured providers, create VMs on
them, deploy salt-minion on those VMs and destroy them when no longer needed.

Salt Cloud requires Salt to be installed, but does not require any Salt daemons
to be running. However, if used in a salted environment, it is best to run Salt
Cloud on the salt-master, so that it can properly lay down salt keys when it
deploys machines, and then properly remove them later. If Salt Cloud is run in
this manner, minions will automatically be approved by the master; no need to
manually authenticate them later.