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
2013-02-20 17:24:07 -07:00
conf Make the default cloud config file more readable 2013-02-20 10:12:21 -07:00
debian recommend botocore for issue #303 2013-02-16 07:48:03 -08:00
doc Update copyright date in doc/conf.py 2013-02-20 09:57:59 -07:00
pkg/rpm initial salt-cloud.spec 2013-02-20 17:24:07 -07:00
saltcloud Merge pull request #354 from techhat/ec2 2013-02-20 14:22:33 -08: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
.pylintrc Add several more names which should be considered valid names. 2013-01-31 09:02:23 +00:00
AUTHORS Adding Sean Channel to AUTHORS file 2013-02-20 10:03:03 -07:00
LICENSE Updating LICENSE file 2013-02-20 09:54:33 -07:00
MANIFEST.in Add MANIFEST.in for extra stuff in source tarball 2012-08-13 13:34:54 -06:00
README.rst Update Salt Cloud header in README 2013-02-20 10:50:59 -07:00
requirements.txt Remove botocore from the requirements file. 2013-02-16 19:44:07 +00:00
setup.py Unify setuptools logic in setup.py with the other Salt Stack projects. 2013-01-29 16:19:19 +00:00

==========
Salt Cloud
==========

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

.. code-block:: yaml

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

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.