rallytime
d24776f5e9
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- conf/master
- doc/topics/netapi/index.rst
- salt/netapi/__init__.py
2017-01-15 16:07:55 -07:00
Mike Place
0ad5d22ad4
Merge pull request #38703 from yhekma/docfix
...
The `test` option is only valid for the minion, not the master
2017-01-15 10:56:22 -07:00
Mike Place
f4233bb18d
Merge pull request #38739 from vutny/fix-runtests-doc
...
DOCS: correct examples of running test suite
2017-01-15 07:35:47 -07:00
Denys Havrysh
b872bb63f6
DOCS: correct examples of running test suite
2017-01-15 11:48:04 +02:00
Denys Havrysh
51d4707071
DOCS: add links to File State Backups page where necessary ( #38735 )
2017-01-14 11:49:21 -07:00
Sébastien Santoro
6d3717b9ee
Proofread jinja_to_execution_module tutorial ( #38720 )
2017-01-13 14:53:50 -07:00
rallytime
4e1e45d640
Merge branch '2016.3' into '2016.11'
...
No conflicts.
2017-01-13 14:45:36 -07:00
rallytime
b910499dbe
Various follow up fixes
...
Merge branch '2015.8.12_follow_up' into '2015.8'
2017-01-13 14:40:17 -07:00
Yoram Hekma
57df3bf148
The test
option is only valid for the minion, not the master
2017-01-12 09:13:46 +01:00
rallytime
30429b2e44
Remove the installation instructions for out-of-date community ppa
...
These packages are not being updated and it is causing confusion.
Ubuntu packages should be installed with the instructions on
repo.saltstack.com.
2017-01-09 17:13:50 -07:00
rallytime
e8309a6bbf
Add release notes for 2015.8.13
2017-01-09 14:25:31 -07:00
rallytime
34282322c0
Clean up tests and docs for batch execution
...
Batch execution was removed from NetapiClient and Saltnado in
previous commits. This change is a follow up that removes related
test cases and doc references.
2017-01-09 11:29:34 -07:00
Super-User
fbdd32f46b
add note related to issue #37027
2017-01-06 15:25:51 +01:00
rallytime
30f14d15df
Merge branch '2016.3' into '2016.11'
...
Conflicts:
- salt/config/__init__.py
- salt/engines/slack.py
2017-01-04 16:54:58 -05:00
Mike Place
7b74436d13
Merge pull request #38562 from rallytime/arch-install-docs
...
Update arch installation docs with correct package name
2017-01-04 13:04:27 -07:00
rallytime
8b1897ace9
Update arch installation docs with correct package name
...
When 2016.11.0 was released, the naming of the salt package was
changed. The salt-zmq version is now named just "salt" and the
salt-raet pacakge is no longer being updated.
2017-01-04 13:08:47 -05:00
David Boucha
4ddbc2ecaa
add note about pyVmomi locale workaround ( #38536 )
2017-01-04 09:24:04 -05:00
twangboy
e96bfe8fa2
Change OSX/OS X to macOS where possible
2016-12-28 14:49:46 -07:00
rallytime
efb8a8ddf5
Merge branch '2016.3' into '2016.11'
...
Conflicts:
- doc/ref/configuration/minion.rst
- salt/config/__init__.py
- salt/minion.py
2016-12-22 10:39:14 -07:00
Erik Johnson
27253522c8
Improve pillar documentation ( #38407 )
...
* rename anchor
* Move pillar cache config option to different section, add an anchor
* Add links to master and minion config items
* Add documentation for pillar.item's "delimiter" argument
* Improve pillar documentation
This improves RST formatting, adding hyperlinks as well as adding
information on the difference between in-minion pillar data and
pillar data that is compiled on-demand.
* Add section on how pillar environments are handled
2016-12-22 10:32:37 -07:00
Mike Place
68430b1fa6
Merge pull request #38348 from rallytime/mod-docs-2016.11
...
Update autodoc topics for new modules added in 2016.11
2016-12-20 13:36:20 -07:00
rallytime
b31c2412ca
Add __iter__ and next options to doc/conf.py
...
This allows sphinx to build without autodoc errors on mock objects
that should be iterable.
Also added versionadded tags to the snapper module and state.
2016-12-20 11:50:43 -07:00
Dmitry Kuzmenko
dad748f57a
Data cache plugin configuration documentation.
2016-12-20 19:32:48 +03:00
rallytime
c6e191ad0d
Remove doc markup references from 2016.11 branch
2016-12-19 15:14:37 -07:00
rallytime
513058945c
Merge branch '2016.3' into '2016.11'
...
Conflicts:
- doc/ref/states/requisites.rst
- doc/topics/cloud/profitbricks.rst
- doc/topics/cloud/vsphere.rst
- doc/topics/releases/0.9.8.rst
- doc/topics/releases/releasecandidate.rst
- salt/cloud/clouds/vsphere.py
- salt/minion.py
- salt/states/archive.py
- tests/unit/states/archive_test.py
2016-12-19 14:58:39 -07:00
rallytime
366271f459
Add snapper to state index doc module list
2016-12-19 10:32:44 -07:00
rallytime
135d254c80
Remove netapi autodoc files: they should not be added as their doc structure is different
2016-12-19 17:00:20 +00:00
rallytime
0006139aca
Update autodoc topics for new modules added in 2016.11
2016-12-19 16:44:34 +00:00
Mike Place
c83db5a785
Merge pull request #38320 from rallytime/cleanup-doc-refs
...
Cleanup doc internal markup references
2016-12-18 05:31:27 -07:00
Mike Place
ebb9f6cbbc
Merge pull request #38323 from rallytime/update-cloud-provider-links
...
Update the Cloud Provider Specifics links in cloud docs
2016-12-18 05:30:48 -07:00
rallytime
5940db5b3f
Merge branch '2016.3' into '2016.11'
...
No conflict.
2016-12-16 15:25:08 -07:00
rallytime
022caf23e9
Update the Cloud Provider Specifics links in cloud docs
...
- Reordered some to be alphabetical
- Added Azure Arm
- Added Dimension Data
2016-12-16 15:19:45 -07:00
Nicole Thomas
9e35f5dd08
Add azurearm module to doc index ( #38322 )
2016-12-16 14:44:20 -07:00
rallytime
5c42a361a0
Remove ":doc:" references from all doc/topics/installation/* files
2016-12-15 16:50:16 -07:00
rallytime
23bce1c929
Remove ":doc:" references from all doc/topics/releases/* files
2016-12-15 16:45:51 -07:00
rallytime
4aafa41d22
Remove ":doc:" references from a bunch of doc/* files
2016-12-15 16:09:27 -07:00
rallytime
02bfe7912c
Remove more ":doc:" references from doc/* files
2016-12-15 15:36:44 -07:00
rallytime
6e32267d0c
Remove ":doc:" references in salt/* files
2016-12-15 14:03:56 -07:00
rallytime
4a62d01577
Add docs for syndic_wait setting
...
Fixes #38174
2016-12-15 10:40:01 -07:00
Nicole Thomas
56a8fa3f77
Add 2016.11.2 release notes ( #38260 )
2016-12-14 16:40:06 -07:00
Nicole Thomas
702d46244b
[2016.11] Bump latest release version to 2016.11.1 ( #38257 )
2016-12-14 16:28:39 -07:00
Nicole Thomas
6b9060c38f
[2016.3] Bump latest release version to 2016.11.1 ( #38256 )
2016-12-14 16:28:19 -07:00
rallytime
6a327d1367
Merge branch '2016.3' into '2016.11'
...
No conflicts.
2016-12-13 10:19:47 -07:00
Denys Havrysh
a6098bac1a
Remove note about SaltTesting installation, now it is in the requirements
2016-12-13 11:38:35 +02:00
rallytime
e31f97cf71
Merge branch '2016.3' into '2016.11'
...
No conflicts.
2016-12-12 10:08:27 -07:00
Denys Havrysh
e9f419ff64
Document the requirements for running ZeroMQ-based integration tests
2016-12-10 22:16:18 +02:00
Megan Wilhite
f7294dc85b
add 2016.11.1 changelog to release notes ( #38186 )
2016-12-09 15:44:09 -07:00
Joseph Hall
71b787e250
Add Azure ARM docs for 2016.11.0
2016-12-08 12:43:18 -07:00
Megan Wilhite
1a42e24e72
Fix beacon index ( #38129 )
...
* add new beacon modules to index
* add salt.beacons.avahi_announce to index and release notes
2016-12-07 10:44:53 -07:00
Nicole Thomas
5d9d6b9280
Merge pull request #38057 from rallytime/merge-2016.11
...
[2016.11] Merge forward from 2016.3 to 2016.11
2016-12-06 16:11:41 -07:00
Nicole Thomas
1bb31bbebd
Start release notes file for 2016.11.1 release ( #38084 )
2016-12-05 15:24:11 -07:00
rallytime
8fd53a4808
Merge branch '2016.3' into '2016.11'
...
Conflicts:
- doc/topics/cloud/vsphere.rst
- salt/config/__init__.py
- salt/daemons/masterapi.py
- salt/templates/rh_ip/network.jinja
- salt/utils/parsers.py
- tests/unit/daemons_test.py
2016-12-02 12:18:18 -07:00
Ch3LL
e95f88fbe3
add docs for hash_type change to sha256
2016-12-02 09:28:50 -07:00
Dmitry Kuzmenko
e51448f5ed
Added Carbon release notes. Fixed sphinx errors in the file. ( #38022 )
2016-12-01 09:59:15 -07:00
Nicole Thomas
6f34332e87
Adjust code examples to use the actual bootstrap-salt.sh file name ( #38011 )
2016-12-01 09:01:25 -07:00
Nicole Thomas
6942d5d95b
Merge pull request #37995 from rallytime/merge-2016.3
...
[2016.3] Merge forward from 2015.8 to 2016.3
2016-11-30 13:12:55 -07:00
Mike Place
69a74a4d2d
Merge pull request #37950 from vutny/fix-starting-up-syndic
...
Set default Salt Master address for a Syndic (like for a Minion)
2016-11-30 11:09:03 -07:00
rallytime
b44e17921c
Merge branch '2015.8' into '2016.3'
...
No conflicts.
2016-11-30 09:21:45 -07:00
Denys Havrysh
7d9bc9abce
syndic_master: correct default value, documentation and example config
2016-11-30 17:18:44 +02:00
Mike Place
ca3a9488f1
Merge pull request #37979 from terminalmage/revert-pillar-change
...
Revert addition of pillar_roots_override_ext_pillar
2016-11-30 07:34:23 -07:00
Erik Johnson
61ed9a8657
Add clarifying language to ext_pillar_first docs
...
Also remove a sentence which may lead people to believe that they can
make git_pillar and pillar_roots share top/sls files and be compiled
together.
2016-11-29 15:49:05 -06:00
Erik Johnson
6135dfa4dd
Revert addition of pillar_roots_override_ext_pillar
...
This turned out to be an unnecessary addition, as the root cause was
ext_pillar_first not behaving as documented.
2016-11-29 15:35:04 -06:00
Nicole Thomas
186b3c7959
Fix RST link format ( #37958 ) ( #37970 )
2016-11-29 14:34:07 -07:00
Erik Johnson
7f269bc7f9
Add clarification on expr_form usage and future deprecation ( #37964 )
2016-11-29 13:45:11 -07:00
Mike Place
ea46639ce7
Merge pull request #37272 from vutny/fix-getting-default-logging-opts
...
Get default logging level and log file from default opts dict
2016-11-28 16:04:20 -07:00
Nicole Thomas
8f986b28dc
Remove release candidate doc ref from 2016.11.0 release notes ( #37931 )
2016-11-28 13:49:28 -07:00
Nicole Thomas
0f8b187d15
Merge pull request #37923 from rallytime/merge-2016.11
...
[2016.11] Merge forward from 2016.3 to 2016.11
2016-11-28 12:55:03 -07:00
Thomas S Hatch
14271156f6
Add a release notes reference to the docker-sls tutorial ( #37927 )
2016-11-28 12:54:17 -07:00
rallytime
da7f5518eb
Don't let 2016.3 doc config changes overwrite the 2016.11 changes
2016-11-28 11:09:35 -07:00
rallytime
dfedd1185a
Merge branch '2016.3' into '2016.11'
...
Conflicts:
- salt/grains/core.py
- salt/modules/ddns.py
- salt/templates/rh_ip/network.jinja
2016-11-28 11:08:19 -07:00
rallytime
523a67c422
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- doc/conf.py
- doc/topics/releases/version_numbers.rst
2016-11-28 10:52:52 -07:00
Erik Johnson
4cdc6cf5ec
Update earlier release channels' docs with Carbon release notes ( #37914 )
...
* Update reference to Carbon in vsphere docs
* Replace reference to Carbon in top file merging docs
* Include Carbon version number
* Replace references to Carbon with 2016.11.0
2016-11-28 10:33:31 -07:00
Nicole Thomas
d31491a7fe
[2015.8] Update version numbers in doc config for 2016.11.0 release ( #37918 )
2016-11-28 10:09:27 -07:00
Nicole Thomas
d204099db8
[2016.11] Update version numbers in doc config for 2016.11.0 release ( #37917 )
2016-11-28 10:08:52 -07:00
rallytime
bd40592289
[2016.3] Update version numbers in doc config for 2016.11.0 release
2016-11-28 09:18:38 -07:00
Benjamin Drung
9a51ba5c5b
Fix various spelling mistakes
2016-11-24 16:00:31 +01:00
Erik Johnson
7c1cfa82e4
Clarify the master_type docs ( #37841 )
...
Mention when "disable" began to be supported.
2016-11-22 11:44:46 -07:00
rallytime
3d6d32edc5
Merge branch '2016.3' into '2016.11'
...
Conflicts:
- doc/topics/development/contributing.rst
2016-11-21 17:29:07 -07:00
Nicole Thomas
0e74bad284
Update branch refs to more relevant branch ( #37826 )
...
And cleanup some :ref: links that are rendering incorrectly
2016-11-21 16:41:02 -07:00
Nicole Thomas
c300863159
Add some dependency documentation to libvirt docs ( #37820 )
...
Fixes #5999
2016-11-21 15:15:20 -07:00
Nicole Thomas
4910912ffa
Update orchestrate runner file.copy doc example ( #37817 )
...
The kwarg arguments should be a dictionary, and not a list.
Fixes #37383
2016-11-21 13:23:08 -07:00
Adrian Todorov
ca3b6e7874
Update proxmox.rst with more options and LXC
2016-11-21 10:26:59 -07:00
Dmitry Kuzmenko
6857b9b8b1
Documented new TLS/SSL settings.
2016-11-21 17:21:54 +03:00
Denys Havrysh
83d6a44254
Add ssh_log_file
option to master config and documentation
2016-11-20 16:13:55 +02:00
Denys Havrysh
c8a0915460
Fix configuration example and documentation for syndic_log_file
option
2016-11-19 13:11:36 +02:00
Erik Johnson
62f998d013
Update RST and release notes for Carbon release ( #37715 )
...
Since v2016.11.0rc2 will not become v2016.11.0, the docs needed to be
updated regarding a bugfix that was originally slated for 2016.11.1
since it came after RC2 was cut.
2016-11-15 16:51:31 -07:00
rallytime
0e332ab591
Merge branch '2016.3' into '2016.11'
...
Conflicts:
- salt/cli/batch.py
- salt/cli/salt.py
- salt/transport/client.py
- salt/utils/vmware.py
- tests/integration/modules/sysmod.py
2016-11-14 09:14:00 -07:00
Mike Place
a97c2ad34b
Merge pull request #37640 from rallytime/update-release-notes
...
Add known issue #37541 to 2016.3.4 release notes
2016-11-12 09:28:12 +13:00
rallytime
6d6de12aff
Grammatical fix
2016-11-11 11:03:57 -07:00
C. R. Oldham
1ca5b958c6
Forward-port change from 2015.8 adding release note for rotate_aes_key
2016-11-11 10:36:47 -07:00
C. R. Oldham
a01b66556f
Add docs for rotate_aes_key ( #37641 )
2016-11-11 10:30:46 -07:00
rallytime
24d7f20e16
Add known issue #37541 to 2016.3.4 release notes
...
Refs #37541
2016-11-11 09:46:28 -07:00
rallytime
4c245a3fa5
Merge branch '2016.3' into '2016.11'
...
Conflicts:
- salt/modules/x509.py
2016-11-10 16:51:52 -07:00
Nicole Thomas
8ba9ceda50
Merge pull request #37609 from rallytime/merge-2016.11
...
[2016.11] Merge forward from carbon to 2016.11
2016-11-10 15:48:43 -07:00
Nicole Thomas
eea781a9ac
Update the docbuild settings for 2016.11 branch ( #37606 )
2016-11-10 10:47:25 -07:00
Nicole Thomas
06786f9617
Remove the v
from the tag reference ( #37595 )
...
When installing with pip, we just need the package version. No `v`.
2016-11-10 09:41:34 -07:00
Aditya Kulkarni
a7e09f9260
Use existing VM's VDD size if not specified in the cloud profile ( #37579 )
2016-11-10 09:41:11 -07:00
Clint Armstrong
928462df1d
fix example of function argument limiting ( #37584 )
2016-11-09 13:37:18 -07:00
rallytime
f44e14b63c
Merge branch 'carbon' into '2016.11'
...
Conflicts:
- salt/modules/file.py
2016-11-09 12:56:58 -07:00
Nicole Thomas
7036707fbf
Back-port #37569 and #37581 to 2016.11 ( #37585 )
...
* Remove known issues section for rc2
All of these have been fixed in the latest rc
* Add smartOS RC build instructions back to RC docs
And update the links to the new packages
2016-11-09 10:39:07 -07:00
Nicole Thomas
b24992ea38
Update release candidate docs with RC2 info ( #37568 )
2016-11-09 10:19:11 -07:00
rallytime
5ead1425d7
Merge branch '2016.3' into 'carbon'
...
Conflicts:
- doc/topics/releases/releasecandidate.rst
- salt/modules/win_servermanager.py
2016-11-08 13:04:33 -07:00
Jonathan Ballet
89b9417605
Documentation rendering fixes ( #37543 )
...
* doc: fix documentation rendering of salt.runners.survey
* doc: fix Sphinx documentation warnings
2016-11-08 09:42:12 -07:00
Ronald van Zantvoort
cb445550a6
typofix
2016-11-08 01:13:12 +01:00
Ronald van Zantvoort
ae4e86ccc2
modify docs to utilize backend:requests
2016-11-07 22:28:32 +01:00
rallytime
eae3b9e30f
Merge branch 'carbon' into '2016.11'
...
No conflicts.
2016-11-07 08:15:42 -07:00
rallytime
3b56f8bce1
Merge branch '2016.3' into 'carbon'
...
Conflicts:
- doc/topics/event/master_events.rst
2016-11-07 08:13:57 -07:00
Mike Place
2758e74785
Clarify docs on salt-key events
...
Closes #37448
2016-11-07 13:03:40 +13:00
Erik Johnson
c08038d9ea
Update 2016.3.5 release notes with source_hash_name explanation
2016-11-06 11:53:41 -06:00
rallytime
9b3e4414c8
Merge branch '2016.3' into 'carbon'
...
Conflicts:
- pkg/windows/modules/get-settings.psm1
- salt/modules/mac_power.py
- salt/modules/win_dsc.py
- salt/modules/win_servermanager.py
- salt/states/file.py
- salt/utils/event.py
- salt/utils/gitfs.py
2016-11-04 15:23:49 -06:00
twangboy
9e0631a1ae
Add docs denoting the requirement for at least PowerShell 3
2016-11-04 14:04:43 -07:00
Nicole Thomas
8aa101a99c
Get release notes started for 2016.3.5 ( #37485 )
2016-11-04 14:22:26 -06:00
Nicole Thomas
dfd94959b6
[2016.3] Doc version updated to 2016.3.4 ( #37483 )
2016-11-04 14:12:19 -06:00
Nicole Thomas
c505a059ef
[2015.8] Doc version updated to 2016.3.4 ( #37482 )
2016-11-04 14:10:24 -06:00
rallytime
4132929832
Merge branch 'carbon' into '2016.11'
...
No conflicts.
2016-11-04 13:38:34 -06:00
rallytime
c31f879f8b
Merge branch '2016.3' into 'carbon'
...
Conflicts:
- salt/cloud/clouds/vmware.py
2016-11-02 11:33:21 -06:00
Mike Place
9446e48da0
Merge pull request #37350 from pass-by-value/full_and_linked_clone_v1
...
Add handling for full and linked clone
2016-11-02 21:02:29 +13:00
Erik Johnson
3014afd517
Overhaul archive.extracted state
...
This fixes a number of annoyances with the archive.extracted state.
Rather than re-state the changes again here, they can be observed in the
carbon release notes, where they have been documented.
2016-11-01 19:35:57 -05:00
Thomas S Hatch
45f365e14f
Merge pull request #37357 from rallytime/update-version-refs
...
Update remaining Carbon references to 2016.11.0
2016-11-01 09:07:05 -06:00
Nicole Thomas
5328bc8d99
Update man pages for 2016.11 ( #37354 )
2016-10-31 13:09:01 -06:00
rallytime
6332da5c44
Prep release notes for 2016.11
2016-10-31 13:05:24 -06:00
rallytime
d4364d284a
Officially update version.py for carbon to be 2016.11.0
2016-10-31 11:46:00 -06:00
Aditya Kulkarni
d8b1c9c777
Add handling for full and linked clone
...
and commit disk mode additions
2016-10-31 12:30:49 -04:00
rallytime
e10058c831
Merge branch '2016.3' into 'carbon'
...
No conflicts.
2016-10-31 10:15:25 -06:00
rallytime
39459ed30b
Document the existence of placementgroup option in ec2 driver
2016-10-28 12:51:46 -06:00
rallytime
0df3feec3c
Merge branch '2016.3' into 'carbon'
...
No conflicts.
2016-10-28 09:25:00 -06:00
Nicole Thomas
7d79ea7844
Update 2016.3.4 release notes ( #37285 )
2016-10-27 16:07:56 -06:00
rallytime
c722a18468
Update Carbon versionadded tags to 2016.11.0 in doc/*
2016-10-27 15:26:30 -06:00
Justin Findlay
a2eae208c5
update 2016.3.4 release notes ( #37278 )
2016-10-27 10:18:18 -06:00
rallytime
f2fc207d4f
Update Carbon versionadded tags to 2016.11.0 in thorium files
2016-10-27 10:11:58 -06:00
Nicole Thomas
47290d88a2
Update man pages for the 2016.3 branch ( #37259 )
2016-10-26 13:32:38 -06:00
Mike Place
afd3dc3807
Merge branch '2016.3' into 2016_3_carbon
2016-10-26 14:08:03 +09:00
Aditya Kulkarni
f64ca3c442
Update release notes and version added
2016-10-25 16:16:46 -06:00
Aditya Kulkarni
0a3d266d6b
Add ability to specify disk backing mode for VMware cloud profile
2016-10-25 16:15:30 -06:00
Eric Radman
3829b7592f
Update configuration examples for Joyent
...
* Fix typo in profile example ('private_key' listed twice)
* Reflect Joyent's current new naming convention for VM sizes
* Update docs with modern images that are officially supported by Joyent
* Refresh example output of --list-sizes and --list-images
2016-10-25 10:43:32 -06:00
rallytime
caa8fc9169
Merge branch '2016.3' into 'carbon'
...
Conflicts:
- pkg/deb/salt-api.service
- pkg/deb/salt-master.service
- salt/client/__init__.py
- salt/fileclient.py
- salt/modules/cp.py
- salt/modules/status.py
- tests/integration/__init__.py
- tests/integration/modules/cp.py
2016-10-21 15:50:03 -06:00
Nicole Thomas
ec7ad9eebe
Add note about salt-bootstrap known issue for 2016.3.4 ( #37152 )
...
* Add note about salt-bootstrap known issue for 2016.3.4
Refs https://github.com/saltstack/salt-bootstrap/issues/973
* Add bootstrap release known issue to 2016.3.3 release notes, too.
2016-10-21 14:46:35 -06:00
Jacob Hammons
7f968ddb72
Remove master installation instructions on Windows
2016-10-20 16:24:06 -07:00
Justin Findlay
426384909d
add 2016.3.4 release notes ( #37125 )
2016-10-20 15:03:03 -06:00
rallytime
b445a5e579
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- salt/modules/cp.py
2016-10-19 18:24:04 -06:00
rallytime
a7dda5706e
Merge branch '2016.3' into 'carbon'
...
Conflicts:
- salt/modules/cmdmod.py
- salt/modules/win_service.py
- salt/modules/x509.py
- salt/utils/__init__.py
- tests/unit/modules/win_service_test.py
2016-10-19 18:20:04 -06:00
Erik Johnson
68eeb29783
Add warning about GitPython 2.0.9 incompatibility with Python 2.6 ( #37099 )
2016-10-19 18:06:07 -06:00
Justin Findlay
7328df68f5
doc.topic.tutorials.http.query: add proxy section
2016-10-18 10:50:37 -06:00
Justin Findlay
331072b35d
doc.topic.tutorials.http.query: add subheadings
2016-10-18 10:50:37 -06:00
Justin Findlay
478def4923
doc.ref.configuration.minion: add proxy vars
2016-10-18 10:50:37 -06:00
rallytime
b8e215d358
Merge branch '2016.3' into 'carbon'
...
No conflicts.
2016-10-18 09:23:58 -06:00
rallytime
78617b4a21
Merge branch '2016.3' into 'carbon'
...
Conflicts:
- salt/cloud/clouds/profitbricks.py
- salt/modules/cmdmod.py
- salt/modules/file.py
2016-10-18 09:22:18 -06:00
rallytime
78a144f19a
Merge branch '2015.8' into '2016.3'
...
No conflicts.
2016-10-18 09:16:21 -06:00
Erik Johnson
854586c6a4
Add one more paragraph
2016-10-17 17:20:57 -05:00
Erik Johnson
a0502a7b90
Restructure grain writing docs
...
Some information recently added is a little redundant. This commit edits
it and restructures the information to make it flow better.
2016-10-17 17:03:05 -05:00
rallytime
24e0f5e024
Update the Fedora installation docs
...
There are no packages available in EPEL starting with Salt version
2015.5.2 through 2016.3.2. Fedora packages are available in EPEL
starting with 2016.3.3. This PR adds a documentation note about this.
2016-10-17 12:36:59 -06:00
Erik Johnson
4e419e90ac
Further clarification on new grains docs from #37028
2016-10-17 11:44:35 -05:00
rallytime
41b248394f
Merge branch '2016.3' into 'carbon'
...
Conflicts:
- salt/pillar/__init__.py
2016-10-17 09:09:16 -06:00
Damon Atkins
01e83a715e
doc/topics/grains Update doco on when a grain should be created
2016-10-17 16:59:15 +11:00
Damon Atkins
a0e1fcc951
Add information to consider before adding a Grain to doco's for Grains
2016-10-16 01:17:38 +11:00
Nicole Thomas
b6c43a805f
Merge pull request #37016 from rallytime/merge-carbon
...
[carbon] Merge forward from 2016.3 to carbon
2016-10-14 15:02:10 -06:00
Daniel Wallace
2a4c9ac4f3
document master_type disable ( #37014 )
2016-10-14 12:24:12 -06:00
rallytime
112dc5d9c1
Merge branch '2016.3' into 'carbon'
...
Conflicts:
- salt/cli/salt.py
- salt/client/__init__.py
- salt/modules/archive.py
- tests/integration/modules/pkg.py
2016-10-14 12:03:08 -06:00
Thomas S Hatch
8b3e65448d
Merge pull request #36808 from gtmanfred/beacons
...
allow for closing stuff in beacons
2016-10-14 09:50:08 -06:00
rallytime
1d3aaf8097
Merge branch '2016.3' into 'carbon'
...
Conflicts:
- doc/ref/configuration/minion.rst
2016-10-12 15:26:27 -06:00
rallytime
5362e5183e
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- doc/ref/cli/index.rst
2016-10-12 12:36:00 -06:00
Nicole Thomas
7e2128c05d
Merge pull request #36948 from rallytime/bp-36943
...
Back-port #36943 to 2016.3
2016-10-12 12:33:02 -06:00
Mate Ory
d2f8f18430
doc: document what the argument of salt --subset means
2016-10-12 10:42:31 -06:00
Vitaliy Fuks
e7da7b8442
Typos are not fun!
2016-10-12 10:38:07 -06:00
Michał Sochoń
94c97ee726
Update tutorial.rst
...
Fix error in the list.
2016-10-12 10:34:28 -06:00
Jacob Hammons
dd21da4992
Add autodoc topics for new modules added in Carbon ( #36933 )
...
Module formatting issues
Add list of new Carbon modules to release notes
2016-10-12 09:31:07 -06:00
Nicole Thomas
288f437d5e
[2016.3] Remove "Targeting with Executions" section from docs ( #36926 )
...
The targeting docs were refactored in the 2016.3 branch compared to
the 2015.8 branch. This fixes #36906 for the 2016.3 branch and newer.
Refs #36925
2016-10-11 16:34:08 -06:00
Nicole Thomas
7838d8d3f9
Remove "Targeting with Executions" section from docs ( #36925 )
...
This feature was removed long ago and is no longer under development.
Fixes #36906
2016-10-11 16:33:56 -06:00
Erik Johnson
a56bf8bd2d
Update references to future default value change that was reverted ( #36924 )
2016-10-11 16:33:41 -06:00
Erik Johnson
e5425f3e8c
Revert change in default value for top_file_merging_strategy ( #36922 )
...
This causes problems when a Carbon master tries to run states on a
non-Carbon minion.
2016-10-11 16:33:23 -06:00
Jacob Hammons
102f909bb4
Add FreeBSD and SmartOS to RC packages list ( #36916 )
2016-10-11 16:30:50 -06:00
Daniel Wallace
727d4f309a
allow for closing stuff in beacons
...
Like the filehandler for inotify
2016-10-11 12:34:42 -05:00
Jacob Hammons
dff93f89ff
Update list of RC build platforms, fix example ( #36887 )
2016-10-10 11:36:48 -06:00
rallytime
9ae34b2329
Merge branch '2016.3' into 'carbon'
...
Conflicts:
- doc/topics/beacons/index.rst
2016-10-10 10:19:50 -06:00
Jorge Schrauwen
0b304e75a3
missing docs for salt.modules.apcups ( #36863 )
2016-10-08 19:51:45 -06:00
Mike Place
9a819693ff
Merge pull request #36845 from rallytime/merge-carbon
...
[carbon] Merge forward from 2016.3 to carbon
2016-10-08 14:29:10 +09:00
Jacob Hammons
d179423a23
Doc updates for Carbon release candidate ( #36847 )
2016-10-07 13:50:03 -06:00
rallytime
f73bdf55c2
Merge branch '2016.3' into 'carbon'
...
Conflicts:
- salt/cloud/clouds/vultrpy.py
- salt/modules/ini_manage.py
- salt/states/glance.py
2016-10-07 09:51:21 -06:00
Justin Findlay
b2eccdefd5
doc.topics.beacons: reflow text at 80 chars
2016-10-06 17:06:10 -06:00
Justin Findlay
b181f9890d
doc.topics.{reactor|beacons}: unify examples, many minor edits
2016-10-06 17:06:10 -06:00
Justin Findlay
28b4e30009
doc.glossary: use parenthesis
2016-10-06 16:17:22 -06:00
Justin Findlay
82cf39db00
doc.glossary: add JID
2016-10-06 16:17:22 -06:00
Justin Findlay
cc071b75cb
doc.glossary: add idempotent
2016-10-06 16:17:22 -06:00
Mike Place
4bdb997dae
Merge pull request #36785 from cachedout/pr-36728
...
Fixup merge forward #36728
2016-10-05 20:02:16 +09:00
rallytime
24b8bba145
Merge branch '2015.8' into '2016.3'
...
No conflicts.
2016-09-30 16:13:08 -06:00
Yoram Hekma
3bb2cb6379
Update doc to reflect the version where 'none' was added as a pillar_source_merging_strategy
2016-09-30 15:59:21 -06:00
rallytime
555ae9aa9b
Merge branch '2016.3' into 'carbon'
...
No conflicts.
2016-09-30 10:13:39 -06:00
Erik Johnson
3d15eedfe0
Add additional information about onchanges/onchanges_in
2016-09-29 23:02:39 -05:00
Erik Johnson
57ecbe6c53
Update minion restart example to use onchanges instead of cmd.wait
2016-09-29 23:02:10 -05:00
Justin Findlay
4dd4fc94dc
log levels doc: try long form table
...
sphinx didn't render the shorthand table
2016-09-29 10:11:06 -06:00
rallytime
112903ad7e
Merge branch '2016.3' into 'carbon'
...
Conflicts:
- conf/master
- doc/ref/configuration/master.rst
- salt/cli/daemons.py
- salt/client/ssh/__init__.py
- salt/config/__init__.py
- salt/modules/archive.py
- salt/modules/cmdmod.py
- tests/unit/states/service_test.py
2016-09-29 09:56:43 -06:00
Aneesh Agrawal
ffb717fec3
archive.extracted: Use user
/group
, not archive_user
...
Ensure that any created parent directories are made with `user`/`group`
perms, not as the `archive_user` user. This also allows setting the
group for these dirs instead of defaulting to `root`.
The `archive_user` argument to archive.extracted has been deprecated
since version 2014.7.2, and supplanted by the `user` parameter in
2015.8.0, with a logged warning until Boron. Now that 2016.3.0 is out,
complete the deprecation by:
- no longer silently using `archive_user` in `archive.extracted`,
preferring instead `user` and `group`,
- no longer accepted `archive_user` as an argument.
Also update man page.
2016-09-28 10:14:59 -06:00
rallytime
da574e5b03
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- salt/client/ssh/__init__.py
- salt/config/__init__.py
- salt/runners/thin.py
2016-09-28 09:01:24 -06:00
Bo Maryniuk
a441b35588
Add documentation about Salt Thin configuration
2016-09-27 11:12:07 +02:00
Mike Place
7b43d4322c
Merge branch '2016.3' into 2016_3_carbon
2016-09-27 16:44:42 +09:00
Mike Place
1e6a60ab01
Update boostrap docs to recent versions of Ubuntu
...
Closes #36586
2016-09-27 15:17:58 +09:00
David Boucha
9d3ad82ae5
Merge pull request #36222 from damon-atkins/update_to_35899_win_pkg
...
Update to PR 35899 win_pkg
2016-09-26 21:01:30 -06:00
Erik Johnson
58dd0d5cdc
Cleanup for #36222 ( #1 )
...
Updates to salt/states/pkg.py, modules/win_pkg.py, doc/ref/configuration/minion.rst
2016-09-27 11:36:42 +10:00
rallytime
d5bbd91c14
Merge branch '2016.3' into 'carbon'
...
Conflicts:
- conf/master
2016-09-23 17:01:17 -06:00
Nicole Thomas
5548ed771d
Back-port #36435 to 2016.3 ( #36532 )
...
* Added "none" option for pillar_source_merging_strategy
* added none to merging strategy in dictupdate so we no longer log warnings when it is selected
* Updated documentation
* fix for when pillar_source_merging_strategy is not set
* Fix looking up pillar data when merging is set to "none" and no saltenv was passed
* Fix looking up pillar data when merging is set to "none" and no saltenv was passed retry
* Let's not break when no merging strategy is passed
* Capitalisation
* Update on doc
2016-09-23 13:36:23 -06:00