Loren Gordon
363d175fb7
Documentation to describe orchestration support for masterless minions
2016-06-15 14:12:53 -04:00
Mike Place
d8d2b2ee9e
Merge pull request #33919 from thatch45/cmd_filter
...
Cmd filter
2016-06-13 18:03:21 -07:00
Thomas S Hatch
017cb39c5d
Adress issues
2016-06-13 11:21:22 -06:00
rallytime
c57bcebaf8
Merge branch '2016.3' into 'develop'
...
Conflicts:
- salt/states/boto_lambda.py
2016-06-13 11:18:53 -06:00
Thomas S Hatch
a9c304c73b
Merge pull request #33948 from cachedout/optimize_save_load
...
Save an entire minion cache traversal on each master pub
2016-06-13 09:57:57 -06:00
Mike Place
18df7263ac
Merge pull request #33955 from adamchainz/readthedocs.io
...
Convert readthedocs links for their .org -> .io migration for hosted projects
2016-06-13 08:49:35 -07:00
Aditya Kulkarni
34135e1f67
Add runner for execution modules ( #33949 )
...
* Add runner for execution modules
* Make sure all modules load and fix argument passing
* Fix lint error
* Add docs for salt runner
2016-06-13 11:49:26 -04:00
Jacob Hammons
2cf787d4ba
2016.3.0 known issues update
2016-06-12 20:58:21 -06:00
Adam Chainz
64d9a62f89
Convert readthedocs links for their .org -> .io migration for hosted projects
...
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/ ) ‘Securing subdomains’:
> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.
Test Plan: Manually visited all the links I’ve modified.
2016-06-11 12:33:37 +01:00
Mike Place
98f3a482ac
Save an entire minion cache traversal on each master pub
...
We were doing an extra and unecessary full traversal of the minion
cache. This refactors all returners and the master to reduce this
to a single call. More work will be forthcoming to reduce this even
further, especially in the context of auth lookups.
2016-06-10 15:43:08 -06:00
Mike Place
29a037dae3
Merge pull request #33909 from xlotlu/patch-1
...
fix formulas map.jinja example when using default values
2016-06-10 08:24:48 -07:00
Thomas S Hatch
3998aa5faa
Add docs
2016-06-09 15:50:49 -06:00
rallytime
f078d57b57
Merge branch '2016.3' into 'develop'
...
Conflicts:
- salt/modules/rabbitmq.py
- salt/modules/win_servermanager.py
- salt/state.py
- salt/states/boto_s3_bucket.py
- salt/states/pip_state.py
- salt/states/win_servermanager.py
- tests/unit/modules/win_servermanager_test.py
- tests/unit/states/dockerng_test.py
2016-06-09 13:06:10 -06:00
Nicole Thomas
08a584b3e5
Merge pull request #33711 from rallytime/merge-develop-3
...
[develop] Merge forward from 2016.3 to develop
2016-06-09 14:12:48 -04:00
Ionuț Ciocîrlan
77ebe74fae
fix formulas map.jinja example when using default values
...
Fixed syntax error and replaced `default` kwarg with `base`.
The previous form would lead e.g. for RedHat to `Rendering SLS '...' failed: Jinja variable 'dict object' has no attribute 'server'`.
2016-06-09 19:27:00 +03:00
Seth House
b6ebd7b6ef
Add docs for arg/kwarg eauth matching
...
This adds documentation for the addition in #29153 .
2016-06-09 09:13:02 -06:00
Nicole Thomas
00e016ecfc
Add note about Xenial packages to 2016.3.0 release notes ( #33870 )
...
Refs #32761
2016-06-09 10:52:16 -04:00
Justin Findlay
06f249901a
add 2016.3.1 release notes ( #33883 )
2016-06-08 16:49:28 -06:00
rallytime
c5b4ec0b0f
Merge branch '2015.8' into '2016.3'
...
Conflicts:
- salt/cli/salt.py
- salt/modules/groupadd.py
- salt/states/service.py
2016-06-08 11:20:18 -06:00
Mike Place
42c5058a1e
Add tcptraceroute suggestion to minion troubleshooting docs ( #33862 )
...
Closes #33627
2016-06-08 12:19:27 -04:00
Seth House
5ed152fe9b
Add docs for arg/kwarg eauth matching
...
This adds documentation for the addition in #29153 .
2016-06-07 20:53:45 -06:00
Dan Slimmon
ea3498aedc
Fixed spelling of "through"
2016-06-04 03:08:22 +00:00
Mike Place
500d4ccec2
Reminder not to return non-serializable data from states
...
Refs #31837
2016-06-03 12:13:47 -06:00
C. R. Oldham
8332e6f94e
Add default proxy config directories /etc/salt/proxy.d and ability for proxies to be configured by opts in addition to pillar
2016-06-03 10:11:34 -06:00
Javier Bértoli
9c587c477d
Add example in the docs for varstack as a master_tops
2016-06-03 06:58:30 -03:00
Elias Probst
646bc426c6
Typo (privilages
→ privileges
)
2016-06-03 09:54:56 +02:00
EYJ
beea8cc376
Fix millisecond formatting to avoid 1000 as four-digit milliseconds
2016-06-02 17:43:27 +02:00
Denys Havrysh
8621f5be54
Debian installation docs: drop section about community-maintained repository
2016-06-02 17:50:47 +03:00
rallytime
9220ea0729
Merge branch '2016.3' into 'develop'
...
Conflicts:
- doc/conf.py
- salt/minion.py
- salt/modules/mac_brew.py
- salt/modules/pkgng.py
- salt/states/apache_module.py
- salt/states/ini_manage.py
- salt/states/win_servermanager.py
2016-06-02 10:13:34 -04:00
Mike Place
64ba252256
Merge pull request #33650 from terminalmage/issue29954
...
Feature: add per-saltenv configuration parameter support
2016-06-01 13:34:30 -07:00
Erik Johnson
c32f432347
Add documentation for per-saltenv configuration parameters
2016-05-31 15:28:21 -05:00
Justin Findlay
9b0eb858a6
add note and workaround to release notes
2016-05-31 11:24:27 -06:00
Wolodja Wentland
259529e25d
Use correct state name in libvirt formula doc ( #33631 )
...
The state module for libvirt has been renamed to 'virt' from
'libvirt' in 2016.3 and these references to the old name have not been
updated.
2016-05-31 11:09:25 -04:00
Ethan Devenport
668800f76c
ProfitBricks cloud provider improvements.
...
* Added disk_type setting to the profile config and updated documentation.
* Added a config option for setting the provisioning wait_for_timeout and updated documentation.
* Refactored image selection by name.
* Print API request ID in debug logging output.
* Made profile size property optional by allowing predefined size or custom cores/ram/disk.
2016-05-31 02:15:12 +00:00
Mike Place
aa4f9cf59c
Merge pull request #33574 from babilen/doc-states-tut-fix-grain-target-expr
...
Adjust target expression in state tutorial
2016-05-27 08:09:08 -07:00
Wolodja Wentland
9ee0e6e29f
Adjust target expression in state tutorial
...
We either have to use 'os:Fedora' here for the grain matcher or use the
compound matcher.
2016-05-27 13:02:42 +02:00
Drew Adams
f15ce68097
change OpenSuse to openSUSE
2016-05-26 22:11:20 -07:00
Drew Adams
bcd6a1cd77
fix osfamily from Suse to SUSE
2016-05-26 22:08:40 -07:00
jacobhammons
65df3a6fa2
Refs #33543
2016-05-26 09:58:42 -06:00
Mike Place
4d0ebc53f8
Merge pull request #33296 from whiteinge/auth-runner
...
Add an auth runner
2016-05-26 07:43:55 -07:00
Jacob Hammons
6904936f58
New doc site layout, 2016.3.0 release note known issue additions
2016-05-25 18:09:37 -06:00
Jacob Hammons
42e358af7d
Updated version numbers in the docs for the 2016.3.0 release
2016-05-25 18:06:03 -06:00
Jacob Hammons
a424c38f5d
New doc site layout, 2016.3.0 release note known issue additions
2016-05-25 17:39:55 -06:00
rallytime
a5e0141eda
Merge branch '2015.8' into '2106.3'
...
Conflicts:
- salt/beacons/__init__.py
- salt/modules/saltutil.py
- salt/modules/zypper.py
- salt/states/grains.py
- salt/states/pkgrepo.py
- salt/states/service.py
2016-05-25 13:44:21 -06:00
Seth House
95f9223d1f
Allow whitelisting only certain users
2016-05-25 13:41:21 -06:00
Seth House
e074a64f1f
Add config option for allowing users to set the expiry of eauth tokens
2016-05-25 13:29:40 -06:00
rallytime
03b0c97520
Merge branch '2015.5' into '2015.8'
...
Conflicts:
- doc/ref/configuration/master.rst
- doc/ref/configuration/minion.rst
2016-05-25 12:26:00 -06:00
Mike Place
ee76be3b0b
Merge pull request #33503 from rallytime/fix-15252
...
Add docs about minion config file in standalone minion docs
2016-05-25 10:23:07 -07:00
rallytime
cfc07f7641
Add docs about minion config file in standalone minion docs
...
Fixes #15252
2016-05-25 11:00:12 -06:00
Mike Place
f72ec1479b
Merge pull request #33482 from rallytime/pillar-opts-docs
...
Add pillar_opts docs to master.rst
2016-05-25 09:39:25 -07:00