Commit Graph

86844 Commits

Author SHA1 Message Date
Erik Johnson
877abb89d0
Complete the salt.utils refactor
This moves the remaining 30 functions from salt.utils to new locations.
2017-10-15 09:43:31 -05:00
Nicole Thomas
78e46b3a68 Merge pull request #44075 from terminalmage/salt.utils.files
Move 14 more functions from salt.utils
2017-10-13 14:56:12 -04:00
Nicole Thomas
b617c85519 Merge pull request #44084 from senthilkumar-e/doc_update
Fixing a typo in the troubleshooting document
2017-10-13 10:29:50 -04:00
Erik Johnson
2d4d8fa9c8
Convert "Can be removed" lines into TODO lines 2017-10-13 09:29:03 -05:00
Erik Johnson
c6b655b6e9
Move 14 more functions from salt.utils
These functions are:

salt.utils.test_mode -> salt.utils.args.test_mode
salt.utils.split_input -> salt.utils.args.split_input
alt.utils.pem_finger -> salt.utils.crypt.pem_finger
salt.utils.is_bin_file -> salt.utils.files.is_binary
salt.utils.list_files -> salt.utils.files.list_files
salt.utils.safe_walk -> salt.utils.files.safe_walk
salt.utils.st_mode_to_octal -> salt.utils.files.st_mode_to_octal
salt.utils.normalize_mode -> salt.utils.files.normalize_mode
salt.utils.human_size_to_bytes -> salt.utils.files.human_size_to_bytes
salt.utils.get_hash -> salt.utils.hashutils.get_hash
salt.utils.is_list -> salt.utils.data.is_list
salt.utils.is_iter -> salt.utils.data.is_iter
salt.utils.isorted -> salt.utils.data.sorted_ignorecase
salt.utils.is_true -> salt.utils.data.is_true
2017-10-13 09:29:03 -05:00
Nicole Thomas
0238a6d713 Merge pull request #44061 from Shinzu/develop
Add option to eagerly scrub the disk
2017-10-13 09:57:02 -04:00
Nicole Thomas
b63293cae2 Merge pull request #44063 from netzmacher/develop
modules elbv2 fix
2017-10-13 09:51:13 -04:00
Senthilkumar Eswaran
238941cd02 Fixing a typo in the troubleshooting document 2017-10-12 22:28:25 -07:00
Charlie Root
4fe49007a3
Merge branch 'develop' of https://github.com/netzmacher/salt into develop 2017-10-13 07:26:49 +02:00
Charlie Root
eec6a0bb2c
Merge branch 'develop' of https://github.com/saltstack/salt into develop 2017-10-13 07:26:31 +02:00
Charlie Root
07bd44e490
boto_elbv2 fix 2017-10-13 07:25:57 +02:00
Mike Place
e60c40398b Merge pull request #44074 from SaltyCharles/patch-9
fix typo in set_volume_tags documentation
2017-10-12 17:32:09 -06:00
SaltyCharles
e5b8953fc0 fix typo in set_volume_tags documentation 2017-10-12 11:41:50 -07:00
Markus
820add5551
Added version tag 2017-10-12 20:30:55 +02:00
Sven R
20ca371c4e Merge branch 'develop' into develop 2017-10-12 20:18:51 +02:00
Nicole Thomas
c7a22cb9fd Merge pull request #44047 from terminalmage/salt.utils.network
Move 5 functions from salt.utils
2017-10-12 14:09:18 -04:00
Charlie Root
1789ca93f9
boto_elbv2 fix 2017-10-12 19:42:35 +02:00
Nicole Thomas
b89d681327 Merge pull request #44017 from dis-xcom/develop
Fix issue with mutable 'virt:disk' object
2017-10-12 11:48:07 -04:00
Nicole Thomas
5166b1f5b8 Merge pull request #44002 from rawkode/feature/add-requests-warning
Adding requirement for requests 2.4.2 when using Vault module
2017-10-12 11:42:46 -04:00
Nicole Thomas
18dfc1967d Merge pull request #43849 from kkoch986/develop
Add support for tagging newly created DigitalOcean droplets.
2017-10-12 11:35:29 -04:00
Erik Johnson
1e2e2b6ac5
Move 5 functions from salt.utils
These functions are:

- salt.utils.ip_bracket -> salt.utils.zeromq.ip_bracket
- salt.utils.gen_mac -> salt.utils.network.gen_mac
- salt.utils.mac_str_to_bytes -> salt.utils.network.mac_str_to_bytes
- salt.utils.refresh_dns -> salt.utils.network.refresh_dns
- salt.utils.dns_check -> salt.utils.network.dns_check
2017-10-12 09:07:00 -05:00
Nicole Thomas
4dbbc38a12 Merge pull request #43989 from terminalmage/salt.utils.process
Move 4 functions from salt.utils
2017-10-12 09:48:54 -04:00
Charlie Root
bc17787c9d
modules elbv2 fix 2017-10-12 14:30:33 +02:00
Markus Wyrsch
911ee5f361
Add option to eagerly scrub the disk 2017-10-12 13:43:27 +02:00
Ken Koch
ecda3277d3 Merge branch 'develop' of github.com:kkoch986/salt into develop 2017-10-11 21:14:36 -04:00
Ken Koch
067d4a5dd2 change tags to list based in config 2017-10-11 21:14:27 -04:00
Dennis Dmitriev
a7108ff003
Fix issue with mutable 'virt:disk' object
Images stored in 'virt:disk:<profile>:image' , if exist, have
higher priority than 'image' argument for 'virt' module.

