Andreas Lutro
e8625c9be4
show the use of "name" and "kwarg" in examples
2016-04-20 19:23:40 +02:00
Shammah Chancellor
6b7eed3c1c
Make example top file match templated version
...
Currently the example top file under "Matching Grains in the Top File" has
node_type grains whose values do not match the names of the states which
they specify. (e.g. the `webserver` node_type specifies the `web` state).
Later these values are templated using jinja templates as if they are identical.
This commit adjusts the values in the example to be identical, so that the
template example follows naturally.
2016-04-19 22:21:47 -07:00
Nitin Madhok
44765bc785
Update intro_scale.rst
2016-04-19 11:41:05 -06:00
Colton Myers
3ec9502a86
Update "Low Hanging Fruit" to "Help Wanted" ( #32675 )
2016-04-19 07:03:46 -06:00
Mike Place
77bea56b68
Additional documentation on calling exec modules from templates ( #32657 )
...
Refs #32612
2016-04-18 12:16:00 -06:00
Nicole Thomas
992c70dc6a
Update the minion.rst file with the new pub_ret option ( #32654 )
...
Also added the loop_interval docs to minion.rst and corrected
the default documented (this value is 1 second for the minion
schedule maintenance process, not 60 seconds - the master is 60).
2016-04-18 10:51:01 -06:00
Javier Bértoli
9cae281a3d
varstack as master top ( #32572 )
...
* Add varstack as a master tops provider
* File modes
* Add ref/tops/all/salt.tops.varstack.rst
* Linting
* Linting
* Remove unused variable
* More linting
* PEP8 compliance
2016-04-18 08:58:53 -06:00
Nicole Thomas
9942ea9319
[develop] Merge forward from 2016.3 to develop ( #32636 )
...
* Ensure rh_service not used on CloudLinux 7
Add CloudLinux to RHEL-derived distros excluded from rh_service use in osrelease >= 7
* Fix binary search and replace (#32542 )
* Don't return None from eval_master (#32555 )
Raise an exception instead. Because eval master if returns should return
a tuple.
* redact passwords and hashes from user.present updates
Fixes #32381
* Better log message on minion restart if master couldn't be reached. (#32576 )
* Revert PR #32480 and apply #32314 with fixes / documentation (#32558 )
* Revert "Fix loop in maint.flo"
This reverts commit 5196cd6a6e5db3c7b1a47b1740881bbd3e87ea3d.
* Revert "Clear VCS fsbackend and git_pillar locks on master start"
This reverts commit 7e3caa9bae1ac4de62db9924374e35a8b826937e.
* Revert "Add functions to remove VCS fsbackend update locks and git_pillar update/checkout locks"
This reverts commit 4c2db32419022501eae2a695ec488693e043d189.
* prevent eternal gitfs lock due to process crash
* Use salt.utils.fopen() instead of open()
* Make pid locking work for more than just gitfs
Also, make logging more descriptive, to aid in troubleshooting.
* Add git_pillar_global_lock config option default value
* Document proper usage of {gitfs,git_pillar}_global_lock
* Fix comments value in salt.states.pkgrepo example (#32604 )
'comments' option adds '#' automatically. Example contains `#http://mirror.centos.org/centos/$releasever/os/$basearch/ ` string which becomes prefixed with '##' in generated file.
* alphabetize directories for dynamic modules (#32599 )
Also add engines and proxy minions to the list.
* Expand on the open-source vs open-core FAQ
* Language clarification.
* Fix some mistakes in the salt-ssh thin shell script (#32583 )
* [[ is bash, not compatible with /bin/sh
* check if python command exists before calling it
* Deprecate 'user' and 'group' in state cmd (#32613 )
* Remove unused 'group' argument
* Fix unit testing of cmd.mod_run_check without group arg
* Deprecate 'user/group' in cmd.run
* Deprecate 'user'/'group' in cmd.script
* Deprecate 'user' in cmd.wait
* Deprecate 'user'/'group' in cmd.wait_script
* Fix mod_run_check without 'group'
* Push deprecation back one release
* Fix mac_service and mac_system modules (#32587 )
* Fix mac_service module
* Add integration tests for new functions
* Start will not enable the service beforehand
* Remove unused variables
2016-04-18 08:40:20 -06:00
Erik Johnson
aa9c458346
Add json5 renderer ( #32635 )
...
* Add JSON5 renderer
* Add documentation RST files for json5 renderer
2016-04-16 12:37:42 -06:00
rallytime
bbec183474
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- salt/minion.py
- salt/states/user.py
2016-04-15 13:58:50 -06:00
C. R. Oldham
4242bc7399
Language clarification.
2016-04-15 12:20:56 -06:00
C. R. Oldham
965e3bc1d1
Expand on the open-source vs open-core FAQ
2016-04-15 12:20:56 -06:00
Thomas S Hatch
22c6895d63
Thormods ( #32600 )
...
* add basic runner caller to thorium
* add basic wheel module
* only start the reactor if it is configured and add it correctly to the engines
* fix lint and a syntax error I forget to get into the PR
* add break to speed things up a bit
* bah! whitespace!
2016-04-15 12:07:05 -06:00
Daniel Wallace
0b370d67b4
alphabetize directories for dynamic modules ( #32599 )
...
Also add engines and proxy minions to the list.
2016-04-15 08:58:19 -06:00
Jacob Hammons
517cdf7680
This module is making a call that is breaking the doc build, removing until I can figure it out.
2016-04-14 16:23:15 -06:00
Jacob Hammons
2c74ac1f04
Refreshes the doc module list
2016-04-14 15:28:18 -06:00
Erik Johnson
ab9da90ced
Revert PR #32480 and apply #32314 with fixes / documentation ( #32558 )
...
* Revert "Fix loop in maint.flo"
This reverts commit 5196cd6a6e5db3c7b1a47b1740881bbd3e87ea3d.
* Revert "Clear VCS fsbackend and git_pillar locks on master start"
This reverts commit 7e3caa9bae1ac4de62db9924374e35a8b826937e.
* Revert "Add functions to remove VCS fsbackend update locks and git_pillar update/checkout locks"
This reverts commit 4c2db32419022501eae2a695ec488693e043d189.
* prevent eternal gitfs lock due to process crash
* Use salt.utils.fopen() instead of open()
* Make pid locking work for more than just gitfs
Also, make logging more descriptive, to aid in troubleshooting.
* Add git_pillar_global_lock config option default value
* Document proper usage of {gitfs,git_pillar}_global_lock
2016-04-14 10:36:59 -06:00
Felix Hummel
6d38518560
mention /etc/salt/minion_id in docs explicitly ( #32573 )
...
This file is essential if one needs to change a minion's ID. Showing the
full path to the file makes it easier searching for it, e.g. Google::
http://blog.mindfab.net/2013/11/salt-changing-minions-hostname.html
2016-04-14 10:36:28 -06:00
Nicole Thomas
78bd479d6e
Merge pull request #32547 from cro/opencorefaq
...
Expand on the open-source vs open-core FAQ
2016-04-14 09:50:26 -06:00
rallytime
efe3ec82da
Merge branch '2016.3' into 'develop'
...
Conflicts:
- doc/ref/configuration/master.rst
- salt/modules/glusterfs.py
- salt/modules/service.py
- tests/unit/modules/glusterfs_test.py
2016-04-13 16:10:33 -06:00
C. R. Oldham
5ce07fc1c6
Language clarification.
2016-04-13 15:13:37 -06:00
Thomas S Hatch
c8facc5dae
these are no longer loaded by the loader and proved to be ( #32548 )
...
more trouble that they were worth.
2016-04-13 12:55:54 -06:00
C. R. Oldham
8c88229aba
Expand on the open-source vs open-core FAQ
2016-04-13 11:16:26 -06:00
rallytime
b77993d9a1
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- doc/ref/configuration/minion.rst
- doc/topics/targeting/grains.rst
- salt/crypt.py
- salt/scripts.py
- salt/states/dockerng.py
- salt/states/pkg.py
2016-04-13 09:42:54 -06:00
rallytime
fbaeb165c9
Merge branch '2015.5' into merge-2015.8
...
No conflicts.
2016-04-13 09:07:39 -06:00
rallytime
46a4e8a310
Remove merge conflict line
2016-04-13 09:05:31 -06:00
Andrew Pashkin
e0d947c707
Document "grains" setting in the minion configuration reference
2016-04-13 08:56:05 -06:00
Andrew Pashkin
e9da85ba91
Fix YAML-block in "Organizing Pillar data" part of "Salt Formulas" docs page ( #32527 )
2016-04-13 08:06:19 -06:00
Andrew Pashkin
bb4d47dc93
Document "grains" setting in the minion configuration reference ( #32528 )
2016-04-13 08:01:57 -06:00
Thomas S Hatch
829f1b0d58
Fix rendering error with thorium docs
2016-04-12 13:58:12 -06:00
Archie
fd6dd86fae
Small typo fix ( #32498 )
2016-04-12 08:14:44 -06:00
Nicole Thomas
216d9fdc9a
[develop] Merge forward from 2016.3 to develop ( #32494 )
...
* fix sorting by latest version when called with an attribute
* remove reference to master_alive_check
* Fixes saltstack/salt#28262
* Resolve memory leak in authentication
* outputter virt_list does not exist anymore
* Update proxmox documentation
* Fix documentation on boto_asg and boto_elb modules and states
* modules.win_timezone: don't list all zones in debug log
* Correcty index glusterfs bricks
Fixes issue #32311
* Cleaner deprecation process with decorators
* Add deprecation decorator scaffold
* Capture type error and unhandled exceptions while function calls
* Aware of the current and future version of deprecation
* Implement initially is_deprecated decorator
* Add an alias for the capitalization
* Fix capitalization easier way
* Remove an extra line
* Add successor name to the deprecation decorator.
* Granulate logging and error messages.
* Implement function swapper
* Raise later the caught exception
* Clarify exception message
* Save function original name
* Remove an extra line
* Hide an alternative hidden function name in the error message, preserving the error itself
* Rename variable as private
* Add a method to detect if a function is using its previous version
* Message to the log and/or raise an exception accordingly to the status of used function
* Log an error along with the exception
* Add internal method documentation
* Add documentation and usage process for decorator "is_deprecated"
* Add documentation and process usage for the decorator "with_deprecated"
* Hide private method name
* Fix PEP8, re-word the error message
* Deprecate basic uptime function
* Add initial decorator unit test
* Rename old/new functions, mock versions
* Move frequent data to the test setup
* Add logging on EOL exception
* Rename and document high to low version test on is_deprecated
* Implement a test on low to high version of is_deprecated decorator
* Add a correction to the test description
* Remove a dead code
* Implement a test for high to low version on is_deprecated, using with_successor param
* Correct typso adn mistaeks
* Implement high to low version with successor param on is_deprecated
* Setup a virtual name for the module
* Implement test for with_deprecated should raise an exception if same deprecated function not found
* Implement test for with_deprecated an old function is picked up if configured
* Correct test description purpose
* Implement test with_deprecated when no deprecation is requested
* Add logging test to the configured deprecation request
* Add logging testing when deprecated version wasn't requested
* Implement test EOL for with_deprecated decorator
* Correct test explanation
* Rename the test
* Implement with_deprecated no EOL, deprecated other function name
* Implement with_deprecated, deprecated other function name, EOL reached
* Add test description for the with_deprecated + with_name + EOL
* Fix confusing test names
* Add logging test to the is_deprecated decorator when function as not found.
* Add more test point to each test, remove empty lines
* Bugfix: at certain conditions a wrong alias name is reported to the log
* Fix a typo in a comment
* Add test for the logging
* Disable a pylint: None will _never_ be raised
* Fix test for the deprecated "status.uptime" version
* Bugfix: Do not yank raised exceptions
* Remove unnecessary decorator
* Add test for the new uptime
* Add test for the new uptime fails when /proc/uptime does not exists
* Rename old test case
* Skip test for the UTC time, unless freeze time is used.
* Fix pylint
* Fix documentation
* Bugfix: proxy-pass the docstring of the decorated function
* Lint fix
* Fixes saltstack/salt#28262 for 2015.5 branch
* Update master config docs
* Improve git_pillar documentation/logging
* Add note about different behavior of top file in git_pillar
* Make log entry for a missing pillar SLS file more accurate for git_pillar
* FreeBSD supports packages in format java/openjdk7 so the prior commit broke that functionality. Check freebsd/pkg#1409 for more info.
* FreeBSD supports packages in format java/openjdk7 so the prior commit broke that functionality. Check freebsd/pkg#1409 for more info.
* Update glusterfs_test to be inline with #32312
* Fix salt-cloud paralell provisioning
Closes #31632
* Ignore Raspbian in service.py __virtual__ (#32421 )
* Ignore Raspbian in service.py __virtual__
This prevents more than one execution module from trying to load as the
service virtual module.
Refs: #32413
* pack __salt__ before loading provider overrides
We can (and should) pack here since we're just packing a reference to the
object. __salt__ needs to be available when we're loading our provider
overrides
* Fix broken __salt__ dict in provider override
Using ret.items() here sets ``__salt__`` to its items (tuple containing
function name and reference), breaking usage of ``__salt__`` inside
overridden functions.
* Merge #32293 with test fixes (#32418 )
* Fix issue #11497
* Remove check for working directory presence in tests
* Fix Domainname introspection
Default value needs to be extracted from the container itself,
because dockerd set Domainname value when network_mode=host.
* Add pgjsonb_queue to queue doc index
* Pylint fixes
* Pass parser options into batch mode
Resolves #31738
* Changed the target file in file.symlink test (#32443 )
* Argument name in docs should match actual arg name (#32445 )
Fixes #31851
* tests.integration: bypass MacOS TMPDIR, gettempdir (#32447 )
Updates 0edd532
, 8f558a5
.
When logging in as root over `ssh root@host`, `$TMPDIR` and
`tempfile.gettempdir()` are both set to a variation of:
```
/private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/
```
When logging in as root over `sudo -i`, `$TMPDIR` is unset and
`tempfile.gettempdir()` is set to `/tmp`.
My guess is that the second case is an unintended or uncorrected omision
by Apple as they have introduced the longer, randomized temp path in a
recent version of MacOS.
* Issue #28706 : Fix state user.present behavior. (#32448 )
- As mentionned in issue #28706 , state user.present no longer remove
user from groups if the keyword 'groups' with empty value '[]' is not
explicitly set, salt will assume current groups are still wanted.
* tests.integration: fix 4230c8a
* Move the tables of virtual modules to individual documentation pages
* Add new doc pages to toctree
* Add external ref to windows package manager docs
* Improve docstrings
* Add documentation on virtual module provider overrides to the module docs
* Clarify the scope of the provider param in states.
* Add link to provider override docs to all package providers
* Add link to provider override docs to all service providers
* Add link to provider override docs to all user providers
* dd link to provider override docs to all shadow providers
* Add link to provider override docs to all group providers
* Backport 31164 and 31364 (#32474 )
* Don't send REQ while another one is waiting for response.
The message has to be removed from the queue the only *after* it's
already processed to don't confuse send() functionality that expects
empty queue means: there's no active sendings.
* Fixed zeromq ReqMessageClient destroy
* Add link to provider override docs to opkg.py
This is a companion to https://github.com/saltstack/salt/pull/32458 , but
this module was not added until the 2016.3 branch, so the documentation
is being updated there for this module.
* Add documentation for some master/minion configs (#32454 )
Refs #32400
Adds docs for:
- cli_summary
- event_return_queue
- event_return_whitelist
- event_return_blacklist
- file_recv_max_size
- fileserver_followsymlinks
- fileserver_ignoresymlinks
- fileserver_limit_traversal
* Automatically detect correct MySQL password column for 5.7 and fix setting passwords (#32440 )
* Automatically detect MySQL password column
* Fix changing password in MySQL 5.7
* Fix lint test
* Fix unit tests (?)
They will still fail if "authentication_string" is legitimately the right column name, but I don't know what to do about that.
* Additional unit test fix
* Only unsub if we have a jid
Closes #32479
2016-04-11 17:07:15 -06:00
Nicole Thomas
e335e313fe
Merge pull request #32487 from terminalmage/epoch-documentation
...
Add explanation of nonzero epoch requirement to pkg.installed state documentation
2016-04-11 14:48:57 -06:00
rallytime
4f03f2311f
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- salt/cli/salt.py
- salt/modules/win_pkg.py
- salt/transport/tcp.py
2016-04-11 14:33:21 -06:00
Erik Johnson
e04cf879b6
Document new behavior of pkg.installed for yum/dnf packages with non-zero epoch
2016-04-11 14:42:23 -05:00
rallytime
1b04f0ddec
Merge branch '2015.5' into '2015.8'
...
Conflicts:
- doc/ref/configuration/minion.rst
- doc/ref/modules/all/index.rst
- doc/ref/modules/index.rst
- salt/modules/systemd.py
- salt/modules/zypper.py
2016-04-11 11:33:08 -06:00
Nicole Thomas
29333e533e
Add documentation for some master/minion configs ( #32454 )
...
Refs #32400
Adds docs for:
- cli_summary
- event_return_queue
- event_return_whitelist
- event_return_blacklist
- file_recv_max_size
- fileserver_followsymlinks
- fileserver_ignoresymlinks
- fileserver_limit_traversal
2016-04-11 10:49:52 -06:00
kaihowl
b465d54a76
Fix broken links in topics/development/contributing.rst
2016-04-09 19:09:17 +02:00
Erik Johnson
f9306347cc
Clarify the scope of the provider param in states.
2016-04-08 22:05:36 -05:00
Erik Johnson
af24c82ab0
Add documentation on virtual module provider overrides to the module docs
2016-04-08 22:01:14 -05:00
Erik Johnson
1948920674
Add external ref to windows package manager docs
2016-04-08 22:00:06 -05:00
Erik Johnson
e7fa21438c
Add new doc pages to toctree
2016-04-08 21:59:21 -05:00
Erik Johnson
f0de1236ec
Move the tables of virtual modules to individual documentation pages
2016-04-08 21:58:11 -05:00
Nicole Thomas
8d44aa3f08
Merge pull request #32429 from rallytime/merge-2016.3
...
[2016.3] Merge forward from 2015.8 to 2016.3
2016-04-08 10:56:12 -06:00
rallytime
7f8eb751a0
Merge branch '2016.3' into 'develop'
...
Conflicts:
- salt/cli/daemons.py
- salt/modules/win_servermanager.py
- tests/unit/modules/win_servermanager_test.py
2016-04-08 10:09:03 -06:00
rallytime
1fa7c021b3
Add pgjsonb_queue to queue doc index
2016-04-08 09:08:17 -06:00
rallytime
59b804d230
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- salt/modules/pkgng.py
- salt/modules/status.py
- salt/states/boto_asg.py
- salt/states/boto_elb.py
2016-04-07 16:28:59 -06:00
rallytime
9531ea6ef5
Merge branch '2015.5' into '2015.8'
...
Conflicts:
- doc/topics/highavailability/index.rst
- salt/loader.py
- salt/modules/service.py
- salt/states/cmd.py
- tests/unit/states/cmd_test.py
2016-04-07 16:10:32 -06:00
Justin Findlay
b27ccc424b
update release candidate testing doc ( #32414 )
2016-04-07 09:41:46 -06:00
Erik Johnson
709410ada3
Improve git_pillar documentation/logging
...
* Add note about different behavior of top file in git_pillar
* Make log entry for a missing pillar SLS file more accurate for git_pillar
2016-04-07 09:10:53 -06:00
Nicole Thomas
c53efc3349
Update master config docs
2016-04-07 09:10:19 -06:00
rallytime
f31f26b5ed
Change some config defaults in the Carbon release
2016-04-06 15:38:51 -06:00
Mike Place
3f03c5fcf9
Merge pull request #32374 from cachedout/issue_32066
...
Update proxmox documentation
2016-04-05 16:25:16 -06:00
Mike Place
62389d1d1a
Update proxmox documentation
2016-04-05 16:24:26 -06:00
rallytime
760f479424
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- salt/cli/daemons.py
- salt/config/__init__.py
- salt/scripts.py
- salt/state.py
- tests/unit/config/config_test.py
2016-04-05 15:09:27 -06:00
C. R. Oldham
3bbe284d89
Remove 'experimental' warning from SDB docs.
2016-04-05 09:42:34 -06:00
Ch3LL
2774da288d
remove reference to master_alive_check
2016-04-04 13:49:33 -06:00
rallytime
d7b4b8b081
Merge branch '2015.5' into '2015.8'
...
Conflicts:
- doc/ref/configuration/master.rst
- doc/ref/configuration/minion.rst
- salt/config.py
2016-04-04 12:36:14 -06:00
Mike Place
9065201761
Merge pull request #32316 from vutny/update-bootstrap-tutorial
...
Update Salt Bootstrap tutorial
2016-04-04 11:18:12 -06:00
Benjamin Drung
a7db152333
Fix typo dont -> don't
2016-04-04 14:56:29 +02:00
Benjamin Drung
d4c037301b
Fix typo missmatch -> mismatch
2016-04-04 14:54:54 +02:00
Benjamin Drung
0f2c779b90
Fix typo fucntion -> function
2016-04-04 14:47:12 +02:00
Benjamin Drung
301e78b5be
Fix typo vaules -> values
2016-04-04 14:28:35 +02:00
Benjamin Drung
8cada9573f
Fix typos of retrieve
2016-04-04 14:27:41 +02:00
Benjamin Drung
b484d6f9c9
Fix typo directorys -> directories
2016-04-04 14:20:39 +02:00
Denys Havrysh
b9698f015d
Update Salt Bootstrap tutorial
2016-04-02 17:06:44 +03:00
twangboy
c971a3b054
Add documentation for disabled the winrepos
2016-04-01 14:18:31 -06:00
rallytime
eb6773823b
Merge branch '2016.3' into 'develop'
...
Conflicts:
- salt/modules/rh_service.py
2016-04-01 10:33:44 -06:00
Andreas Lutro
1d50edd8e9
add versionadded
2016-04-01 18:18:54 +02:00
rallytime
7e642b8381
Audit config.py default types and values - first sweep
...
- Updated standard types in VALID_OPTS dict where necessary
- Updated default values to match VALID_OPTS in DEFAULT_*_OPTS dicts
- Updated master/minion configuration reference docs to match changes
- Removed enumerate_proxy_minions value as it's not referenced anywhere in code
2016-03-31 13:50:51 -06:00
Andreas Lutro
7e620d5ee1
add documentation for --batch-wait
2016-03-31 19:58:11 +02:00
C. R. Oldham
7abf8becaa
Documentation updates that go with PR #32252 .
2016-03-31 10:41:24 -06:00
Jacob Hammons
ff8ca5ac2e
Replaces incorrect reference to master_alive_check
with master_alive_interval
in docs
2016-03-30 20:32:43 -06:00
rallytime
fa5e17b342
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- salt/modules/win_service.py
- salt/modules/zypper.py
- salt/states/pkgrepo.py
2016-03-30 15:33:13 -06:00
Jacob Hammons
50d1df2482
Fixes windows download paths to account for patch
2016-03-30 14:26:03 -06:00
Borys Pierov
4553cb8ff3
Feature: sdb.delete
...
Adds sdb.delete operation support to execution modules, runners and
utils. Docs updated as well.
2016-03-30 13:01:37 -04:00
jacobhammons
bf59f06733
Merge pull request #32217 from jacobhammons/dot8
...
2015.8.8.2 release notes
2016-03-29 11:53:22 -06:00
David Boucha
b48d0c6b5b
Fix spelling error
2016-03-29 11:16:18 -06:00
Nicole Thomas
ab8b70d985
Merge pull request #32212 from rallytime/bp-32197
...
Back-port #32197 to 2015.8
2016-03-29 09:50:58 -06:00
Nicole Thomas
200d82cc3e
Merge pull request #32211 from rallytime/bp-32210
...
Back-port #32210 to 2015.8
2016-03-29 09:50:42 -06:00
Todd Wells
5fdd81ace9
documentation fix issue 31844
2016-03-29 09:11:29 -06:00
Nicole Thomas
dbb95381fb
Merge pull request #32210 from rallytime/merge-32193
...
Merge #32193 with pylint fix
2016-03-29 09:10:36 -06:00
Todd Wells
abd432746c
documentation-fix-31931
2016-03-29 09:08:58 -06:00
Jacob Hammons
596444e2b4
2015.8.8.2 release notes
...
Adds banner notifiying user when they are viewing release notes for an old release
2016-03-29 06:38:04 -06:00
Todd Wells
d53c10fa72
documentation fix issue 31844
2016-03-28 16:16:04 -07:00
Todd Wells
bfded5c401
documentation-fix-31931
2016-03-28 15:08:44 -07:00
rallytime
40d09c822e
Add some "best practices" information to test documentation
...
Also clarifies some sections and fixes some broken links.
2016-03-28 14:23:42 -06:00
rallytime
d684d49490
Merge branch '2016.3' into 'develop'
...
Conflicts:
- doc/topics/releases/2015.5.10.rst
- doc/topics/releases/2015.8.8.rst
2016-03-28 11:16:22 -06:00
rallytime
9adc2facb2
Merge branch '2015.8' into '2016.3'
...
No conflicts.
2016-03-28 10:57:25 -06:00
Mike Place
63c8bf3542
Merge pull request #32160 from cachedout/issue_31944
...
Fix beacon tutorial docs
2016-03-25 16:32:51 -06:00
Mike Place
104ada5b6f
Fix beacon tutorial docs
...
Closes #31944
2016-03-25 16:31:39 -06:00
rallytime
f6d9cdc633
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- doc/ref/states/compiler_ordering.rst
- doc/topics/installation/suse.rst
- doc/topics/jobs/schedule.rst
- doc/topics/targeting/grains.rst
- doc/topics/tutorials/preseed_key.rst
- doc/topics/tutorials/states_pt5.rst
- pkg/suse/use-forking-daemon.patch
- salt/minion.py
- salt/modules/pacman.py
- salt/modules/state.py
- salt/modules/yumpkg.py
2016-03-25 11:47:16 -06:00
Mike Place
a09aa18036
Merge pull request #32127 from rallytime/dunder-docs
...
Add runners to __salt__ docs
2016-03-25 09:54:02 -06:00
rallytime
482690ef33
Add note to docs about __salt__ referencing runner modules
2016-03-24 16:35:50 -06:00
rallytime
7554d0f42d
Merge branch '2015.5' into '2015.8'
...
Conflicts:
- doc/ref/states/include.rst
- doc/topics/cloud/reactor.rst
- doc/topics/reactor/index.rst
- doc/topics/releases/2015.5.10.rst
- doc/topics/tutorials/states_pt5.rst
- doc/topics/windows/windows-package-manager.rst
- salt/config.py
- salt/modules/state.py
- salt/states/grains.py
- tests/integration/modules/sysmod.py
- tests/unit/states/grains_test.py
2016-03-24 15:48:00 -06:00
Jacob Hammons
21eee08842
Added known issues 32004 and 32044 to 2015.8.8 release notes
2016-03-24 13:58:21 -06:00
rallytime
a11d2e413a
Add runners to __salt__ docs
2016-03-24 12:25:45 -06:00
Nicole Thomas
c03e8757e3
Merge pull request #32107 from rallytime/merge-develop
...
[develop] Merge forward from 2016.3 to develop
2016-03-24 11:14:39 -06:00
Mircea Ulinic
7443c0ef0a
Tiny doc fix
2016-03-24 11:14:01 +00:00
rallytime
a333210a08
Merge branch '2016.3' into 'develop'
...
Conflicts:
- doc/conf.py
- salt/modules/rabbitmq.py
- salt/states/rabbitmq_user.py
- tests/unit/states/rabbitmq_user_test.py
2016-03-23 16:10:31 -06:00
Nicole Thomas
848ce5647f
Merge pull request #32096 from rallytime/bp-32065
...
Back-port #32065 to 2015.5
2016-03-23 16:01:36 -06:00
Nicole Thomas
d5bb8f6372
Merge pull request #32098 from rallytime/bp-32083
...
Back-port #32083 to 2015.8
2016-03-23 15:49:01 -06:00
jacobhammons
9b332d48b9
Merge pull request #32104 from jacobhammons/dot10
...
One additional known issue for 2015.5.10 release notes
2016-03-23 15:20:49 -06:00
Jacob Hammons
b9fc882a1e
One additional known issue for 2015.5.10 release notes
2016-03-23 15:19:36 -06:00
jacobhammons
518167b41b
Merge pull request #32101 from jacobhammons/releases
...
Release docs for 2015.8.8 and 2015.5.10
2016-03-23 14:09:13 -06:00
Jacob Hammons
487edb1924
Release docs for 2015.8.8 and 2015.5.10
2016-03-23 14:08:36 -06:00
jacobhammons
ff51d548e1
Merge pull request #32100 from jacobhammons/dot10
...
2015.5.10 release docs
2016-03-23 14:05:21 -06:00
Jacob Hammons
544a1661ce
2015.5.10 release docs
2016-03-23 14:04:29 -06:00
Jacob Hammons
8ec5d989ad
2015.8.8 release docs
2016-03-23 14:00:30 -06:00
Thomas Güttler
4a3a6629ce
"Fire Event Notifications" moved down
...
it is less important. "Requisites" is what the page is about.
2016-03-23 13:57:45 -06:00
TheNullByte
36a9d6a374
Fix an issue with the minion targeting example
...
There wasn't the grain selector during the targeting, so the example actually never targets any minions.
2016-03-23 13:56:17 -06:00
Nicole Thomas
f3872c3da3
Merge pull request #32090 from rallytime/merge-develop
...
[develop] Merge forward from 2016.3 to develop
2016-03-23 13:51:57 -06:00
Mike Place
7da969aa29
Merge pull request #32060 from guettli/patch-1
...
removed "all": pillar is about "particular minion"
2016-03-23 11:19:44 -06:00
rallytime
55544a84a1
Merge branch '2016.3' into 'develop'
...
Conflicts:
- salt/minion.py
2016-03-23 11:04:42 -06:00
rallytime
fa09de7a58
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- tests/unit/states/rabbitmq_user_test.py
2016-03-23 10:56:25 -06:00
C. R. Oldham
0fd625785c
Merge pull request #32055 from mirceaulinic/CF-NTP-STATE
...
netntp state: manage NTP peers on network devices
2016-03-23 10:45:13 -06:00
Thomas Güttler
9bd14c1d3d
"Fire Event Notifications" moved down
...
it is less important. "Requisites" is what the page is about.
2016-03-23 17:15:29 +01:00
Nicole Thomas
fc1ba937aa
Merge pull request #32065 from TheNullByte/patch-1
...
Fix an issue with the minion targeting example in docs
2016-03-23 09:51:27 -06:00
C. R. Oldham
6a9ec9ce49
Merge pull request #32043 from mirceaulinic/CF-NAPALM-NTP
...
New module: NAPALM_NTP, using NAPALM proxy
Merging, test failures are unrelated.
@mirceaulinic Thank you for your contribution.
2016-03-23 08:54:08 -06:00
Nicole Thomas
c610890041
Merge pull request #32073 from nmadhok/patch-3
...
Update vmware.rst
2016-03-23 08:43:55 -06:00
Nitin Madhok
c5f26fbebb
Update vmware.rst
2016-03-22 22:22:31 -04:00
Nitin Madhok
8e319ea52d
Update salt.cloud.clouds.vmware.rst
2016-03-22 22:11:15 -04:00
TheNullByte
0b441da399
Fix an issue with the minion targeting example
...
There wasn't the grain selector during the targeting, so the example actually never targets any minions.
2016-03-22 16:47:42 -04:00
Thomas Güttler
4aec2c502d
removed "all": pillar is about "particular minion"
2016-03-22 21:16:34 +01:00
Mircea Ulinic
37eee04706
Some doc
2016-03-22 17:47:00 +00:00
Erik Johnson
74ee8c54bc
Clarify prior role of state.highstate in states tutorial
2016-03-22 10:58:45 -05:00
Mircea Ulinic
7147c6a42a
napalm_ntp salt module
2016-03-22 11:40:12 +00:00
Erik Johnson
1b97e4a3df
Improve state module docs, replace references to state.highstate/state.sls with state.apply
...
Resolves #32037 .
2016-03-21 22:56:17 -05:00
anthony-shaw
c0aa856946
Document what is in the Dimension Data Cloud support in SaltStack 2016.3
2016-03-22 11:14:26 +11:00
Josh Fraser
26eee1505f
There were two identical blocks concerning Windows Deploy Timeouts. This
...
pull request removes the extra block of text.
2016-03-21 09:08:21 -06:00
Josh Fraser
718d6bde11
There were two identical blocks concerning Windows Deploy Timeouts. This
...
pull request removes the extra block of text.
2016-03-20 21:55:29 -07:00
Mike Place
63133ebbb5
Add docs for master_tries
...
Refs #31794
2016-03-20 10:27:16 -06:00
Nicole Thomas
f267b7b6ac
Merge pull request #31998 from jacobhammons/mock-imports
...
Fixed build errors, additional mock imports, new module docs
2016-03-19 09:48:06 -06:00
Jacob Hammons
31bb573abc
Fixes a doc build exception caused by missing mocks for modules.win_dacl
2016-03-18 17:43:36 -06:00
Jacob Hammons
e48b84c98f
Fixed build errors, additional mock imports, new module docs
...
Fixes #31975
2016-03-18 17:37:22 -06:00
rallytime
52111eb01a
Merge branch '2016.3' into 'develop'
...
Conflicts:
- salt/cloud/clouds/joyent.py
- salt/minion.py
2016-03-18 16:00:35 -06:00
rallytime
6360ecd3b3
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- salt/cloud/clouds/scaleway.py
- salt/config/__init__.py
- salt/log/mixins.py
- salt/minion.py
- salt/modules/ps.py
- salt/utils/decorators/__init__.py
- salt/utils/schema.py
- tests/unit/modules/etcd_mod_test.py
- tests/unit/modules/file_test.py
2016-03-18 11:26:12 -06:00
rallytime
308aa5fd61
Merge branch '2016.3' into 'develop'
...
Conflicts:
- conf/master
- conf/minion
- doc/ref/proxy/all/index.rst
- salt/cli/daemons.py
- salt/modules/key.py
- salt/modules/reg.py
- salt/modules/win_pkg.py
- salt/utils/__init__.py
- salt/utils/cloud.py
- tests/unit/daemons_test.py
2016-03-18 10:57:15 -06:00
Bruno P. Kinoshita
fa921e6e8b
Fix typo in pillar docs
...
Trivial typo, s/pacakges/packages/g
2016-03-18 10:29:34 +13:00
Justin Findlay
b984659678
update 2015.8.8 release notes
2016-03-17 15:07:10 -06:00
Bruno P. Kinoshita
31a55a786e
Typo
...
Trivial typo. s/Nodgroups/Nodegroups/g
2016-03-17 17:51:58 +13:00
rallytime
06dd2c0411
Fix linking syntax in testing docs
2016-03-16 16:43:53 -06:00
Justin Findlay
64dd8aebb2
update 2015.8.8 release notes
2016-03-16 11:49:01 -06:00
Cory Wright
a689755693
Fix bad links/formatting for 2016 release notes
2016-03-16 09:11:28 -04:00
Mike Place
30241f53bc
Merge pull request #31910 from cachedout/doc_31832
...
Docs for stand-alone minion
2016-03-15 13:53:31 -06:00
Mike Place
1c2e8e0828
Docs for stand-alone minion
...
Refs #31832
2016-03-15 13:52:09 -06:00
Mike Place
7339f84af1
Merge pull request #31817 from rajvidhimar/enhance-junos
...
Enhance junos
2016-03-15 13:45:40 -06:00
rallytime
1a1ce05186
Merge branch '2015.5' into '2015.8'
...
Conflicts:
- .testing.pylintrc
- salt/cloud/clouds/joyent.py
2016-03-15 12:34:57 -06:00
Mike Place
64ca65954a
Add docs for master_tries
...
Refs #31794
2016-03-15 09:29:13 -06:00
Jacob Hammons
fd7f7bcddf
Updated release notes
...
Added a shortcut to link to pull requests
Added doc entries for all new modules
removed the unnecessary :undoc-members: option from recent doc module entries
2016-03-14 16:34:22 -06:00
rajvidhimar
bfb8a9212c
added junos state module and added more functionalities to junos module
2016-03-14 11:41:30 +05:30
Sandor Zeestraten
a1a2229405
Adds missing docs for Azure cloud profile
...
Adds documentation for feature introduced in #24559 in salt-cloud
to specify virtual network and subnet in the Azure cloud profile.
2016-03-13 14:27:49 +01:00
rallytime
54c76ebf33
Merge branch '2015.8' into '2016.3'
2016-03-12 19:12:08 -07:00
rallytime
1470de17fa
Merge branch '2014.7' into '2015.5'
2016-03-12 19:08:20 -07:00
Justin Findlay
47ac41ba27
add 2015.8.8 release notes
2016-03-11 16:14:54 -07:00
Justin Findlay
358fdad0c8
add 2014.7.8 release notes
2016-03-11 14:31:51 -07:00
Justin Findlay
6910fcc584
add 2014.7.9 release notes
2016-03-11 14:08:55 -07:00
Daniel Wallace
197fc2b58d
Add reactor to engines
...
For use with the event bus on minions.
Closes #15265
2016-03-11 08:34:16 -07:00
Nicole Thomas
8cf0b9eb3d
Merge pull request #31810 from whiteinge/saltenv-jinja-var
...
Fix outdated Jinja 'env' variable reference
2016-03-10 20:52:21 -07:00
Seth House
cb72b19240
Fix outdated Jinja 'env' variable reference
2016-03-10 19:48:42 -07:00
rallytime
fe7ff0ebfa
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- salt/cloud/__init__.py
- salt/returners/smtp_return.py
2016-03-10 13:13:35 -07:00
Nicole Thomas
538ec983f7
Merge pull request #31724 from pakdel/develop
...
subnetname and securitygroupname support for EC2
2016-03-09 16:39:51 -07:00
Nicole Thomas
1d6d982e5c
Merge pull request #31752 from rallytime/bp-31686
...
Back-port #31686 to 2015.8
2016-03-09 14:23:00 -07:00
Nicole Thomas
ec90294442
Merge pull request #31733 from jacobhammons/cloud-docs
...
docs to clarify cloud configuration
2016-03-09 13:54:10 -07:00
Jacob Hammons
209c641a41
Made udpates as suggested by @rallytime
2016-03-09 11:00:27 -07:00
Imran Iqbal
e4df5d9a55
Fix typo in example for section winrepo_dir_ng
2016-03-08 13:21:52 -07:00
rallytime
838dc12b77
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- salt/cli/daemons.py
- salt/config/__init__.py
- salt/exceptions.py
- salt/pillar/foreman.py
- salt/returners/local_cache.py
- salt/states/saltmod.py
- salt/utils/__init__.py
- salt/utils/cloud.py
The merge conflicts in salt/cli/daemons.py are still present in this commit.
@s0undt3ch is going to resolve them after this commit.
2016-03-08 10:14:32 -07:00
Vincas Dargis
26ff46dbc6
Fix parenthesis missmatch in documentation
2016-03-08 10:18:47 +02:00
Jacob Hammons
26d4991cb3
moved previous intro to new quick start topic (topics/cloud/qs.rst)
...
added new intro that explains the salt cloud configuration files
added an inheritance and minion startup state example to topics/cloud/config.rst
2016-03-07 16:06:16 -07:00
rallytime
7476076ea3
Merge branch '2016.3' into 'develop'
...
Conflicts:
- salt/beacons/memusage.py
2016-03-07 14:13:14 -07:00
Mike Place
a1f32b71bd
Merge pull request #31670 from terminalmage/issue30528
...
Write lists of minions targeted by syndic masters to job cache
2016-03-07 11:51:52 -07:00
Amir Pakdel
4c423eed9d
Fixed my documentation mistake
2016-03-07 12:29:48 -05:00
Amir Pakdel
131d3a1911
AWS securitygroupname and subnetname
...
Added support for subnetname and securitygroupname for EC2
instances.
Since there can be one subnet assigned to an instance, subnetid
takes precedence over subnetname; but securitygroupid and
securitygroupname are merged together to create a songle
SecurityGroup list.
2016-03-07 12:25:45 -05:00
rallytime
6559ea15b0
Merge branch '2015.5' into '2015.8'
...
Conflicts:
- doc/glossary.rst
- salt/config.py
- tests/unit/modules/gpg_test.py
2016-03-06 10:59:46 -07:00
Imran Iqbal
1f0b742052
Fix typo in example for section winrepo_dir_ng
2016-03-04 22:19:25 +00:00
Nicole Thomas
27f443895d
Merge pull request #31682 from cachedout/cache_meaning
...
Add definition of job cache to glossary
2016-03-04 13:07:19 -07:00
Mike Place
a75e146125
Add definition of job cache to glossary
2016-03-04 12:41:02 -07:00
rallytime
beb9d0fe84
Ensure all integration test classes and funcs are documented w/examples
2016-03-04 12:13:27 -07:00
rallytime
7f8ebf7c97
Found another spelling error
2016-03-04 09:53:35 -07:00
rallytime
c8c188535f
Spelling fix
2016-03-04 09:33:37 -07:00
Erik Johnson
0f175a4edf
salt.returners.sqlite3_return: add no-op save_minions() func for API compatibility
2016-03-03 21:40:37 -06:00
Erik Johnson
f8664103b1
salt.returners.redis_return: add no-op save_minions() func for API compatibility
2016-03-03 21:40:37 -06:00
Erik Johnson
0ea1b76c22
salt.returners.postgres_local_cache: add no-op save_minions() func for API compatibility
2016-03-03 21:40:37 -06:00
Erik Johnson
d6d794b484
salt.returners.postgres: add no-op save_minions() func for API compatibility
2016-03-03 21:40:37 -06:00
Erik Johnson
82750ab699
salt.returners.pgjsonb: add no-op save_minions() func for API compatibility
2016-03-03 21:40:37 -06:00
Erik Johnson
d8f90f6578
salt.returners.odbc: add no-op save_minions() func for API compatibility
2016-03-03 21:40:37 -06:00
Erik Johnson
a1957c3706
salt.returners.mysql: add no-op save_minions() func for API compatibility
2016-03-03 21:40:37 -06:00
Erik Johnson
ef6aa5de1c
salt.returners.multi_returner: add no-op save_minions() func for API compatibility
2016-03-03 21:40:37 -06:00
Erik Johnson
5b4eb58d99
salt.returners.mongo_return: add no-op save_minions() func for API compatibility
2016-03-03 21:40:36 -06:00
Erik Johnson
da1acbb8f2
salt.returners.mongo_future_return: add no-op save_minions() func for API compatibility
2016-03-03 21:40:36 -06:00
Erik Johnson
c13bb6549c
salt.returners.memcache_return: add no-op save_minions() func for API compatibility
2016-03-03 21:40:36 -06:00
Erik Johnson
4322ad9ef3
salt.returners.influxdb_return: add no-op save_minions() func for API compatibility
2016-03-03 21:40:36 -06:00
Erik Johnson
1dd106183c
salt.returners.etcd_return: add no-op save_minions() func for API compatibility
2016-03-03 21:40:36 -06:00
Erik Johnson
8e80535516
salt.returners.couchdb_return: add no-op save_minions() func for API compatibility
2016-03-03 21:40:36 -06:00
Erik Johnson
44538dfced
salt.returners.cassandra_cql_return: add no-op save_minions() func for API compatibility
2016-03-03 21:40:36 -06:00
Erik Johnson
978b6cb32f
Add missing RST file for slsutil module
2016-03-03 21:40:36 -06:00
rallytime
f260c51762
Some more testing documentation improvements
2016-03-03 16:57:52 -07:00
Mike Place
bd04c964d1
Merge pull request #31658 from rallytime/add-style-to-contrib
...
Add mentioned of Salt's Coding Style docs to the Contributing docs
2016-03-03 15:14:57 -07:00
Jorge Schrauwen
9aa0f72cad
Add some info about massive improvements for SmartOS, illumos, and Solaris
2016-03-03 20:23:38 +00:00
rallytime
6b526b5878
Add mentioned of Salt's Coding Style docs to the Contributing docs
2016-03-03 11:41:46 -07:00
Mike Place
a43e5edc81
Merge pull request #31601 from cro/cfgmgmtcamp
...
Proxy fixes for #31585 and #31586
2016-03-03 11:34:07 -07:00
rallytime
6e0377d376
Make note of pylint dependencies in docs
2016-03-03 10:56:22 -07:00
Mike Place
4d1701de60
Merge pull request #31641 from rallytime/testing-tutorial
...
Improve Salt Testing tutorial to be a more comprehensive intro
2016-03-03 09:08:47 -07:00
rallytime
6ab3961748
Improve Salt Testing tutorial to be a more comprehensive intro
2016-03-02 17:07:57 -07:00
rallytime
2ee175c6d3
Merge branch '2016.3' into 'develop'
...
Conflicts:
- salt/fileclient.py
- salt/modules/glusterfs.py
2016-03-02 13:48:11 -07:00
rallytime
75bb692990
Merge branch '2015.5' into '2015.8'
...
No conflicts.
2016-03-02 12:33:10 -07:00
C. R. Oldham
1ce9d85dd4
Proxy minion release notes.
2016-03-02 11:26:56 -07:00
rallytime
5a862d3449
Add documentation for the behavior change in #31577
...
Refs #31577
2016-03-02 11:03:49 -07:00
rallytime
031a75ca33
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- Contributing.rst
- conf/master
- doc/index.rst
- doc/man/salt.7
- pkg/suse/README.suse
- salt/client/ssh/state.py
- salt/minion.py
- salt/modules/zypper.py
- salt/utils/schedule.py
- tests/unit/modules/zypper_test.py
2016-03-02 10:26:13 -07:00
Justin Findlay
4e48fec806
doc/topics/tutorials/http: update query decoding docs
...
Fixes #31614 .
2016-03-02 10:17:22 -07:00
Denys Havrysh
aebc48163d
Remove trailing white spaces in documentation files
2016-03-01 17:36:23 +02:00
rallytime
24505d2dcf
Merge branch '2015.5' into '2015.8'
...
Conflicts:
- salt/client/ssh/state.py
- salt/fileclient.py
- salt/minion.py
2016-02-29 10:47:40 -07:00
Mike Place
f2e2e6e3cf
Merge pull request #31316 from kraney/kraney_bugfix
...
Let ext_pillar_first determine the override order
2016-02-29 09:09:35 -07:00
Mike Place
95af21325f
Merge pull request #31536 from virtrnd/remove-jessie-backports-from-raspbian-install
...
Remove debian repo from raspbian installation
2016-02-29 08:32:52 -07:00
virtualguy
e48900ac55
Use python-tornado from jessie-backports for pure debian
2016-02-29 22:42:15 +13:00
virtualguy
6e338e2601
Remove debian repo from raspbian installation
...
Binary packages from stock debain repo (http://httpredir.debian.org/debian ) are not armv6 compatible so should not be installed on raspberry pi version 1. Rasbian doesn't have jessie-backports so safer just to install python-tornado from stretch.
2016-02-29 19:20:51 +13:00
LoveIsGrief
0eba4cdf17
Public documentation for salt-cloud virtualbox
2016-02-28 17:29:02 +01:00
Denys Havrysh
f7beeb69f2
Correct Salt Cloud documentation about updating Salt Bootstrap script
2016-02-27 22:43:07 +02:00
Kris Raney
0aa6334442
Merge branch 'develop' into kraney_bugfix
...
Conflicts:
salt/pillar/__init__.py
2016-02-26 09:41:09 -06:00
Mike Place
a4482c000f
Merge pull request #31492 from m03/add-source_hash-to-win_pkg
...
Add source_hash param to win_pkg
2016-02-26 08:06:27 -07:00
Denys Havrysh
50f3e072b1
Add instruction how to install salt-minion on Debian Jessie from Stretch
2016-02-26 15:10:37 +02:00
Denys Havrysh
abcd505178
Update Debian installation guide with information about Raspbian
2016-02-26 13:30:22 +02:00
rallytime
40cd0ac8fe
Merge branch '2016.3' into 'develop'
...
Conflicts:
- salt/states/file.py
- tests/runtests.py
2016-02-25 16:21:15 -07:00
rallytime
83e6480d20
Remove duplicate "timeout" definition in Roster docs
2016-02-25 14:05:38 -07:00
rallytime
3b74d123af
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- salt/modules/selinux.py
- salt/modules/zypper.py
- salt/pillar/__init__.py
- salt/states/dockerng.py
- tests/runtests.py
2016-02-25 12:36:22 -07:00
Morrie Winnett
8690188558
Add source_hash param to win_pkg
...
Addresses issues saltstack/salt#14872 , saltstack/salt-winrepo#492 , and
concerns raised in saltstack/salt#27093 and saltstack/salt#20737 .
2016-02-25 09:47:52 -08:00
Nicole Thomas
cd87760c87
Merge pull request #31485 from jacobhammons/2015.8
...
Fixed transport description in minion / master config
2016-02-25 10:04:15 -07:00
Jacob Hammons
748acab8b5
Fixed zeromq casing in transport settings
2016-02-25 09:38:41 -07:00
Kris Raney
afa297e4d1
Add pillar_roots_override_ext_pillar option and deprecate ext_pillar_first
2016-02-25 10:17:39 -06:00
Mike Place
e483978fc8
Merge pull request #31423 from twangboy/win_system_dev
...
Fix uppercase computer names
2016-02-25 09:15:58 -07:00
Jacob Hammons
765a226907
Fixed transport description in minion / master config
2016-02-25 09:08:54 -07:00
Nicole Thomas
2e9a705e75
Merge pull request #31475 from jacobhammons/2015.8
...
Assorted doc issues
2016-02-25 09:03:54 -07:00
Denys Havrysh
172f34a6ca
Correct headers in Debian/Ubuntu/SUSE install instructions
2016-02-25 11:51:40 +02:00
Denys Havrysh
4248f9ea0a
Add common packages installation section to Debian install guide
2016-02-25 11:04:11 +02:00
Denys Havrysh
8c6e179870
Add note about amd64
packages to Ubuntu install guide
2016-02-25 11:02:07 +02:00
Denys Havrysh
afaa24723a
Update Ubuntu install guide:
...
- remove duplicate sections
- add `salt-api` and `salt-cloud` to the example
2016-02-25 10:24:55 +02:00
Jacob Hammons
a72dc15720
Assorted doc issues
...
Fixes #10330
Fixes #31216
Fixes #30464
Fixes #29520
Fixes #30261
Fixes #29636
Fixes #29528
2016-02-24 16:56:52 -07:00
twangboy
36f63965ed
Add release notes.
2016-02-24 11:41:44 -07:00
Jacob Hammons
10bf7c3bdd
Fixes #31402
...
Added arguments to state `file.line` to fix issue where exe module uses `line` and state module uses `name`.
Reformatted parameters in exe module `file.line`
placeholder release notes for 2015.5.8
2016-02-24 10:30:34 -07:00
twangboy
eb457b9eb8
Fix typos
2016-02-24 10:15:01 -07:00
twangboy
78535f7306
Fix some formatting issues
2016-02-24 10:08:03 -07:00
twangboy
b0f2d3d9f6
Clarification for Windows Package Manger
...
Formatting issues
2016-02-24 10:08:03 -07:00
Mike Place
aa0a9a03dd
Merge pull request #31458 from vutny/correct-doc-install-debian
...
Correct installation documentation for Debian
2016-02-24 10:01:09 -07:00
Denys Havrysh
42aa7eeafd
Add section about installation from the Debian Main Repository
2016-02-24 17:48:37 +02:00
Kyle Stapp
87f4843490
Clarified the form of requisite targets/requisite-references
2016-02-24 10:34:03 -05:00
Denys Havrysh
07dece2f8f
Remove duplicate post-installation section for Debian install guide
2016-02-24 17:30:51 +02:00
Nicole Thomas
b32dd6d332
Merge pull request #31452 from anandxoriant/develop
...
Updated win_organization_name default value for vmware driver
2016-02-24 08:27:27 -07:00
Denys Havrysh
10c05f6943
Add install section for Debian Stretch (Testing) from community repository
2016-02-24 17:26:20 +02:00
Denys Havrysh
b2c78e08dc
Add note about supported Debian architectures on SaltStack corp repo
2016-02-24 17:24:44 +02:00
Anand Nevase
a93c7e2ffa
change win_organization_name default value to Organization
2016-02-24 17:34:07 +05:30
Nicole Thomas
8f6c4be618
Merge pull request #31444 from jacobhammons/ddns-docs
...
Documentation updates - ddns state, file.line state/exe function, installation dependencies
2016-02-23 15:40:05 -07:00
Jacob Hammons
0b8fce1de4
Fixes #31402
...
Added arguments to state `file.line` to fix issue where exe module uses `line` and state module uses `name`.
Reformatted parameters in exe module `file.line`
placeholder release notes for 2015.5.8
2016-02-23 14:28:40 -07:00
Mircea Ulinic
8ad5794b60
Proxy Minion for network devices using Napalm library
2016-02-23 17:44:39 +00:00
Mike Place
42027e0d72
Merge pull request #31341 from twangboy/package_manager_docs
...
Clarification on Windows Package Manager docs
2016-02-23 09:09:18 -07:00
Mike Place
f833b6f5b6
Merge pull request #30891 from anandxoriant/develop
...
Support for windows VM network (static/dhcp) configuration for vmware driver.
2016-02-22 17:13:08 -07:00
Mike Place
08edcc0bb7
Merge pull request #31296 from kstreee/saltstack/salt#31194
...
[saltstack/salt#31194 ] Fix issue of running multiple salt-api instances.
2016-02-22 16:05:13 -07:00
twangboy
c16cfc6360
Fix typos
2016-02-22 14:15:49 -07:00
Anand Nevase
12a0c76448
Updated Windows Fullname and Organization for vmware driver
2016-02-22 18:50:42 +05:30
kstreee
53e0b56b13
[ saltstack/salt#31194 ] Add documentation about running multiple salt-api modules, advised by @whiteinge.
2016-02-22 11:35:16 +09:00
rallytime
38f89bf8fd
Merge branch '2016.3' into 'develop'
...
Conflicts:
- salt/beacons/inotify.py
- salt/beacons/load.py
2016-02-21 15:23:24 -07:00
rallytime
4baea26c58
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- doc/topics/netapi/index.rst
- salt/modules/win_servermanager.py
- salt/modules/zypper.py
2016-02-20 12:27:41 -07:00
twangboy
8dff065cec
Fix some formatting issues
2016-02-19 16:56:35 -07:00
Nicole Thomas
8d0498eff4
Merge pull request #31368 from whiteinge/netapi-client-list
...
Update list of netapi clients for autoclass
2016-02-19 13:57:28 -07:00
Seth House
0cfe5d89a0
Update list of netapi clients for autoclass
2016-02-19 13:07:09 -07:00
Anand Nevase
b47799b17b
Merge branch 'develop' of https://github.com/saltstack/salt into develop
2016-02-20 01:16:49 +05:30
Anand Nevase
a697c1845c
Added windows vm changes as per review comments.
2016-02-20 01:12:47 +05:30
Joseph Hall
eea192a545
Add docs on how to actually use SDB
2016-02-19 11:55:39 -07:00
Nicole Thomas
d639d65381
Merge pull request #31332 from terminalmage/issue31167
...
Clarify documentation for gitfs/hgfs/svnfs mountpoint and root options
2016-02-19 11:31:29 -07:00
Jacob Hammons
017e7c18c4
changed build type back to develop after merge forward
2016-02-19 09:51:11 -07:00
twangboy
dfef24f13b
Merge branch '2015.8' of https://github.com/saltstack/salt into 2015.8
2016-02-18 17:45:35 -07:00
twangboy
807257b138
Clarification for Windows Package Manger
...
Formatting issues
2016-02-18 17:45:06 -07:00
Jacob Hammons
07120a8d48
changed latest release to 2015.8.7
2016-02-18 17:29:44 -07:00
Jacob Hammons
7cd824ced9
Change latest release to 2015.8.7
2016-02-18 17:24:27 -07:00
Jacob Hammons
d4fb33939e
Release notes and versioning for 2015.8.7
2016-02-18 17:19:54 -07:00
Erik Johnson
eebc325040
Clarify documentation for gitfs/hgfs/svnfs mountpoint and root options
2016-02-18 16:34:14 -06:00
Mike Place
078cbd6f9c
Merge pull request #31328 from edgan/develop
...
Adding documentation for salt-ssh agent forwarding support
2016-02-18 14:42:39 -07:00
Mike Place
b40c611d0d
Merge pull request #31067 from jfindlay/deprecate_env
...
Deprecate env
2016-02-18 14:42:10 -07:00
Mike Place
02f79dc2b3
Merge pull request #31322 from rallytime/merge-2016.3
...
[2016.3] Merge forward from 2015.8 to 2016.3
2016-02-18 14:28:02 -07:00
Nathan Grennan
024439186a
Adding documentation for salt-ssh agent forwarding support
2016-02-18 12:14:47 -08:00
rallytime
cc29092dcb
Merge branch '2016.3' into 'develop'
2016-02-18 11:33:24 -07:00
rallytime
7ea9dacbdd
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- salt/beacons/inotify.py
- salt/beacons/load.py
- salt/minion.py
- salt/modules/win_update.py
- salt/modules/yumpkg.py
- salt/utils/pkg/rpm.py
2016-02-18 11:10:44 -07:00
Thomas S Hatch
2ef3918366
Add provisional statement to Thorium
2016-02-18 10:47:10 -07:00
Thomas S Hatch
56634682b2
sp
2016-02-18 09:32:23 -07:00
Thomas S Hatch
3ab8d21927
Add Thorium docs
2016-02-18 09:17:27 -07:00
Mike Place
7d8c2de090
Merge pull request #31281 from rallytime/bp-31218-and-31246
...
Back-port #31218 and #31246 to 2016.3
2016-02-17 13:27:41 -07:00
Mike Place
6fe4a7dc8a
Document new functionality for packaging external modules
...
Refs #31218
2016-02-17 12:15:43 -07:00
Justin Findlay
896bfb181f
carbon release notes: add note about env->saltenv deprecation
2016-02-16 21:37:30 -07:00
Justin Findlay
a260487298
carbon release notes: minor edits
2016-02-16 21:10:18 -07:00
Jacob Hammons
4640e819c8
Release notes updated
...
Updates to doc build template
2016-02-16 19:54:49 -07:00
Justin Findlay
4487d972f6
doc/topics/execution/remote_execution.rst: remove env support
2016-02-16 19:26:57 -07:00
Justin Findlay
bfc9982667
doc/topics/development/conventions/style.rst: remove env support
2016-02-16 19:26:57 -07:00
Justin Findlay
4953f7b0df
doc/ref/renderers/index.rst: remove env support
2016-02-16 19:26:57 -07:00
Justin Findlay
a21bad82e5
doc/ref/file_server/index.rst: remove env support
2016-02-16 19:26:57 -07:00
Mike Place
11bcac2635
Merge pull request #31246 from cachedout/document_31218
...
Document new functionality for packaging external modules
2016-02-16 19:23:57 -07:00
Mike Place
39799fb31b
Merge pull request #31244 from rallytime/release-notes-name
...
Rename Boron release notes to 2016.3.0
2016-02-16 19:23:06 -07:00
Jacob Hammons
3c4f8215c3
Fixes #30461
...
Credited Sebastian Kramer for finding CVE 2016-1866 in release notes
Added note about salt virt not working on KVM in a VM
2016-02-16 15:53:35 -07:00
Jacob Hammons
52d7b854d7
Support for building docs for next major release
2016-02-16 15:25:28 -07:00
Mike Place
93f84fe942
Document new functionality for packaging external modules
...
Refs #31218
2016-02-16 11:23:33 -07:00
rallytime
a19f7799e0
Rename Boron release notes to 2016.3.0
2016-02-16 11:16:09 -07:00
rallytime
8e3fd82718
Document onfail requisite bugfix behavior change
...
Refs #22370 and #31235
2016-02-16 10:44:42 -07:00
Mike Place
405d0aef1c
Merge pull request #31184 from cachedout/document_consul_change
...
Document change in consul pillars
2016-02-16 09:11:52 -07:00
Mike Place
4cc033f8b9
Document change in consul pillars
...
Refs #31165
2016-02-12 15:13:53 -07:00
rallytime
73d73e80c1
Merge branch '2016.3' into 'develop'
...
Conflicts:
- doc/topics/releases/2015.8.4.rst
- doc/topics/releases/2015.8.5.rst
- doc/topics/thorium/index.rst
- salt/cloud/clouds/opennebula.py
- salt/engines/thorium.py
- salt/loader.py
- salt/modules/archive.py
- salt/modules/boto_vpc.py
- salt/modules/data.py
- salt/modules/reg.py
- salt/pillar/mysql.py
- salt/runners/cache.py
- salt/states/archive.py
- salt/states/cron.py
- salt/states/file.py
- salt/states/glance.py
- salt/states/reg.py
- salt/thorium/__init__.py
- salt/thorium/check.py
- salt/thorium/file.py
- salt/thorium/reg.py
- salt/utils/jid.py
- salt/utils/parsers.py
- setup.py
2016-02-12 14:38:50 -07:00
Colton Myers
52bc740399
Merge remote-tracking branch 'upstream/2015.8' into merge-forward-2016.3
...
Conflicts:
salt/cloud/clouds/libcloud_aws.py
salt/cloud/clouds/opennebula.py
2016-02-11 22:38:12 -07:00
Colton Myers
076b49a4ca
Merge remote-tracking branch 'upstream/2015.8' into merge-forward-2016.3
...
Conflicts:
README.rst
doc/conf.py
doc/ref/index.rst
doc/ref/proxy/all/salt.proxy.ssh_sample.rst
doc/topics/installation/rhel.rst
doc/topics/releases/2015.8.4.rst
doc/topics/tutorials/states_pt5.rst
salt/cloud/clouds/ec2.py
salt/cloud/clouds/opennebula.py
salt/config/__init__.py
salt/modules/boto_dynamodb.py
salt/modules/boto_ec2.py
salt/modules/boto_elasticache.py
salt/modules/boto_elb.py
salt/modules/boto_iam.py
salt/modules/boto_rds.py
salt/modules/boto_sns.py
salt/modules/boto_sqs.py
salt/modules/dracr.py
salt/modules/git.py
salt/modules/mine.py
salt/modules/systemd.py
salt/modules/win_pkg.py
salt/modules/yumpkg.py
salt/pillar/__init__.py
salt/states/git.py
salt/states/rabbitmq_vhost.py
salt/states/saltmod.py
salt/utils/pkg/rpm.py
setup.py
tests/unit/modules/systemd_test.py
tests/unit/states/rabbitmq_vhost_test.py
2016-02-11 22:33:49 -07:00
Justin Findlay
b58783b895
add 2015.8.7 release notes
2016-02-11 17:04:34 -07:00
twangboy
ee3d70a37d
Add release notes
...
Also fixed some deprecation stuff that got lost in all the
rebasing and stuff
2016-02-11 15:09:56 -07:00
justinta89
f493423fbd
Updated doc for clarity
2016-02-11 11:25:44 -07:00
justinta89
db7136235a
Updated release doc with deprecations.
2016-02-11 11:25:44 -07:00
Mike Place
e76e472978
Include change on loadavg beacon in release notes
2016-02-11 09:42:45 -07:00
rallytime
742d0a6b04
Change all relevant Boron references to 2016.3.0
...
And more Boron deprecation warnings to Carbon
2016-02-10 15:45:28 -07:00
Mike Place
efe47eb7e1
Merge pull request #30917 from rallytime/remove-botocore-aws-driver
...
Remove deprecated botocore_aws driver in Boron release
2016-02-10 12:07:14 -07:00
Mike Place
313b82a0ab
Merge pull request #30947 from rallytime/remove-libcloud-aws-driver
...
Remove deprecated libcloud_aws driver in Boron release
2016-02-10 12:01:57 -07:00
Mike Place
21997ea264
Merge pull request #31063 from zmalone/develop
...
Fixing typos,
2016-02-10 11:06:24 -07:00
Marno van der Molen
76b6b5189c
Fix documentation for cores_per_socket
2016-02-10 14:13:32 +01:00
Marno van der Molen
cf70f06ade
add support for numCoresPerSocket parameter in vmware driver
2016-02-10 14:09:51 +01:00
Denys Havrysh
6370ddda9f
Update RHEL installation guide
2016-02-10 09:57:17 +02:00
Zach Malone
271c44667d
Fixing typos, many examples in here still don't work (ex. salt -t 15 '*' gpg.create_key throws errors), but some low hanging fruit is fixed.
2016-02-09 15:44:51 -07:00
Denys Havrysh
afdaefbf3d
Add systemctl
examples for RHEL 7 to the installation guide
2016-02-09 14:48:26 +02:00
Denys Havrysh
069a661eb1
Correct ZeroMQ4 repo install guide for RHEL
2016-02-09 14:33:18 +02:00
Denys Havrysh
d2a9d67b5b
Update installation instruction for community repos on RHEL
2016-02-09 13:57:58 +02:00
Andrew Pashkin
1f0c7496fc
Specify usage of lookup
key in formulas pillars
2016-02-09 13:41:35 +03:00
Denys Havrysh
bbdf2523c8
Add workaround for RHEL 7 systems mentioned in the issue #29094
2016-02-09 12:32:57 +02:00
Mike Place
5b0c7649c7
Merge pull request #30945 from cachedout/note_pillar_cli
...
Note that pillar cli args are sent via pub
2016-02-08 11:43:59 -07:00
rallytime
33eb6ba125
Remove overstate docs and a few references.
...
The overstate system was deprecated and removed in Beryllium, in
favor of orchestrate.
2016-02-08 09:28:32 -07:00
rallytime
66386857f1
Remove libcloud_aws reference from doc/.tx/config
2016-02-05 11:23:14 -07:00
rallytime
cf5f95263a
Remove botocore_aws reference in doc/.tx/config file
2016-02-05 11:22:09 -07:00
rallytime
9f55ca34a3
Remove doc references, too!
2016-02-05 11:17:22 -07:00
rallytime
8577a4f528
Remove deprecated libcloud_aws driver in Boron release
2016-02-05 11:13:10 -07:00
Mike Place
3ff7d49555
Note that pillar cli args are sent via pub
2016-02-05 10:54:16 -07:00
Jacob Hammons
fbb7605366
2015.8.5 release notes linking and clean up
2016-02-05 10:39:24 -07:00
Jacob Hammons
57c1ec637a
Rev latest version to 2015.8.5
2016-02-04 18:20:04 -07:00
Jacob Hammons
61ad242a89
Updated latest release to 2015.8.5, added a partial list of new modules and features to boron release notes
2016-02-04 18:16:01 -07:00
Jacob Hammons
93d47f8615
Versioned to 2015.8.5, added known issue #30300 to release notes
2016-02-04 18:10:59 -07:00
Mike Place
4372851ad9
Merge pull request #30895 from bdrung/2015.8
...
Fix various typos
2016-02-04 13:55:10 -07:00
Denys Havrysh
936c1ff6c8
Add explanation about N@
classifier. Inspired by #25292
2016-02-04 14:06:41 +02:00
Benjamin Drung
708f2ff8ea
Fix typo reponse -> response
2016-02-04 13:06:04 +01:00
Benjamin Drung
72c4eab6d7
Fix typo propogate -> propagate
2016-02-04 13:04:27 +01:00
Benjamin Drung
4912e365cb
Fix typo directores -> directories
2016-02-04 13:03:12 +01:00
Benjamin Drung
74c8aba03e
Fix typo exeption -> exception
2016-02-04 13:01:41 +01:00
Benjamin Drung
4692d84b07
Fix typos of improvement
2016-02-04 13:00:25 +01:00
Benjamin Drung
213fc2d858
Fix typo occuring -> occurring
2016-02-04 12:59:07 +01:00
Denys Havrysh
8bc2426816
Update example in master config documentation reference
2016-02-04 13:58:41 +02:00
Benjamin Drung
fe6124003b
Fix typo nonexistant -> nonexistent
2016-02-04 12:58:20 +01:00
Benjamin Drung
56ce7479b1
Fix typo catched -> caught
2016-02-04 12:57:20 +01:00
Benjamin Drung
821e690e65
Fix typo develoment -> development
2016-02-04 12:56:14 +01:00
Benjamin Drung
b51279e086
Fix typo overide -> override
2016-02-04 12:55:35 +01:00
Benjamin Drung
4f2f04ea7d
Fix typo relevent -> relevant
2016-02-04 12:54:45 +01:00
Benjamin Drung
bf92c3663b
Fix typo formating -> formatting
2016-02-04 12:45:19 +01:00
Benjamin Drung
cd72b12161
Fix typo thats -> that's
2016-02-04 12:39:41 +01:00