Commit Graph

55543 Commits

Author SHA1 Message Date
Rafael Uzarowski
95aca7aaaa Fix CopyPaste error 2015-07-13 19:22:21 +02:00
Rafael Uzarowski
d80fc02c89 Fix lint errors 2015-07-13 19:22:20 +02:00
Rafael Uzarowski
7389619875 [cloud:EC2] Move SourceDest logic to _update_enis and add DeleteOnTermination alias for delete_interface_on_terminate 2015-07-13 19:22:20 +02:00
Rafael Uzarowski
d319038c2f Fix AttributeError in fileserver update_opts, as some func objects passed into loop do not have the func_globals attribute 2015-07-13 19:20:28 +02:00
rallytime
b9bf5304da Don't stacktrace when provisioning instances on softlayer_hw 2015-07-13 08:49:32 -06:00
rallytime
60391c97b5 Don't stacktrace when provisioning instances on softlayer 2015-07-13 08:48:22 -06:00
Nicole Thomas
0a0f8b0cf0 Merge pull request #25315 from ruzarowski/2015.8-EC2-ENI-Move-handling-of-AssociatePublicIpAddress-to-associate_eip-allocate_new_eip-logic
[cloud:EC2] Move handling of AssociatePublicIpAddress to associate_eip/allocate_new_eip logic depending on value type
2015-07-13 08:38:47 -06:00
Nicole Thomas
e5d7ba0b19 Merge pull request #25312 from ruzarowski/2015.8-Introduce-eni-Name-property-to-set-name-tag-value-after-its-creation
[cloud:EC2] Introduce eni Name property to set name tag value after its creation
2015-07-13 08:37:46 -06:00
Nicole Thomas
b16d86a1ec Merge pull request #25311 from ruzarowski/2015.8-Add-ability-to-attach-existing-interface
[cloud:EC2] Add ability to attach an existing eni
2015-07-13 08:37:18 -06:00
Pedro Algarvio
2fe94b7cca Merge pull request #25280 from rallytime/beryllium_deprecations
Remove deprecation warnings for Beryllium
2015-07-13 10:46:42 +01:00
Justin Findlay
49fe23fb80 Merge pull request #25329 from twangboy/wua_documentation
Fixed some documentation errors
2015-07-10 12:24:13 -06:00
twangboy
821595e4a3 Fixed some documentation errors 2015-07-10 10:41:56 -06:00
Rafael Uzarowski
2506585269 Use already allocated variable instead of calling getter twice 2015-07-10 18:19:37 +02:00
rallytime
c5811609be Put two boto_vpc functions on deprecation paths with warnings 2015-07-10 09:29:34 -06:00
rallytime
805041d4d0 Put data.getval and data.getvals on deprecation path with a warning 2015-07-10 09:29:34 -06:00
rallytime
7795670bdc Remove Beryllium Deprecation Warnings 2015-07-10 09:27:50 -06:00
rallytime
2b7d876c64 Put network.ip_in_subnet on deprecation path with a warning 2015-07-10 09:27:50 -06:00
Pedro Algarvio
3b3dc78916 Merge pull request #25300 from s0undt3ch/features/raas-17-salt-cloud-2015.8
Fix ordering issue & Added requirements support
2015-07-10 11:15:38 +01:00
Rafael Uzarowski
4d1fb4595b [cloud:EC2] Move handling of AssociatePublicIpAddress to associate_eip/allocate_new_eip logic depending on value type 2015-07-10 12:02:27 +02:00
Rafael Uzarowski
47ba4f2a18 Do not raise if NAme Tag of eni cannot be set, log.error instead 2015-07-10 11:00:43 +02:00
Rafael Uzarowski
ec6e017e2e Introduce eni Name property to set name tag value after its creation 2015-07-10 10:56:59 +02:00
Rafael Uzarowski
2c72bd8924 Add ability to attach an existing eni 2015-07-10 10:38:31 +02:00
Thomas S Hatch
4eb62e322d Merge pull request #25283 from jfindlay/win_user
ensure ret is always defined
2015-07-09 19:29:24 -06:00
Thomas S Hatch
a2860cb7a9 Merge pull request #25252 from jfindlay/win_fire
make args optional with default values in win_firewall.delete_rule
2015-07-09 19:27:50 -06:00
jacobhammons
cd405b440e Merge pull request #25257 from notpeter/SourceDestCheck
Document SourceDestCheck added in #25242.
2015-07-09 17:29:48 -06:00
Shane Lee
fb717d37f2 Merge pull request #25298 from twangboy/fix_25275
Continue if profile not found
2015-07-09 16:38:32 -06:00
Shane Lee
0a7ec11212 Merge pull request #25296 from twangboy/fix_25294
Fixed file.comment for windows
2015-07-09 15:08:02 -06:00
twangboy
0e29607e2c More lint (removed import os) 2015-07-09 15:06:48 -06:00
C. R. Oldham
58ca83cda1 Merge pull request #25254 from rallytime/change_beryllium_refs
Change versionadded/changed references from Beryllium to 2015.8.0
2015-07-09 15:01:15 -06:00
Pedro Algarvio
1388010187 Remove hardcoded maxDiff 2015-07-09 20:59:59 +01:00
Pedro Algarvio
3adb731abc Fixed ordering issue 2015-07-09 20:57:23 +01:00
twangboy
dc00492dec Fixed some lint 2015-07-09 11:54:15 -06:00
twangboy
b4380c0838 Fixed some lint 2015-07-09 11:52:35 -06:00
twangboy
b71695ab9b Continue if profile not found 2015-07-09 11:43:42 -06:00
Pedro Algarvio
cf071eaffa Add test which asserts proper field ordering 2015-07-09 17:32:50 +01:00
Pedro Algarvio
0fdfd5fc81 Preserve item order if a configuration block is to be flatten 2015-07-09 17:31:46 +01:00
Pedro Algarvio
665c201db8 Add RequirementsItem which will allow conditional requirements in the configuration class 2015-07-09 17:11:41 +01:00
twangboy
d726bb49e0 Fixed file.comment for windows 2015-07-09 09:53:56 -06:00
Justin Findlay
fa13f3e1ed Merge pull request #25285 from thusoy/patch-3
Remove error logging of missing victorops keys
2015-07-09 09:10:47 -06:00
Nicole Thomas
06347f3900 Merge pull request #25266 from ruzarowski/2015.8-SourceDestCheck
cloud: EC2 eni property SourceDestCheck is a AttributeBooleanValue
2015-07-09 07:29:07 -06:00
Tarjei Husøy
3a8ad1ea97 Remove error logging of missing victorops keys
Similar to https://github.com/saltstack/salt/pull/24868
2015-07-09 12:09:10 +02:00
Pedro Algarvio
718c874fdd Merge pull request #25216 from jfindlay/bsd_srv
replace shell code with native python code
2015-07-09 10:58:44 +01:00
Rafael Uzarowski
54f2bbee1c Fix pylint warnings in cloud/clouds/ec2.py 2015-07-09 10:49:41 +02:00
Justin Findlay
9dbd6d85fb ensure ret is always defined 2015-07-09 01:42:26 -06:00
Joseph Hall
e078a6d924 Merge pull request #25278 from rallytime/fix-25228
Don't require size for all cloud drivers when checking profile configs
2015-07-08 20:52:23 -06:00
rallytime
3579709e8b Use a better variable name 2015-07-08 19:48:59 -06:00
rallytime
d60176b396 Don't require size for all cloud drivers when checking profile configs
Fixes #25228
2015-07-08 19:43:31 -06:00
Colton Myers
84ce602469 Merge pull request #25271 from basepi/merge-forward-2015.8
[2015.8] Merge forward from 2015.5 to 2015.8
2015-07-08 18:59:34 -06:00
Colton Myers
3a7289a0cb Merge remote-tracking branch 'upstream/2015.5' into merge-forward-2015.8
Conflicts:
    doc/ref/states/all/salt.states.aptpkg.rst
    doc/ref/states/all/salt.states.etcd_mod.rst
    doc/topics/releases/releasecandidate.rst
    salt/client/mixins.py
    salt/modules/win_pkg.py
    tests/unit/modules/boto_vpc_test.py
2015-07-08 16:24:58 -06:00
Nicole Thomas
9e906030a0 Merge pull request #25263 from techhat/nonstandard
Allow non-standard HTTP requests on tornado
2015-07-08 15:27:08 -06:00