bootstrap-vz/bootstrapvz/plugins
Dhananjay Balan 064c4f24bd Add salt plugin
- uses salt bootstrap to install minion code
 - custom grains can be set.
 - option to specify master in the manifest.

e.g manifest (TODO: Add this to doc.)

"salt": {
            "install_source": "git",
            "version": "develop", \\ Only if the source is git
            "master": "", \\ salt master ip or fqdn
            "grains": {
                "custom_grain1": "custom_grain_value1",
                "custom_grain2": "custom_grain_value2",
            }
        }
2014-05-05 00:07:56 +05:30
..
admin_user Properly fix imports and make bootstrapvz work like a package 2014-04-02 21:32:10 +02:00
apt_proxy Fix apt_proxy/ntp/vagrant plugins manifests 2014-04-14 07:11:03 -03:00
chef Moving remaining plugins to bootstrapvz/plugins/ 2014-04-03 19:08:04 -03:00
cloud_init Add ssh_group, which configures SSH properly 2014-05-03 16:13:07 +02:00
image_commands Properly fix imports and make bootstrapvz work like a package 2014-04-02 21:32:10 +02:00
minimize_size Add get_standard_rollback_tasks() 2014-05-03 16:13:49 +02:00
ntp Fix apt_proxy/ntp/vagrant plugins manifests 2014-04-14 07:11:03 -03:00
opennebula PEP8 fixes 2014-04-27 11:05:53 -03:00
prebootstrapped Use string concatenation instead of format() 2014-05-04 13:41:15 +02:00
puppet Add enable_agent option to puppet plugin 2014-05-03 21:50:00 +02:00
root_password Add ssh_group, which configures SSH properly 2014-05-03 16:13:07 +02:00
salt Add salt plugin 2014-05-05 00:07:56 +05:30
unattended_upgrades Properly fix imports and make bootstrapvz work like a package 2014-04-02 21:32:10 +02:00
vagrant Use string concatenation instead of format() 2014-05-04 13:41:15 +02:00
__init__.py Move code into proper package folder 2014-04-02 21:26:13 +02:00