Ch3LL
4e1239d980
Add additional commits to 2016.11.6 release notes
2017-06-21 17:15:11 -04:00
Erik Johnson
1279f56c56
gitfs: Add two new options to affect saltenv mapping
...
This adds 2 new config options:
- gitfs_disable_saltenv_mapping - This allows a user to disable the environment mapping logic and rely solely on per-saltenv configuration
- gitfs_ref_types - This allows individual ref types to be ignored
It also includes a performance improvement in retrieving tree objects
matching the desired ref name. Before, we would iterate through the
different refs and check if the name matched the desired ref's name.
Now we just check for a head/tag ref based on the ref path in the
gitdir (e.g. refs/remotes/origin/master or refs/tags/v1.2.3). This
prevents us from needlessly iterating through all refs until a match is
found, which does not scale well when the number of branches and tags is
larger.
2017-06-21 12:42:48 -05:00
Erik Johnson
63823f3436
Do not merge master_tops and top file matches using set union
...
The code which integrates master_tops SLS matches with top file SLS
matches was using set operations to ensure there were no duplicate
matches. However, the process of first converting the matches to a set,
and then performing a union on the two sets, has the side effect of
making the ordering unpredictable.
The set operations have been removed in favor of list comprehensions.
This ensures that the ordering is predictable, and that master_tops
matches are executed *after* top file matches.
In addition, a new minion config option called "master_tops_first" has
been added to allow for the master_tops matches to be executed *before*
top file matches.
2017-06-20 15:04:34 -05:00
Mike Place
87a252fda7
Merge pull request #41852 from Ch3LL/rn_2017_py
...
Update 2017 Release Notes with Python Messages
2017-06-20 12:17:04 -05:00
Mike Place
f720a849ba
Merge pull request #41795 from isbm/isbm-suse-upstream-leftovers
...
Things, that didn't made to 2017.7 for some reasons
2017-06-20 09:28:21 -05:00
Ch3LL
75f93edff2
Update 2017 Release Notes with Python Messages
2017-06-20 09:55:13 -04:00
Mike Place
a4195f5246
Merge pull request #41841 from rallytime/merge-2017.7
...
[2017.7] Merge forward from 2016.11 to 2017.7
2017-06-19 18:01:11 -05:00
rallytime
2cfabc467c
Merge branch '2016.11' into '2017.7'
...
Conflicts:
- pkg/windows/req.txt
- salt/modules/dockermod.py
2017-06-19 14:17:01 -06:00
rallytime
add5b118a3
Merge branch '2017.7' into 'develop'
...
Conflicts:
- salt/modules/yumpkg.py
- tests/unit/templates/test_jinja.py
2017-06-19 14:12:36 -06:00
C. R. Oldham
16a05a5554
Fix backticks and dropped clause.
2017-06-19 14:03:34 -06:00
Mike Place
56e1d3bc10
Merge pull request #41827 from alexbleotu/jinja_tests-gh
...
JINJA tests
2017-06-19 14:59:46 -05:00
C. R. Oldham
a6025c3c66
Clarify some LDAP issues driven by #38259 and #38293
2017-06-19 12:46:28 -06:00
Alexandru Bleotu
e42d1172a8
Added Tests section in JINJA documentation
2017-06-19 17:15:23 +01:00
Bo Maryniuk
fe97520bc7
Merge branch '2017.7' into isbm-suse-upstream-leftovers
2017-06-19 15:21:13 +02:00
Mircea Ulinic
fae959d24b
Remove duplicate mattermost ref
2017-06-19 09:52:54 +00:00
Mircea Ulinic
d8dc8a338b
Add redis cache reference
2017-06-19 09:52:33 +00:00
Mircea Ulinic
fd28d3385c
Adding Jinja cross ref
2017-06-19 09:49:45 +00:00
garethgreenaway
4c8aa25080
Merge pull request #41813 from rallytime/add_new_doc_modules
...
Add new documentation file references to build system for 2017.7
2017-06-16 18:54:15 -07:00
Nicole Thomas
c3a49c9552
Merge pull request #41805 from rallytime/merge-2017.7
...
[2017.7] Merge forward from 2016.11 to 2017.7
2017-06-16 16:01:06 -06:00
Nicole Thomas
4c9a73d75f
Merge pull request #41728 from twangboy/win_install_docs
...
Win install docs
2017-06-16 15:41:21 -06:00
rallytime
ff277bc458
Add new documenation file references to build system for 2017.7
2017-06-16 21:17:33 +00:00
rallytime
4780e99ac2
Merge branch '2017.7' into 'develop'
...
No conflicts.
2017-06-16 11:53:38 -06:00
rallytime
58262608cd
Merge branch '2016.11' into '2017.7'
...
Conflicts:
- salt/config/__init__.py
- salt/master.py
- salt/modules/zypper.py
- tests/unit/modules/timezone_test.py
2017-06-16 10:43:02 -06:00
Bo Maryniuk
e9de0746ae
Fix grain for os_family on SUSE series
2017-06-16 14:39:08 +02: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
9c45fa044d
Merge pull request #41748 from terminalmage/issue3415
...
Add comparison operator support for package installation in yum/dnf and apt
2017-06-15 15:32:37 -05:00
Mike Place
a46f6809df
Merge pull request #41758 from twangboy/docs_win_add_master_config
...
Add Windows Master config information
2017-06-15 15:29:27 -05:00
rallytime
7fef4cf38f
Merge branch '2017.7' into 'develop'
...
Conflicts:
- salt/engines/slack.py
2017-06-15 10:57:27 -06:00
twangboy
b6201bac33
Fix version numbers
2017-06-15 09:53:57 -06:00
twangboy
c3dc38587e
Fix indentation
2017-06-15 09:49:13 -06:00
Mike Place
c58f3811ce
Merge pull request #41746 from rallytime/version-added-nitrogen
...
Update Nitrogen references to 2017.7.0
2017-06-15 10:12:18 -05:00
Mike Place
b0556bd58b
Merge branch 'develop' into issue3415
2017-06-15 10:09:46 -05: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
twangboy
80ac6381c2
Add Windows Master config information
2017-06-14 15:15:46 -06:00
Ch3LL
fa368f21ac
Add Change Log to 2016.11.6 Release Notes
2017-06-14 16:00:50 -04:00
rallytime
d7ecd3c149
Merge branch '2017.7' into 'develop'
...
No conflicts.
2017-06-14 13:35:50 -06: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
Erik Johnson
f1d7eb4166
Add comparison operator feature to Oxygen release notes
2017-06-14 13:47:49 -05:00
twangboy
795a1aab4f
Add instructions for Windows Firewall
2017-06-14 11:42:00 -06:00
rallytime
c5b75d030a
Update Nitrogen references to 2017.7.0 in doc/*
2017-06-14 11:36:06 -06:00
twangboy
45975e299e
Remove reference to Salt Enterprise
2017-06-14 09:39:29 -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
twangboy
22601201c4
Add note about salt-master on Windows
2017-06-13 15:09:38 -06:00
twangboy
d67c1dfbf7
Remove references to salt master installation
2017-06-13 15:02:44 -06:00
rallytime
74d9a36d5a
Merge branch 'nitrogen' into 'develop'
...
Conflicts:
- pkg/salt-proxy@.service
- salt/modules/npm.py
- salt/modules/parted.py
- tests/integration/modules/test_libcloud_dns.py
2017-06-13 15:01:51 -06:00
rallytime
bdf33d7f5f
Merge branch '2016.11' into 'nitrogen'
...
No conflicts.
2017-06-13 09:26:05 -06: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
Adam Mendlik
30ab6809e6
Create unique page tag for kernelpkg documentation
2017-06-09 13:06:55 -06:00
Adam Mendlik
ebd9a8e759
Add documentation for kernelpkg state module
2017-06-09 11:55:52 -06:00
Adam Mendlik
2fbfa5d177
Add documentation for kernelpkg execution modules
2017-06-09 11:55: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
Vasili Syrakis
4fbcc3b318
Added documentation for the annotation
2017-06-09 00:25:10 +10:00
Arno schuring
503a7c7c4d
Fix typo in modules doc
2017-06-08 13:47:40 +02:00
Arno schuring
bd1599e9f6
Add __init__ to modules doc
...
Add a description for the module __init__() function, as suggested
in #41628
2017-06-08 13:46:32 +02:00
Arno schuring
85f520467a
Update modules doc
...
Reword the description of the __virtual__() function, to clarify why
__salt__ should not be relied upon. In response to #41628
2017-06-08 13:45:14 +02:00
Mike Place
b7fcf9c0da
Merge pull request #41636 from rallytime/merge-develop
...
[develop] Merge forward from nitrogen to develop
2017-06-07 12:42:04 -05:00
rallytime
396b06fdf8
Merge branch 'nitrogen' into 'develop'
...
No conflicts.
2017-06-07 09:54:20 -06:00
rajvidhimar
0fd3344a65
Update network_automation doc
2017-06-07 14:04:58 +05:30
Mike Place
94aa1876d4
Merge pull request #41546 from cloudflare/dns-grains
...
Add host_dns grain for napalm
2017-06-06 15:00:07 -05:00
Mircea Ulinic
564f2d1e3d
Indent correctly the code block
2017-06-06 15:23:14 +00:00
Mircea Ulinic
b70df6e576
Reference new Jinja filters in the release notes
2017-06-06 15:15:06 +00:00
Mircea Ulinic
406e582479
Small adjustment
2017-06-06 15:14:47 +00:00
Mircea Ulinic
62cb2a1c7a
More jinja references
2017-06-06 15:05:50 +00:00
Mircea Ulinic
bba8c27873
Restructure the Jinja topic to have refrences
2017-06-06 14:56:21 +00:00
Mircea Ulinic
2a8c5cef04
Add notes regarding other new features
2017-06-06 14:18:01 +00:00
Mircea Ulinic
b59760fae2
Fix indentation for better display
2017-06-06 13:52:01 +00:00
Mircea Ulinic
ad4e6e5ec5
salt.beacons.log instead of 'Log'
2017-06-06 13:46:38 +00:00
Mircea Ulinic
36985bb1ed
Remove service state, not a new one
2017-06-06 13:45:02 +00:00
Mircea Ulinic
b6b6a51846
Index new modules introduced in Nitrogen
2017-06-06 13:41:32 +00:00
Mircea Ulinic
6b1b05129c
Remove the reference to the profile outputter
2017-06-06 12:49:04 +00:00
rajvidhimar
e92b110a1c
Junos specific documentation for topic Network Automation
2017-06-05 16:03:30 +05:30
Ric Klaren
aa88749a71
Add flag to disable validation when cloning a libvirt domain
...
Provide workaround for issue #41137
2017-06-01 23:14:15 +02:00
Mircea Ulinic
fb12353a1d
Insert note in the Nitrogen release
2017-06-01 11:42:53 +00:00
kstreee
94b9ea51eb
Implements MessageClientPool to avoid blocking waiting for zeromq and tcp communications.
2017-05-31 18:28:18 +09:00
Mike Place
26c3441c57
Merge branch 'develop' into merge-develop
2017-05-30 12:56:25 -05:00
Mike Place
21a1b41a42
Merge pull request #41502 from whiteinge/epub-tocdup
...
Add epub_tocdup to conf file
2017-05-30 12:44:19 -05:00
rallytime
8c1dc36a8b
Merge branch 'nitrogen' into 'develop'
...
Conflicts:
- salt/modules/zypper.py
- salt/utils/parsers.py
2017-05-30 10:20:44 -06:00
Seth House
ebefecea33
Add epub_tocdup to conf file
...
http://www.sphinx-doc.org/en/stable/config.html#confval-epub_tocdup
2017-05-30 10:17:52 -06:00
Mike Place
7cd029c9ed
Merge pull request #41142 from FedericoCeratto/mysql_cache
...
Implement MySQL-based minion data cache
2017-05-30 10:59:32 -05:00
Federico Ceratto
57b91feb25
Implement etcd based minion data cache
2017-05-29 10:51:10 +01:00
Mike Place
cec5af7ce3
Merge pull request #41437 from Ch3LL/fix_gce_net
...
Remove ex_subnetwork requirement for GCE
2017-05-26 17:04:06 -05:00
rallytime
ff417db115
Merge branch 'nitrogen' into 'develop'
...
Conflicts:
- doc/topics/venafi/index.rst
- pkg/salt-proxy@.service
- salt/config/__init__.py
2017-05-26 11:27:24 -06:00
rallytime
de85b49b90
Merge branch '2016.11' into 'nitrogen'
...
Conflicts:
- salt/config/__init__.py
- salt/modules/cp.py
- salt/states/saltmod.py
- salt/utils/__init__.py
- salt/utils/gzip_util.py
- tests/integration/shell/test_cp.py
2017-05-26 11:11:54 -06:00
Nicole Thomas
5bb9dac9ec
Merge pull request #41413 from gtmanfred/nitrogen
...
Write tests for Venafi runner
2017-05-26 10:09:23 -06: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
Ch3LL
3f94964801
Remove ex_subnetwork requirement for GCE
2017-05-25 16:25:12 -04:00
Nicole Thomas
8188ecf12b
Merge pull request #41354 from tsaridas/minion_id_lowercase
...
minion_id_lowercase
2017-05-25 12:45:59 -06:00
Daniel Wallace
6dfb63f15d
add venafi to table of contents
2017-05-25 10:27:40 -06:00
Daniel Wallace
343a0b206c
fix doc
2017-05-25 10:26:54 -06:00
wgoulet
44dec966c8
Updated documentation for Venafi module with better examples & clarifications
2017-05-25 10:26:54 -06:00
Federico Ceratto
412070b841
Implement MySQL-based minion data cache
2017-05-25 11:29:02 +01:00
David Boucha
5eb27571a0
Correct doc to actually blacklist a module
2017-05-24 17:22:36 -06:00
rallytime
9ff2694155
Merge branch '2016.11' into 'nitrogen'
...
Conflicts:
- pkg/salt-minion.service
- salt/modules/junos.py
- salt/modules/localemod.py
- salt/modules/win_system.py
- salt/states/junos.py
- tests/unit/modules/test_localemod.py
- tests/unit/modules/test_win_powercfg.py
- tests/unit/states/dockerng_test.py
2017-05-24 16:32:59 -06:00
Andreas Tsaridas
38acbb2480
add dashes
2017-05-24 18:16:54 +02: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
Ch3LL
0d3f5da0ec
add spaces for code in docs
2017-05-23 11:35:20 -06:00
Ch3LL
42e614bb7d
add title
2017-05-23 11:35:20 -06:00