Commit Graph

49075 Commits

Author SHA1 Message Date
Jason Woods
59b23e5f6e Fix broken batch results
Fixes #24875

a34b74a70c fixed the ValueError but caused results to be overwritten as if a minion did not return, when actually it did.
2015-07-01 11:11:29 +01:00
Justin Findlay
937a252e16 remove unnecessary file state tests 2015-06-30 17:16:17 -06:00
Jay Bendon
c6a501ebda quick fix for issue #18447 2015-06-30 14:59:00 -07:00
Thomas S Hatch
46350796b6 Merge pull request #25083 from steverweber/fix_ipmi_stat
ipmi: get_sensor_data would always fail
2015-06-30 14:57:21 -06:00
Thomas S Hatch
15f2a4077c Merge pull request #25067 from The-Loeki/patch-1
Fix for maxdepth=0 in find
2015-06-30 14:54:05 -06:00
Thomas S Hatch
38903a94a1 Merge pull request #25069 from puneetk/patch-1
Add a helper module function called list_enabled
2015-06-30 14:53:51 -06:00
Thomas S Hatch
58d933cfa8 Merge pull request #25078 from terminalmage/fix-mac-uid
Use smaller number for upper limit of mac_user's _first_avail_uid helper function
2015-06-30 14:53:24 -06:00
Florian Ermisch
3baacc72b4 use Glance API v1 for image_create 2015-06-30 22:44:22 +02:00
Florian Ermisch
c3d6134da1 making pylint marginally happier 2015-06-30 22:44:16 +02:00
Florian Ermisch
19a20bf228 get valid properties for image_show() from the schema for "image" 2015-06-30 22:44:10 +02:00
Florian Ermisch
0c6a61173a add some debugging, fix a few AttributeErrors 2015-06-30 22:43:56 +02:00
Florian Ermisch
aceca0e20d fix return of glance.image_show() 2015-06-30 22:43:48 +02:00
Florian Ermisch
a47509e7dd fix return of image_list 2015-06-30 22:43:33 +02:00
Florian Ermisch
9f923edfab Change confusing "nt_ks" to "g_client"
Because this is no "neutron keystone" but an
instance of glanceclient.v2.client.Client.
2015-06-30 22:43:27 +02:00
Florian Ermisch
fa2bd1a79c bit of docs/comments in image_create() 2015-06-30 22:43:16 +02:00
Florian Ermisch
5c34d0c494 merge 439b1e42053239b into 2015.5 2015-06-30 22:42:52 +02:00
Florian Ermisch
7a3cf27948 update attributes for image_show output 2015-06-30 22:27:16 +02:00
Florian Ermisch
b1bec0f1a1 fix retry w/ user/pass if token fails 2015-06-30 22:27:10 +02:00
Florian Ermisch
2f4ef6683c update attributes for image_list output 2015-06-30 22:27:01 +02:00
Justin Findlay
6f238e924c integration test file.managed sources 2015-06-30 14:26:59 -06:00
Florian Ermisch
eef3bc7048 use _auth() from neutron plus keystoneclient,
try username/password if token is invalid.

image_list() doesn't work yet but get's past
the authentication using username + password.
2015-06-30 22:26:43 +02:00
Justin Findlay
a5978d30c2 iterate an iterable source othwerise list+str it
Fixes #25041.
2015-06-30 14:22:52 -06:00
Steve Weber
836f48c378 include _ in IpmiCommand
include _ in IpmiCommand
2015-06-30 16:00:49 -04:00
Steve Weber
817e434591 get_sensor_data would always fail
get_sensor_data would always fail

