Nitin Madhok
99bc6c9a49
Add some more examples for extra_config to documentation
2015-04-06 18:04:53 -04:00
Nitin Madhok
a659a39f18
Add some more examples for extra_config to documentation
2015-04-06 18:00:02 -04:00
Nitin Madhok
3746d37293
Adding ability to vmware cloud create() so extra_config can be specified.
2015-04-06 17:52:47 -04:00
Mike Place
a19340de40
Merge pull request #22355 from whiteinge/caller-cmd
...
Added a `cmd` method to the Caller() class for consistency with *Clients
2015-04-06 11:26:11 -06:00
Joseph Hall
53ee793942
Merge pull request #22373 from nmadhok/vmware-cloud-driver
...
Vmware cloud driver refactors
2015-04-06 09:08:44 -06:00
Luca Corti
b574cc45ec
Merge branch 'develop' of https://github.com/saltstack/salt into develop
2015-04-06 00:30:42 +02:00
Nitin Madhok
e106574d24
Doc changes and enhancements
2015-04-05 16:46:48 -04:00
Joseph Hall
9f2ada4bec
Merge pull request #22363 from nmadhok/vmware-driver
...
Adding functionality to create() in vmware cloud driver to be able to add/reconfigure network adapters
2015-04-05 08:32:42 -06:00
Luca Corti
3aa4b3bfe6
Add recursive database owner change to postgres module/state
...
Add recursive owner change to postgres.db_alter and expose it via
postgres_database.present parameter.
`owner_recurse` defaults to false to avoid breaking compatibility, but
could arguably be a sane default.
2015-04-05 09:31:53 +02:00
Nitin Madhok
c68a7cb2db
Grammar correction in sentence
2015-04-04 17:49:44 -04:00
Nitin Madhok
4b7ac72352
Adding versionadded to docs and author
2015-04-04 17:25:27 -04:00
Nitin Madhok
28fa708cbb
Adding docs to be able to specify network adapter settings
2015-04-04 17:04:07 -04:00
Seth House
786c598f06
Added a cmd
method to the Caller() class for consistency with *Clients
...
This adds a new method to the Caller() class which is intended for use
from the Python API. The existing CLI behavior is untouched.
Whether to use `Caller().function()` or `Caller().sminion.functions`
causes the occasional confusion. Also using `function` parses args and
kwargs in a way intended for use from the CLI (I think) which can cause
unexpected behavior at the Python level.
2015-04-03 20:26:59 -06:00
Justin Findlay
6ae9fe6dff
Merge pull request #22348 from cachedout/document_core_opts
...
Document many core opts
2015-04-03 18:34:38 -06:00
Mike Place
3bc74501e4
Document many core opts
...
Although these are documented in other places, we need somewhere that we
can store more in-depth, interface-specific information about various options.
This way, we can make implementation-specific comments which would not be approrpiate
for user configuration files.
2015-04-03 17:17:06 -06:00
Nitin Madhok
4203c1e349
Adding functionality to create to be able to add/reconfigure hard disks
2015-04-03 16:03:52 -04:00
Seth House
4cb33c92d6
Added autodoc generated pages for the new modules types
2015-04-03 12:45:49 -06:00
Seth House
ef3893d4de
Updated module index pages for each of the module types
2015-04-03 12:39:13 -06:00
rallytime
5cd2db23eb
Update sidebar and releasecandidate docs for rc2
2015-04-02 16:42:01 -06:00
jfindlay
d9369b1be7
Merge pull request #22262 from basepi/merge-forward-develop
...
Merge forward from 2015.2 to develop
2015-04-02 08:36:06 -06:00
Joseph Hall
ba3f6bc32c
Merge pull request #22258 from nmadhok/vmware-cloud-driver
...
Creating vmware cloud driver
2015-04-02 07:31:50 -06:00
Nitin Madhok
5a5f394eba
Forgot to remove trailing spaces
2015-04-02 06:56:49 -04:00
Nitin Madhok
2a7c23ec83
Fixing lint and formatting docs
2015-04-02 06:28:32 -04:00
Colton Myers
0b7ac988cc
Merge remote-tracking branch 'upstream/2015.2' into merge-forward-develop
...
Conflicts:
.pylintrc
salt/beacons/service.py
salt/beacons/sh.py
salt/modules/cassandra_cql.py
salt/returners/cassandra_cql_return.py
2015-04-01 14:22:33 -06:00
Nitin Madhok
1e2a8c1a36
Adding more options that can be specified in create and docs for them
2015-04-01 14:42:58 -04:00
Nitin Madhok
4d6ac06947
Adding ability to specify and override the default vCPUS and memory
2015-04-01 05:54:52 -04:00
Thomas S Hatch
d2e4ac840d
Merge pull request #22212 from ckochenower/2015.2
...
Add detail for writing a returner
2015-03-31 15:15:52 -06:00
Corin Kochenower
f44e25715a
Add detail for writing a returner
2015-03-31 13:59:11 -06:00
Nitin Madhok
50f96bc389
Doc fixes
2015-03-31 14:25:53 -04:00
Nitin Madhok
bfa4ef77e2
Merge branch 'develop' of https://github.com/saltstack/salt into vmware-cloud-driver
2015-03-31 12:56:19 -04:00
Nitin Madhok
931ece7d20
Fixing some spninx errors and violations
2015-03-31 12:54:32 -04:00
Nitin Madhok
3fa499fd1d
Adding Getting Started with VMware docs
2015-03-31 12:06:20 -04:00
Clint Armstrong
51b32b860b
remove x509 runner docs
2015-03-31 11:31:49 -04:00
Clint Armstrong
2fd9cf70be
Merge branch 'develop' into x509
2015-03-31 11:29:46 -04:00
Nitin Madhok
3d501b7a66
Docs fixes and adding VMware to core config docs
2015-03-31 11:23:36 -04:00
Nicole Thomas
44c7eb4d4b
Merge pull request #22169 from basepi/merge-forward-develop
...
Merge forward from 2015.2 to develop
2015-03-31 09:21:36 -06:00
Justin Findlay
f50949e209
revise unit test documentation
2015-03-31 00:40:05 -06:00
Colton Myers
124ad51c40
Merge remote-tracking branch 'upstream/2015.2' into merge-forward-develop
...
Conflicts:
doc/ref/index.rst
doc/topics/eauth/index.rst
salt/beacons/__init__.py
salt/beacons/service.py
salt/loader.py
salt/minion.py
salt/output/nested.py
2015-03-30 15:10:17 -06:00
John Syrinek
663b19e5b7
Improves example illustrating SLS-to-Python mapping
2015-03-30 14:04:05 -05:00
Nitin Madhok
3143a54817
Excluding get_configured_provider() and script() from sphinx
2015-03-30 14:22:23 -04:00
Mike Place
4538ea629f
Merge pull request #22057 from jfindlay/opts_prefix
...
remove default prefix of '-' in archive.tar and archive.cmd_unzip
2015-03-30 10:45:11 -06:00
Mike Place
27465e0f0f
Merge pull request #22129 from terminalmage/docker-ng
...
Add docker-ng module
2015-03-30 10:37:45 -06:00
Mike Place
adb8d5c718
Merge pull request #22054 from jfindlay/log_color
...
convert custom LogRecord attribute formatting from {}- to %-style
2015-03-30 10:37:18 -06:00
Mike Place
696065a037
Merge pull request #22133 from eliasp/develop-pilar_ldap-map-support
...
Implement 'map' mode in LDAP pillar module
2015-03-30 10:08:10 -06:00
Mike Place
98bc85a399
Merge pull request #22123 from F30/autodoc-fix
...
Fix custom Sphinx formatter for aliased functions
2015-03-30 10:05:20 -06:00
Nitin Madhok
031a78b86d
Adding script function to this driver and adding this driver to clouds docs
2015-03-29 23:32:34 -04:00
Elias Probst
c00c14f2be
Initial documentation improvements for pillar.pillar_ldap
2015-03-30 01:58:54 +02:00
Erik Johnson
2e823b84e8
Add docker-ng module
2015-03-29 12:32:07 -05:00
Erik Johnson
f7e6523461
Add dockerng execution module docs to toctree
2015-03-29 12:32:07 -05:00
Erik Johnson
6846d3e01b
Update the exclude-members for lxc module
2015-03-29 12:32:07 -05:00