Mike Place
fb008e6f84
Merge pull request #41144 from terminalmage/issue34775
...
gitfs: Add two new options to affect saltenv mapping
2017-06-22 12:05:49 -05:00
Mike Place
b0b091b133
Merge pull request #41817 from pruiz/enhancements-to-rh-ip-config
...
Addresses rh_ip's shortcomings when configuring balance-rr bonds with miimon monitoring, as well as adding support for 'advertise' ethtool's setting.
2017-06-22 11:38:21 -05:00
Mike Place
8da1c2a1eb
Merge pull request #41884 from nicholasmhughes/allow-empty-emailaddress-in-tls
...
Remove the default value for emailAddress in the tls module
2017-06-22 11:32:30 -05:00
Erik Johnson
b598c1e5a6
Merge pull request #41899 from arnoschuring/execution-module-docs
...
Execution module docs
2017-06-22 08:45:24 -05:00
Arno Schuring
e9d381ae6b
Merge branch 'develop' into execution-module-docs
2017-06-22 13:45:05 +02:00
nicholasmhughes
473c18bff4
Allow the emailAddress field to be empty and don't supply a default value. Email address is an optional field
...
and makes DNs... interesting.
2017-06-21 14:26:31 -04:00
Erik Johnson
798567b766
Add new gitfs config options to mocked opts
2017-06-21 12:42:48 -05: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
Mike Place
31d51e7093
Merge pull request #41871 from cloudflare/thorium-work
...
Various additions for Thorium
2017-06-21 12:26:29 -05:00
Mike Place
8df2888f61
Remove unused import
2017-06-21 11:26:18 -06:00
Mike Place
8114d3da03
Merge pull request #41525 from rocket-labs-sysadmins/feature-36456
...
Add more functions to boto_elbv2 module
2017-06-21 12:14:58 -05:00
garethgreenaway
5ae8983ad5
Merge branch 'develop' into thorium-work
2017-06-21 09:40:23 -07:00
garethgreenaway
ae6e08281c
Merge branch 'develop' into enhancements-to-rh-ip-config
2017-06-21 08:34:42 -07:00
Mike Place
e9bb2b6fdc
Merge pull request #41866 from whiteinge/rest_cherrypy-ssl-version-range
...
rest_cherrypy SSL version range update
2017-06-21 10:31:11 -05:00
garethgreenaway
b43d01808b
Merge branch 'develop' into thorium-work
2017-06-21 08:26:26 -07:00
garethgreenaway
7bb81df919
Merge pull request #41873 from ashishdisawal/develop
...
Updated documentation of iptables module
2017-06-21 08:18:28 -07:00
Ashish Disawal
4a0cfe9787
Merge branch 'develop' into develop
2017-06-21 18:03:16 +05:30
Ashish Disawal
c092eb0506
Updated documentation of iptables module
...
The documentation said use '--state' in build_rule, but 'state' kwarg is being ignored at line 246.
In bash, the --source '! 127.0.0.1' did not work, but --source '!127.0.0.1' did.
2017-06-21 17:50:12 +05:30
Mircea Ulinic
3e2e6196b9
Add count_* kwargs for the contains function
2017-06-21 11:21:33 +00:00
Mircea Ulinic
9e681943c2
Reverting to redundant code, as __reg__ is not available
2017-06-21 11:21:28 +00:00
Mircea Ulinic
35e06545c4
Add register length check functions
2017-06-21 11:21:24 +00:00
Mircea Ulinic
d1e300c438
Avoid redundant code
2017-06-21 11:21:19 +00:00
garethgreenaway
f366fd30cd
Merge branch 'develop' into enhancements-to-rh-ip-config
2017-06-20 17:12:10 -07:00
Mike Place
11bdbafefb
Merge pull request #41709 from terminalmage/issue37322
...
Do not merge master_tops and top file matches using set union
2017-06-20 19:05:12 -05:00
Seth House
e33b632abd
Remove old versionaddedd
2017-06-20 16:35:30 -06:00
Seth House
ada4d54fa1
Update rest_cherrypy SSL version warning
2017-06-20 16:35:13 -06: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
ecb5f26299
Merge pull request #41793 from abednarik/41732_cmd_run_docs_fix
...
Fix typo in cmd.wait documentation
2017-06-20 14:53:58 -05:00
Mike Place
d3f1e668a2
Merge pull request #41782 from terminalmage/pr-35533
...
Re-open #35533 to resolve merge conflicts
2017-06-20 14:52:34 -05:00
Mike Place
724602b366
Merge pull request #41802 from farcaller/grains-cache-writer
...
Remove grains cache file in case if serialization failed for whatever reason
2017-06-20 14:47:18 -05:00
Mike Place
8d9596a22e
Fix lint error
2017-06-20 13:45:44 -06:00
Mike Place
b23628b742
Merge pull request #41822 from BenjaminSchubert/develop
...
documentation fix in module modules.test
2017-06-20 14:43:43 -05:00
Mike Place
0057eba7f0
Merge pull request #41844 from bodhi-space/infra4686
...
INFRA-4686 - fix return status pass-through for sub-functions in boto_elb.present()
2017-06-20 09:32:01 -05:00
Mike Place
c6cd7eba2a
Merge pull request #41780 from ferringb/fix-template-loading
...
Fix salt.util.render_jinja_tmpl usage for when not used in an environmnet
2017-06-20 09:29:50 -05:00
Benjamin Schubert
85ee506445
Register try as an alias for try_
2017-06-20 14:15:40 +02:00
garethgreenaway
c1245acaad
Merge branch 'develop' into pr-35533
2017-06-19 18:47:29 -07:00
garethgreenaway
b46964725c
Merge pull request #41843 from rallytime/bump-stale-config
...
Reduce the number of days an issue is stale by 25
2017-06-19 18:45:52 -07:00
Tom Williams
26f3fbba41
INFRA-4686 - fix return status pass-through for sub-functions in boto_elb.present()
2017-06-19 20:31:19 -04:00
rallytime
42989d5a28
Reduce the number of days an issue is stale by 25
...
This reduces the amount of time an issue is stale to approximately
3 years, 3 months, and some change.
2017-06-19 17:29:44 -06:00
Mike Place
7b75e5cb6e
Merge pull request #41840 from rallytime/merge-develop
...
[develop] Merge forward from 2017.7 to develop
2017-06-19 18:00:48 -05:00
Erik Johnson
52f2b8c33f
Handle cases where dest is None
2017-06-19 16:24:30 -05:00
abednarik
37cfcbebd5
Fix typo in cmd.wait documentation
2017-06-19 17:31:14 -03: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
Mike Place
56e1d3bc10
Merge pull request #41827 from alexbleotu/jinja_tests-gh
...
JINJA tests
2017-06-19 14:59:46 -05:00
Nicole Thomas
c84a6f36f4
Merge pull request #41808 from gtmanfred/py3
...
Fix last of the failing mac/py3 tests
2017-06-19 13:57:32 -06:00
Mike Place
389a689be9
Merge pull request #41604 from plassa-b/develop
...
Allow the user to get multiple service statuses at once through globbing
2017-06-19 12:35:59 -05:00
Mike Place
89e88738b2
Merge pull request #41647 from cetanu/patch-3
...
cloud vmware get_instance [size] #38814
2017-06-19 12:06:50 -05:00
Mike Place
3cdd2fe96c
Merge pull request #41701 from twangboy/remove_win_unicode_console
...
Remove win_unicode_console dependency
2017-06-19 11:57:12 -05:00
Mike Place
ffb8149de4
Merge pull request #41777 from garethgreenaway/41742_adding_force_option
...
Additions to lvm module and state module
2017-06-19 11:56:44 -05:00
Mike Place
5bc7a20327
Missing colon
2017-06-19 10:52:45 -06:00