the solution is a little messy but it now works.
2015-06-30 15:57:35 -04:00
Erik Johnson
df2ab7ee2b Use smaller number for upper limit of mac_user's _first_avail_uid helper function
Using 2^32 as the upper limit causes an OverflowError when unit tests
are run on a 32-bit host. If your OS X host has over 4 billion users, I
tip my hat to you.
2015-06-30 13:50:06 -05:00
puneet kandhari
f0b4e600e6 Update Documentation to clarify version added
Code Review Update from @jfindlay
2015-06-30 13:09:14 -05:00
puneet kandhari
f8dc6030e7 Pylint updates , removing whitespace 2015-06-30 12:53:20 -05:00
Justin Findlay
ebd6cdc412 Merge pull request #25045 from garethgreenaway/24521_debian_networking
Fixes to debian_ip.py in 2015.5
2015-06-30 11:36:42 -06:00
puneet kandhari
532d315dd1 [Code Review update] renamed function to is_enaled from list_enabled 2015-06-30 11:37:20 -05:00
puneet kandhari
20b0462289 Update schedule.py 2015-06-30 11:28:57 -05:00
David Boucha
ae31b279cc Merge pull request #25065 from lorengordon/update-windows-installer-links
Add download links for 2015.5.1-3 and 2015.5.2 Windows installers
2015-06-30 09:29:31 -06:00
puneet kandhari
4f1471d7fb Add a helper module function called list_enabled 2015-06-30 08:53:25 -05:00
Ronald van Zantvoort
61edad3a80 Fix for maxdepth=0 in find
Currently maxdepth=0 won't match anything.
2015-06-30 15:13:03 +02:00
lorengordon
40a0c132d4 Add download links for 2015.5.1-3 and 2015.5.2, Fixes #25057 2015-06-30 07:48:21 -04:00
Justin Findlay
d8f91d4a19 add some apprehension to the sudo exec module
- raise an error if sudo.salt_call is called directly, which would be an
  inductively divergent condition

- return the actual error message (along with some debug logging) when
  the command fails rather than an unhelpful json decode error.

- protect positional args and kwargs to salt-call with a `--` symbol.

- quote the args and kwargs sent to salt-call so they work as expected.

- do not load the sudo exec module if the sudo_user config is unset
2015-06-30 03:18:47 -06:00
Justin Findlay
a9269c072a adding sudo exec module docs 2015-06-30 03:18:47 -06:00
Justin Findlay
e4a40b7bd8 comment whitespace in minion config 2015-06-30 03:10:56 -06:00
Justin Findlay
44cb167744 adding sudo_user minion config docs 2015-06-30 03:10:56 -06:00
Justin Findlay
d461060efe adding sudo_user minion config to default 2015-06-30 03:10:56 -06:00
Thomas S Hatch
ddaeb0fb8e Merge pull request #25052 from basepi/merge-forward-2015.5
[2015.5] Merge forward from 2014.7 to 2015.5
2015-06-29 18:05:00 -07:00
Colton Myers
2c5e664a58 Merge remote-tracking branch 'upstream/2014.7' into merge-forward-2015.5 2015-06-29 16:27:17 -06:00
Gareth J. Greenaway
6f2a6c940b having proto default to static since it's needed to build the template. 2015-06-29 13:21:04 -07:00
Thomas S Hatch
c7003d4951 Merge pull request #25038 from jfindlay/versionadded
versionadded
2015-06-29 12:49:27 -07:00
Justin Findlay
d6dc6f97b5 versionadded
Fixes #24747.
2015-06-29 10:53:37 -06:00
Justin Findlay
28c87cab17 Merge pull request #24747 from msciciel/2015.5
add get_route function to network module
2015-06-29 10:51:42 -06:00
Thomas S Hatch
46a96773aa Merge pull request #24975 from lyft/npm-module-fix
Fix update of undefined env var in npm module
2015-06-29 09:45:05 -07:00
Thomas S Hatch
9cf8550cd8 Merge pull request #24986 from heewa/fix-pkg-hold-when-errored
Don't modify empty change
2015-06-29 09:44:17 -07:00
Thomas S Hatch
ece897d8d6 Merge pull request #24999 from rallytime/cloud_error_help
Provide a less confusing error when cloud provider is misconfigured
2015-06-29 09:43:31 -07:00
Mike Place
4af15cfb90 Merge pull request #24987 from heewa/fix-trying-to-cache-no-file
Don't try to cache a template when it's not a file
2015-06-29 08:02:59 -06:00
Mike Place
8eeaddbff4 Merge pull request #25022 from jfindlay/label_docs
revise label and milestone documentation
2015-06-29 07:51:24 -06:00