But if different nodes will use different images for the same disk
<profile> during the run, then the image used for the first node
will be re-used for all the rest because it is stored in the
mutable object.

Use copy.deepcopy to avoid such issue.
2017-10-12 02:30:41 +03:00
Mike Place
24b9f21456 Merge pull request #43831 from eradman/vmm_grain
Detect OpenBSD guest running under VMM(4)
2017-10-11 17:19:52 -06:00
Mike Place
3bc4dcec05 Merge pull request #43897 from ablinkinz/centurylinkcloud_provider
Adding Century Link Cloud Provider
2017-10-11 16:45:24 -06:00
Mike Place
4c2c1bee51 Merge pull request #43924 from kunal-bajpai/fix_id_cache
Create minion_id dirs if not exists
2017-10-11 16:43:25 -06:00
Erik Johnson
554c685ce5
Move 4 functions from salt.utils
- salt.utils.reinit_crypto -> salt.utils.crypt.reinit_crypto
- salt.utils.appendproctitle -> salt.utils.process.appendproctitle
- salt.utils.daemonize -> salt.utils.process.daemonize
- salt.utils.daemonize_if -> salt.utils.process.daemonize_if
2017-10-11 14:49:50 -05:00
Nicole Thomas
2f64837de3 Merge pull request #44049 from terminalmage/fix-warning
Fix bad copypasta in warning message
2017-10-11 15:16:02 -04:00
Erik Johnson
d3d76c79ca
Fix bad copypasta in warning message 2017-10-11 14:12:51 -05:00
Nicole Thomas
1e4dec5402 Merge pull request #43053 from DSRCorporation/bugs/43003_group_syndic_develop
Group minion events in Syndic.
2017-10-11 13:35:37 -04:00
Nicole Thomas
88c00ea198 Merge branch 'develop' into bugs/43003_group_syndic_develop 2017-10-11 13:35:16 -04:00
Nicole Thomas
3a078304d8 Merge pull request #43982 from terminalmage/salt.utils.data
Move 13 functions from salt.utils to salt.utils.data
2017-10-11 11:42:08 -04:00
garethgreenaway
aae062deeb Merge pull request #44022 from garethgreenaway/mount_state_module_fix
[develop] Fix to mount state module
2017-10-11 08:27:06 -07:00
garethgreenaway
e30c797d9b Merge pull request #43600 from vernondcole/vagrant-module
Vagrant module
2017-10-10 21:20:14 -07:00
garethgreenaway
f3699ade0a Merge branch 'develop' into vagrant-module 2017-10-10 17:07:20 -07:00
Erik Johnson
ab8c224e07
Remove docstrings in salt.utils convenience functions
Having the duplicate docstrings makes CodeClimate cry.
2017-10-10 17:42:42 -05:00
Erik Johnson
d947ddf176
Move 13 functions from salt.utils to salt.utils.data
These functions are:

- salt.utils.compare_dicts
- salt.utils.compare_lists
- salt.utils.decode_dict
- salt.utils.decode_list
- salt.utils.exactly_n
- salt.utils.exactly_one
- salt.utils.traverse_dict
- salt.utils.filter_by
- salt.utils.traverse_dict_and_list
- salt.utils.subdict_match
- salt.utils.substr_in_list
- salt.utils.is_dictlist
- salt.utils.repack_dictlist
2017-10-10 17:42:42 -05:00
Nicole Thomas
bd6b4dc10b Merge pull request #44006 from rallytime/follow-up-43946
Include versionadded tags for new key_text kwarg
2017-10-10 16:06:06 -04:00
Nicole Thomas
5406843d3f Merge pull request #44018 from benediktwerner/develop
Fixed digitalocean cloud module doc file not being renamed by #43588
2017-10-10 15:57:55 -04:00
Nicole Thomas
5812334419 Merge pull request #43993 from benediktwerner/fix-sensehat-docs
Improved sensehat execution module documentation
2017-10-10 15:14:23 -04:00
Gareth J. Greenaway
349782635d
This should be mount_opts and I typoed it as opts. Fixing that. 2017-10-10 11:38:41 -07:00
Benedikt Werner
ac363eaae7
Fixec back-ticks in sensehat module 2017-10-10 20:32:29 +02:00
garethgreenaway
cdc6f947f1 Merge branch 'develop' into fix-sensehat-docs 2017-10-10 10:26:27 -07:00
Benedikt Werner
c5dde87d88
Renamed digitalocean cloud module doc file 2017-10-10 18:55:06 +02:00
garethgreenaway
4064bf4768 Merge branch 'develop' into vagrant-module 2017-10-10 08:27:16 -07:00
rallytime
293a369a95
Include versionadded tags for new key_text kwarg
Refs #43946 and #40040
2017-10-10 09:10:02 -04:00