Nicole Thomas
e0595b0a0f
Merge pull request #42319 from rallytime/config-docs
...
Add more documentation for config options that are missing from master/minion docs
2017-07-18 12:02:31 -06:00
Ch3LL
b90b7a7506
[2016.11] Update version numbers in doc config for 2017.7.0 release
2017-07-17 16:54:46 -04:00
Ch3LL
dc85b5edbe
[2016.3] Update version numbers in doc config for 2017.7.0 release
2017-07-17 16:50:54 -04:00
Mike Place
866a1febb4
Merge pull request #42264 from rallytime/fix-41116
...
Update minion restart section in FAQ doc for windows
2017-07-17 12:40:39 -05:00
Mike Place
e588f235e0
Merge pull request #42269 from rallytime/fix-41721
...
Add some clarity to "multiple quotes" section of yaml docs
2017-07-17 12:38:17 -05:00
rallytime
b40f980632
Add more documentation for config options that are missing from master/minion docs
2017-07-14 17:26:02 -06:00
rallytime
c406046940
Add clarification to salt ssh docs about key auto-generation.
...
Fixes #42267
2017-07-14 11:57:58 -06:00
rallytime
f2250d474a
Add a note about using different styles of quotes.
2017-07-12 17:08:23 -06:00
rallytime
bd638880e3
Add mono-spacing to salt-minion reference for consistency
2017-07-12 09:36:07 -06:00
Denys Havrysh
6bb8b8f98c
Add missing doc for `utils_dirs
` Minion config option
2017-07-12 11:08:34 +03:00
Denys Havrysh
f1bc58f6d5
Utils: add example of module import
2017-07-12 11:08:34 +03:00
rallytime
38d9b3d553
Add some clarity to "multiple quotes" section of yaml docs
...
Fixes #41721
2017-07-11 17:28:45 -06:00
rallytime
30d62f43da
Update minion restart section in FAQ doc for windows
...
Fixes #41116
2017-07-11 16:24:29 -06:00
Thomas Dutrion
c31ded341c
Remove duplicate instruction in Openstack Rackspace config example
2017-07-11 16:01:15 -06:00
Arthur Lutz
686926daf7
Update aws.rst - add Debian default username
2017-07-06 11:08:06 -06:00
Nicole Thomas
678d4d4098
Merge pull request #42141 from rallytime/bp-42098
...
Back-port #42098 to 2016.11
2017-07-06 09:11:49 -06:00
Ch3LL
e1694af39c
Update builds available for rc1
2017-07-05 17:06:06 -04:00
twangboy
bd80243233
Change repo_ng to repo-ng
2017-07-05 13:56:11 -06:00
Ch3LL
d4e7b91608
Update releasecanddiate doc with new 2017.7.0rc1 Release
2017-07-03 23:06:54 -04:00
rallytime
c2822e05ad
Remove references in docs to pip install salt-cloud
...
Instead, provide the option to use "-L" with the Bootstrap script.
Fixes #41885
2017-07-03 14:47:36 -06:00
Ch3LL
1de5e008a0
Add initial 2016.11.7 Release Notes
2017-06-30 11:32:10 -04:00
Seth House
18dfa9893c
Re-add msgpack to mocked imports
2017-06-29 13:49:45 -06:00
Seth House
5592e6e5d4
Revert "Allow docs to be built under Python 3"
2017-06-29 13:32:09 -06:00
David Boucha
bff050ad52
change out salt support link to SaltConf link
2017-06-28 14:54:01 -06:00
Ch3LL
2516ae1349
[2016.3] Bump latest release version to 2016.11.6
2017-06-28 11:24:57 -04:00
Ch3LL
fe4f5711d5
[2016.11] Bump latest release version to 2016.11.6
2017-06-28 11:24:17 -04:00
Mike Place
7aacddf6ef
Allow docs to be built under Python 3
2017-06-27 11:46:47 -06:00
Mike Place
ff67d47a2e
Merge pull request #41516 from kstreee/fix-blocking-waiting-tcp-connection
...
Implements MessageClientPool to avoid blocking waiting for zeromq and tcp communications.
2017-06-26 09:41:38 -05:00
Ch3LL
4e1239d980
Add additional commits to 2016.11.6 release notes
2017-06-21 17:15:11 -04:00
rallytime
c828ad803a
Add a bunch of config options to the various master/minion files that are missing
...
I started on these a while ago and never submitted them. I added a couple more today
and figured I should get these in.
Refs #32400
2017-06-15 16:21:47 -06:00
Mike Place
e685858269
Merge pull request #41750 from rallytime/merge-2016.11
...
[2016.11] Merge forward from 2016.3 to 2016.11
2017-06-14 17:15:40 -05:00
Ch3LL
fa368f21ac
Add Change Log to 2016.11.6 Release Notes
2017-06-14 16:00:50 -04:00
rallytime
89834e49c2
Merge branch '2016.3' into '2016.11'
...
Conflicts:
- conf/master
- salt/utils/schedule.py
2017-06-14 13:24:11 -06:00
Mike Place
4b43ba3366
Merge pull request #41585 from cro/sign_minion_messages
...
Sign_minion_messages support
2017-06-13 16:14:40 -05:00
rallytime
5150916556
Merge branch '2016.3' into '2016.11'
...
Conflicts:
- salt/modules/parted.py
2017-06-12 20:10:45 -06:00
Erik Johnson
6ec9dfb7f3
Update version in master-tops docs
...
This paragraphs is referring to #37322 , which was pushed to Oxygen.
2017-06-12 17:20:09 -05:00
rallytime
c91ca5f809
Remove note about version incompatibility with salt-cloud
...
The note references very old versions of salt + salt-cloud and since
salt-cloud has been incorporated into salt for quite some time, this
notice is no longer needed.
2017-06-12 11:16:52 -06:00
C. R. Oldham
dadf4b851c
Add documentation to the example master and minion configuration files.
...
Move minion event signing to a saner place.
Enable dropping messages when signature does not verify or when
minion is not adding the signature to its payloads.
2017-06-08 13:18:53 -06:00
kstreee
94b9ea51eb
Implements MessageClientPool to avoid blocking waiting for zeromq and tcp communications.
2017-05-31 18:28:18 +09:00
Nicole Thomas
824f2d3b69
Merge pull request #41398 from rallytime/merge-2016.11
...
[2016.11] Merge forward from 2016.3 to 2016.11
2017-05-26 09:17:48 -06:00
David Boucha
5eb27571a0
Correct doc to actually blacklist a module
2017-05-24 17:22:36 -06:00
Benjamin Drung
33a7f8b2ec
Fix typos
...
lintian found several spelling errors.
Signed-off-by: Benjamin Drung <benjamin.drung@profitbricks.com>
2017-05-24 12:50:29 +02:00
rallytime
d2d9a3d29f
Merge branch '2016.3' into '2016.11'
...
Conflicts:
- doc/ref/cli/salt-cp.rst
- salt/config/__init__.py
2017-05-23 15:58:14 -06:00
Benjamin Drung
5b79a0a9f8
Do not require sphinx-build for cleaning docs
...
In a minimal build environment (no sphinx), the package cannot initially
clean itself because the upstream doc/Makefile checks for sphinx-build
executable and Debian doesn't get any benefit of that.
Thus do not check for the presence of sphinx-build when running the
clean or help target by adding a phony check_sphinx-build that does the
check for sphinx-build.
Debian bug: https://bugs.debian.org/851559
Signed-off-by: Benjamin Drung <benjamin.drung@profitbricks.com>
2017-05-23 17:14:11 +02:00
Mike Place
6bdb7cca7d
Merge pull request #41327 from Ch3LL/add_2016.11.6_release
...
Add 2016.11.6 Release Notes
2017-05-19 13:05:08 -05:00
Mike Place
6ca65592da
Merge pull request #41322 from Ch3LL/fix_release_2016.11.5_notes
...
Add patched packages warning to 2016.11.5 release notes
2017-05-18 16:53:25 -05:00
Ch3LL
e5fc0aeb9c
Add 2016.11.6 Release Notes
2017-05-18 14:17:35 -04:00
Ch3LL
9a1bf4205f
fix url refs in rst
2017-05-18 12:42:35 -04:00
Ch3LL
cde008ff77
Add patched packages warning to 2016.11.5 release notes
2017-05-18 12:24:53 -04:00
Ch3LL
520740d862
[2016.13] Bump latest release version to 2016.11.5
2017-05-18 09:40:08 -04:00
Ch3LL
cdb072c207
[2016.11] Bump latest release version to 2016.11.5
2017-05-18 09:39:04 -04:00
Evgeny Akhmetkhanov
76104f23b4
Add basic auth for SPM
2017-05-14 15:32:55 +03:00
Erik Johnson
10dc695cc4
Make salt-cp work with larger files
...
This breaks the files into chunks to keep them from exceeding the max size
of a published command. It also adds recursion, allowing for entire
directories to be transmitted. Finally, it adds gzip compression, and
a "-n" flag to disable use of compression.
2017-05-12 15:13:28 -05:00
twangboy
24b11ffdc2
Add release notes
2017-05-10 12:27:45 -06:00
Ch3LL
28371aa035
2016.11.5 release notes: add additional commits
2017-05-09 17:02:51 -04:00
Nicole Thomas
d2ae7deff2
Merge pull request #41148 from rallytime/merge-2016.11
...
[2016.11] Merge forward from 2016.3 to 2016.11
2017-05-09 14:23:28 -06:00
Mike Place
2156395b2e
Merge pull request #41147 from rallytime/bp-39676
...
Back-port #39676 to 2016.11
2017-05-09 12:40:43 -06:00
Mike Place
6fa41dc89d
Merge pull request #41111 from terminalmage/issue41105
...
Allow "ssl_verify: False" to work with pygit2
2017-05-09 11:56:11 -06:00
rallytime
aba35e20dd
Merge branch '2016.3' into '2016.11'
...
No conflicts.
2017-05-09 11:14:05 -06:00
Felix Dreissig
5b55fb2452
Fix comments about the "hash_type" option
...
Previous mentions of the correct default value (it really is sha256)
somehow got lost along the way.
Also, some comments seem to have gotten duplicated instead of updated.
2017-05-09 11:10:29 -06:00
Daniel Wallace
2370d9316b
add user_data to digital ocean
2017-05-08 09:59:27 -06:00
Erik Johnson
f6a16956a0
Add note on lack of support for VSTS in older libssh2 releases.
2017-05-08 07:59:53 -05:00
Erik Johnson
8c6410e3cd
Add notices about ssl_verify only working in 0.23.2 and newer
2017-05-05 17:04:23 -05:00
Erik Johnson
f73c4b7167
Add http(s) auth config docs for GitPython
2017-05-05 16:56:01 -05:00
Ch3LL
96ed815687
Add 2016.11.5 release notes and change log
2017-05-04 14:16:18 -04:00
Nicole Thomas
2b47b7bec6
Merge pull request #41045 from terminalmage/clarify-gitfs-docs
...
Clarify gitfs docs
2017-05-03 16:24:54 -06:00
Erik Johnson
c757eda331
Clarify gitfs docs
...
This improves cross links to the per-remote docs from the master config
file documentation.
2017-05-03 13:34:56 -05:00
rallytime
fc756c595c
Merge branch '2016.3' into '2016.11'
...
Conflicts:
- doc/ref/configuration/master.rst
- salt/config/__init__.py
2017-05-02 12:52:59 -06:00
Mike Place
19894f68ca
Merge pull request #40724 from cro/minion_key_revoke_cfg
...
Minion key revoke cfg
2017-05-02 11:18:05 -06:00
rallytime
7f31e41aa6
Merge branch '2016.3' into '2016.11'
...
Conflicts:
- salt/modules/pip.py
2017-04-28 09:20:59 -06:00
Mike Place
909d519ddb
Merge pull request #40751 from rallytime/fix-39531
...
Use Salt's SaltYamlSafeLoader and SafeOrderedDumper classes for yaml.load/dump
2017-04-28 06:56:05 -06:00
Mike Place
8fdfe4ece6
Merge pull request #40935 from gtmanfred/softlayer
...
Attempt to connect to public ip address in softlayer
2017-04-28 05:43:57 -06:00
Erik Johnson
e494ae43e5
Add dockerng fixes to 2016.11.4 release notes
2017-04-27 14:07:29 -05:00
Daniel Wallace
d6eb11410f
Attempt to connect to public ip address in softlayer
...
Unless private_ssh or private_wds is set.
Softlayer does not require that a public_vlan be set in order to build a server
with a public ip address. It can also be cumbersome to keep track of multiple
public_vlans which can be configured at the account level if you have multiple
accounts.
Like other cloud providers softlayer should default to connecting to the
public_vlan unless private_ssh is set to True.
2017-04-27 12:22:13 -06:00
Erik Johnson
8c078f144c
Add additional note about quoting within load_yaml
2017-04-27 11:13:01 -05:00
Erik Johnson
123b5cdc11
Add documentation for PyYAML's loading of time expressions
...
Also remove the notice about the handling of integer scalars starting
with zeroes, as this was fixed in 0.10.0 which is roughly 5 years old
now.
2017-04-27 10:59:49 -05:00
Cory Wright
2995a05c2b
Make salt.auth.rest heading consistent with all other salt.auth documentation
2017-04-27 09:32:53 -04:00
Ch3LL
e7b604339d
[2016.11] Bump latest release version to 2016.11.4
2017-04-24 13:29:28 -04:00
Ch3LL
889540a313
[2016.3] Bump latest release version to 2016.11.4
2017-04-24 13:27:15 -04:00
Daniel Wallace
b60a8d013a
remove rackspace from index
2017-04-21 09:23:05 -06:00
Daniel Wallace
559aa1d8b6
remove deprecated firstgen rackspace cloud driver
2017-04-21 08:59:56 -06:00
Mike Place
5388ffa7a2
Merge pull request #40785 from alexproca/backport-winexec-selection
...
win_pkg: backport 2016.11 add msiexec override to enable selection of 32 or 64 msiexec.exe
2017-04-20 10:45:13 -06:00
Erik Johnson
f99259a6eb
Fix inaccurate nodegroup docs
...
We should probably support defining nodegroups as a "dictlist" in the
future, but we don't right now, so the docs are currently inaccurate.
2017-04-20 10:07:19 -05:00
Alex Proca
91cafd5094
Add option to select 32 or 64 version of msiexec
...
Pass path to msiexec overloading msiexec parameter
2017-04-20 12:25:52 +03:00
Mike Place
e700d8183b
Merge pull request #40745 from cro/vmware_disk_datastore_bp
...
Backport `Add support for specifying a datastore for new disks.` PR #36457
2017-04-18 14:00:50 -06:00
rallytime
62c4d37c2f
Use salt.utils.yamlloader with SaltYamlSafeLoader as the Loader with yaml.load
2017-04-18 13:41:07 -06:00
C. R. Oldham
d24078d1a0
Add docs for "datastore" param for disks
2017-04-18 09:33:46 -06:00
C. R. Oldham
500d6b281d
Document validity of a datastore key inside a disk definition.
2017-04-18 09:33:46 -06:00
Mike Place
785e6060a9
Add requested docs
2017-04-18 08:34:56 -06:00
C. R. Oldham
65ea8997b7
Add allow_minion_key_revoke config option
2017-04-17 13:20:45 -06:00
Ch3LL
d228fb6e02
Add 2016.11.4 Release Note ChangeLog
2017-04-14 17:17:03 -04:00
Daniel Wallace
a86b101ae6
add retries on authentications of the salt minion reconnecting
2017-04-10 14:53:26 -06:00
Erik Johnson
f8bc423ef9
Merge pull request #40563 from terminalmage/merge-2016.3-2016.11
...
Merge-forward 2016.3 -> 2016.11
2017-04-07 10:08:19 -05:00
Joseph Hall
08d071bc68
Update Azure ARM docs
2017-04-06 09:43:19 -06:00
Erik Johnson
a6d68f50fe
Merge remote-tracking branch 'upstream/2016.3' into merge-2016.3-2016.11
2017-04-06 10:15:47 -05:00
Mike Place
28fc048030
Merge pull request #40464 from terminalmage/userdata-renderer
...
salt-cloud: Do not pass userdata_file through yaml renderer
2017-04-05 11:32:06 -06:00
Nicole Thomas
990bde4c07
Merge pull request #40530 from dmurphy18/aix_docupd
...
Update release information for 2016.11.4 for additional AIX support
2017-04-05 10:20:22 -06:00
Erik Johnson
73f4c43e2a
Allow for userdata_template to be disabled in a cloud_profile
...
This handles the case where a global value has been set and it is
necessary to disable it for a single profile.
2017-04-04 15:41:43 -05:00
Erik Johnson
b440d0c679
Update 2016.11.4 release notes for userdata_renderer -> userdata_template
2017-04-04 15:41:43 -05:00
Erik Johnson
b580654f85
Update cloud docs to reflect userdata_renderer -> userdata_template
2017-04-04 15:41:43 -05:00