Commit Graph

55700 Commits

Author SHA1 Message Date
Florian Ermisch
84953c674e Change behavior in Carbon, but no RuntimeError until Nitrogen 2015-07-29 13:55:50 +02:00
Florian Ermisch
1665785e3e PEP8 E261/PEP8 E302/PEP8 E502/E1305
You see, I don't have salt-pylint working yet...
2015-07-29 13:24:01 +02:00
Florian Ermisch
4509ad0a80 more clean-up, get version info from salt.version 2015-07-29 12:24:34 +02:00
Florian Ermisch
3f35d4a8c0 keep args in same order as they were before 2015-07-29 11:18:39 +02:00
Florian Ermisch
8859579cf7 fix E8211/C0326 2015-07-29 11:10:58 +02:00
Florian Ermisch
ec0d17de3d fix W1699(incompatible-py3-code) 2015-07-28 18:53:39 +02:00
Florian Ermisch
04f8980a61 fix returning changed visibility 2015-07-28 18:43:56 +02:00
Florian Ermisch
ddd06c4724 up until Boron wrap result in a dict 2015-07-28 18:09:08 +02:00
Florian Ermisch
f4249e7399 return changes on visibility 2015-07-28 18:08:15 +02:00
Florian Ermisch
a0dad3b845 image_present: if len(acceptable) drops to 0 we've got a problem... 2015-07-28 17:29:22 +02:00
Florian Ermisch
763189c459 cherry-picking some clean-up 2015-07-28 17:21:57 +02:00
Florian Ermisch
fa219d3c84 import of prototype of image_update() from lithium branch glance_state_module 2015-07-28 17:17:51 +02:00
Florian Ermisch
2e7b154a5c Catch HTTPForbidden and return an Error 2015-07-28 17:00:59 +02:00
Florian Ermisch
73ba331f1f Refresh image details if active but w/o checksum 2015-07-28 16:48:50 +02:00
Florian Ermisch
a6d7d3f5ce Add missing parameter "protected" to image_create 2015-07-28 16:15:16 +02:00
Florian Ermisch
0b89931376 image_list:check saltversion to determine behavior
I'm not supposed to do this, am I?
2015-07-28 14:42:22 +02:00
Florian Ermisch
e54ef56c24 build ret{} with matching images
doesn't work with multiple images of the same
name b/c ret is keyed with the images' names!
2015-07-28 13:50:28 +02:00
Florian Ermisch
5350baa8e5 Catch HTTPNotFound and return error 2015-07-28 13:14:58 +02:00
Florian Ermisch
95db1d603a added option "test" - not yet well tested :D 2015-07-28 12:51:50 +02:00
Florian Ermisch
076f20cbbe Add optional parameter "name"
As states are identified by names and not random
IDs we don't want to have to check for a not-yet-
known value.
2015-07-28 12:47:38 +02:00
Florian Ermisch
4717341dcf LINTing... 2015-07-17 12:33:31 +02:00
Florian Ermisch
e6f63cd50d fix loop over acceptable states and comment not verifying the ckecksum if wait_for < active 2015-07-17 11:43:37 +02:00
Florian Ermisch
fbdd548eca glance.image_present almost working 2015-07-17 11:43:31 +02:00
Florian Ermisch
5343bf1789 created own function _find_image() to resolve image names 2015-07-17 11:43:20 +02:00
Florian Ermisch
0275615f33 also comment correct values 2015-07-17 11:43:14 +02:00
Florian Ermisch
82b5e5e1b0 add param checksum to image_present() 2015-07-17 11:43:06 +02:00
Florian Ermisch
6325f583c8 very basic glance.image_present 2015-07-17 11:42:59 +02:00
Thomas S Hatch
cef746159d Merge pull request #25491 from s0undt3ch/2015.8
Let's call it for what it is!
2015-07-16 12:57:32 -06:00
Pedro Algarvio
393a21117e Rename the module 2015-07-16 17:04:22 +01:00
Pedro Algarvio
42bfec8bb5 Let's call it for what it is! 2015-07-16 17:01:42 +01:00
Colton Myers
721ece33e8 Merge pull request #25462 from rallytime/protect_profile_config_check
Wrap is_profile_configrured calls in try/except block
2015-07-15 14:22:42 -06:00
Thomas S Hatch
4f91f5b32e Merge pull request #25439 from rallytime/fix-25431
Reduce digital_ocean API call frequency
2015-07-15 13:40:24 -06:00
rallytime
0df667ba7a Add a few more drivers that don't require a profile size to non_size_drivers list 2015-07-15 13:40:00 -06:00
rallytime
2c01ef71b9 Wrap is_profile_configured calls in try/except blocks 2015-07-15 13:38:43 -06:00
rallytime
7138f36d05 Add page number change to release notes 2015-07-15 10:48:23 -06:00
Mike Place
7d4aee70ce Merge pull request #25451 from s0undt3ch/2015.8
Salt-SSH Scan roster bugfixes (And Py3 support)
2015-07-15 09:00:29 -06:00
Mike Place
279d0f1c1b Merge pull request #25449 from ruzarowski/2015.8-minion_keys_exclude_dotfiles_and_dirs
Exclude dotfiles and directories from minion key lists (Fixes #25448)
2015-07-15 08:37:10 -06:00
Pedro Algarvio
8e8c1af5b8 How did this ever worked!?
`ret` keys were actual `ipaddress.IPv4Address` instances...
2015-07-15 15:01:52 +01:00
Pedro Algarvio
d14726792e Add ipaddress to salt._compat 2015-07-15 15:01:33 +01:00
Pedro Algarvio
6957005e6e Python 3 compatibility 2015-07-15 15:01:22 +01:00
Rafael Uzarowski
b02f77acfc Exclude dot-files and directories from minion key listings and minion lists based on authenticated key names 2015-07-15 14:18:31 +02:00
Rafael Uzarowski
5420181cdf Merge remote-tracking branch 'upstream/2015.8' into 2015.8 2015-07-15 11:18:39 +02:00
rallytime
8e27d06770 Reduce digital_ocean API call frequency 2015-07-14 18:39:39 -06:00
Justin Findlay
0b4ca8dc0e Merge pull request #25421 from basepi/merge-forward-2015.8
[2015.8] Merge forward from 2015.5 to 2015.8
2015-07-14 15:44:15 -06:00
Colton Myers
b222d4bf98 Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8 2015-07-14 14:34:00 -06:00
Colton Myers
8af30cef8c Merge pull request #25412 from basepi/merge-forward-2015.8
[2015.8] Merge forward from 2015.5 to 2015.8
2015-07-14 12:01:05 -06:00
Colton Myers
4d929071e1 Merge pull request #25411 from basepi/merge-forward-2015.5
[2015.5] Merge forward from 2014.7 to 2015.5
2015-07-14 11:55:26 -06:00
Thomas S Hatch
a3d84eb2a6 Merge pull request #25415 from bechtoldt/elastic_docs
[docs] declare YAML as code block
2015-07-14 11:11:59 -06:00
Arnold Bechtoldt
79547c8152 declare YAML as code block 2015-07-14 19:08:50 +02:00
Colton Myers
2a144b954a Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8
Conflicts:
    doc/ref/states/requisites.rst
    doc/topics/tutorials/states_pt5.rst
    salt/cloud/clouds/ec2.py
    salt/config.py
    salt/minion.py
    salt/modules/cp.py
    salt/pillar/__init__.py
    salt/states/file.py
2015-07-14 10:57:36 -06:00