Commit Graph

56532 Commits

Author SHA1 Message Date
Gareth J. Greenaway
66f640086a one more lint error 2015-08-09 17:52:48 -07:00
Erik Johnson
d2d30bdb4a Move winrepo root definition into GitProvider class 2015-08-09 17:42:13 -05:00
Erik Johnson
67a60e2228 Correct a bad link 2015-08-09 17:42:13 -05:00
Erik Johnson
b9fa443eba Update release notes with more information about winrepo changes 2015-08-09 17:42:13 -05:00
Erik Johnson
a7623b73ee Add notes about new features and deprecated option names 2015-08-09 17:42:13 -05:00
Erik Johnson
157b1c8b11 Add masterless winrepo config params to minion config docs 2015-08-09 17:42:13 -05:00
Erik Johnson
7ed679ad60 Add new winrepo config params to master config docs
Also fixed documentation for some of the gitfs and git_pillar config
params.
2015-08-09 17:42:13 -05:00
Erik Johnson
a7f9622486 Deprecate old winrepo config params in salt.modules.win_pkg 2015-08-09 17:42:12 -05:00
Erik Johnson
ba622cd5b0 Rename config parameters to reflect name changes 2015-08-09 17:42:12 -05:00
Erik Johnson
b7747d47d1 Deprecate old winrepo config params in salt.modules.winrepo
Also corrected bad path handling in genrepo()
2015-08-09 17:42:12 -05:00
Erik Johnson
b5c5a4728f Deprecate old winrepo config params in salt.runners.winrepo
Also made a couple bugfixes found in testing
2015-08-09 17:42:12 -05:00
Erik Johnson
bc0832cd12 Deprecate old winrepo config params in salt.states.winrepo 2015-08-09 17:42:12 -05:00
Erik Johnson
692d96e9d2 Deprecate old winrepo config params in salt.utils.gitfs 2015-08-09 17:42:12 -05:00
Erik Johnson
f5fd2729c2 Add ref to winrepo docs 2015-08-09 17:42:12 -05:00
Erik Johnson
caab015fba Use platform agnostic path joiner when caching files 2015-08-09 17:42:12 -05:00
Erik Johnson
3107c6c6ca Quiet down logging for winrepo 2015-08-09 17:42:12 -05:00
Erik Johnson
ea3549e43e Use salt.utils.gitfs for winrepo 2015-08-09 17:42:12 -05:00
Erik Johnson
c7666117a8 Make minimum gitpython, pygit2, etc. versions global attributes 2015-08-09 17:42:12 -05:00
Erik Johnson
d84d13adcc Add WinRepo class 2015-08-09 17:42:12 -05:00
Erik Johnson
f1c087896e Add new winrepo config params 2015-08-09 17:42:12 -05:00
Nitin Madhok
a1899b436c Correct provider name in profile example 2015-08-09 11:49:10 -04:00
Nitin Madhok
194f2b9ba7 Correct provider name in profile example 2015-08-09 11:48:04 -04:00
Nitin Madhok
b699e0cf47 Change all provider references to driver 2015-08-09 11:47:14 -04:00
Nitin Madhok
d6ed38c6a9 backwards compatibility fix for mac_address 2015-08-09 11:33:00 -04:00
Jorge Schrauwen
b1eb882585 salt.modules.smartos_imgadm - fix incorrect parsing of message on delete 2015-08-09 13:01:46 +00:00
Jorge Schrauwen
22d95456c0 salt.modeles.smartos_imgadm - ling cleanup 2015-08-09 12:36:50 +00:00
Jorge Schrauwen
3e71a6924f salt.modeles.smartos_imgadm - use __func_alias__ consitently to avoid clobbering python internal functions. 2015-08-09 12:36:06 +00:00
Jorge Schrauwen
30e6a812de Merge branch 'imgadm-output-cleanup' of https://github.com/sjorge/salt into imgadm-output-cleanup 2015-08-09 12:32:17 +00:00
Jorge Schrauwen
96e7a19b96 salt.modules.smartos_imgadm - renamed import_image to import, now inline with underlaying imgadm update. Also returns proper output. 2015-08-09 12:31:53 +00:00
Jorge Schrauwen
26ea39e07f salt.modules.smartos_imgadm - parse output for get 2015-08-09 12:15:08 +00:00
Nitin Madhok
55248ddac4 Lint fix 2015-08-09 07:44:47 -04:00
Jorge Schrauwen
e8e802f0f5 salt.modules.smartos_imgadm - parse output for get 2015-08-09 11:36:18 +00:00
Jorge Schrauwen
1ccafa50d9 salt.modules.smartos_imgadm - parse output for show 2015-08-09 11:28:54 +00:00
Jorge Schrauwen
c13ba6afce salt.modules.smartos_imgadm - renamed list_installed to list, now inline with underlaying imgadm update. Also returns proper output. 2015-08-09 11:18:20 +00:00
Nitin Madhok
f5e6e37945 VMware cloud driver fixes 2015-08-09 07:12:29 -04:00
Jorge Schrauwen
fad9908550 salt.modules.smartos_imgadm - avail now gives proper output 2015-08-09 11:04:23 +00:00
Nitin Madhok
1f21876d21 Lint fixes 2015-08-09 06:11:46 -04:00
Nitin Madhok
0bd4fce9c1 Additional fixes to format_instance functions to display more information available 2015-08-09 05:55:09 -04:00
Jorge Schrauwen
1a1b2d7fc1 salt.modules.smartos_imgadm - renamed update_installed to update and added optional uuid parameter, now inline with underlaying imgadm update 2015-08-09 09:40:53 +00:00
Jorge Schrauwen
ebb6909287 minor doc fix for salt.modules.smartos_imgadm 2015-08-09 09:17:59 +00:00
Jorge Schrauwen
e70c885a22 salt.modules.vacuum now takes a parameter verbose. 2015-08-09 09:08:48 +00:00
Jorge Schrauwen
17acf8e622 salt.module.smartos_imgadm now supports vacuum 2015-08-09 08:12:44 +00:00
Nitin Madhok
4ee1b777e9 Change double quotes to single quotes in add_host config example 2015-08-09 03:53:05 -04:00
Nitin Madhok
e132f06a5c Change double quotes to single quotes in provider configuration example 2015-08-09 03:43:53 -04:00
Nitin Madhok
ad9895de07 Display error in else condition if connection is unsuccessful and does not have msg attribute. Fixes #25809 2015-08-09 03:14:53 -04:00
Thomas S Hatch
474a250414 Merge pull request #26137 from steverweber/vmware_macaddress_fix
use device mac address if vmtools not active
2015-08-08 21:05:36 -06:00
Evgeny Vereshchagin
e5eaf4686a Use timedatectl set-timezone to tzsetting
Fixed #26122
2015-08-09 06:00:35 +03:00
Steve Weber
2589e389f0 use device mac address if vmtools not active
return device mac address if vmtools is not loaded or does not return any networks.
2015-08-08 22:20:21 -04:00
Thomas S Hatch
8a33797737 Merge pull request #26119 from jodv/backport_eauth_bugfix
Backport eauth bugfix to 2015.5
2015-08-08 20:19:52 -06:00
Thomas S Hatch
2b8dcce0ca Merge pull request #26135 from cro/pm20155_2
Fix proxy minions in 2015.5 and significantly update documentation.
2015-08-08 20:19:21 -06:00