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
Joseph Hall 82e8da1d4a Merge pull request #172 from lexual/develop
AWS Sydney region support. Requires patch for https://issues.apache.org/...
2012-11-28 07:48:38 -08:00
conf Update base config file log_level settings to match the defaults. 2012-11-26 03:39:58 +00:00
doc Merge pull request #169 from techhat/issue138 2012-11-26 13:25:53 -08:00
saltcloud AWS Sydney region support. Requires patch for https://issues.apache.org/jira/browse/LIBCLOUD-264 2012-11-28 22:39:38 +11: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 Merge branch 'develop' of https://github.com/saltstack/salt-cloud into release 2012-11-15 19:20:35 +00: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.