Commit Graph

50834 Commits

Author SHA1 Message Date
Claudiu Popescu
df917fad12 Adds support for getting and setting ec2 instace attributes 2015-04-14 13:38:49 +02:00
Bret Fisher
cb36f1a50f give SmartOS/sunos5 the correct CONFIG_DIR
Fixes #22634
2015-04-14 01:21:48 -04:00
Mike Place
e8f521e62c Merge pull request #22632 from jacksontj/transport
Add some support pyzmq 13.0.x
2015-04-13 20:54:42 -06:00
Matthew Williams
709ae7eeb5 boto_*: another attempt at making lint happy 2015-04-14 01:27:45 +00:00
Matthew Williams
d42325dda2 utils.boto: tweak BotoExecutionError 2015-04-14 01:24:37 +00:00
Anthonyhawkins
421d541145 Indent and formatting issues 2015-04-13 20:14:51 -05:00
Thomas Jackson
435fc7ba61 Add some support pyzmq 13.0.x
pyzmq 13.0.x was the first version to support *any* tornado in pyzmq, and since 14.0.x they have changed the API (IMO into a more sensible one). This conditionally changes the name to match the new API's naming
2015-04-13 17:43:45 -07:00
Nicole Thomas
a0f0303bfd Merge pull request #22627 from jfindlay/dev_lint
fix develop lint
2015-04-13 18:24:38 -06:00
Anthonyhawkins
533cd67bab Addressed formatting and other failures from tests
addressed issues found through automated testing. modify_profile now has
the same functionality regarding vlans as create_profile.  Added example
for modify_node.  Also changed variables named type to monitor_type and
profile_type respectively.
2015-04-13 19:07:58 -05:00
Anthonyhawkins
6ba06c3f30 Merge branch 'develop' of https://github.com/Anthonyhawkins/salt into add-f5-bigip-execution-module 2015-04-13 18:38:37 -05:00
Anthonyhawkins
b6a7663c26 bug fixes and profiles rework
fixed numerous bugs and typos in addition to reworking the way profiles
are handled.  Added support for shorthand list, dictionary, lists of
dictionaries and json support for profile creation and modification.
2015-04-13 18:38:24 -05:00
Anthony Hawkins
a844365b67 Delete sjpzsiva.bnh.txt 2015-04-13 18:38:22 -05:00
Anthony Hawkins
300aadecca Delete h3ogajn2.544.txt 2015-04-13 18:38:21 -05:00
Anthonyhawkins
4f9a7f0075 Added list and dictionary logic for option builders
Added logic to not try and build lists and dictionaries for parameters
if arg passed is already a list / dictionary
2015-04-13 18:38:21 -05:00
Anthonyhawkins
9db96ed21e Added virtual function. 2015-04-13 18:38:19 -05:00
Anthony Hawkins
3cb5ee5c21 Delete v3qymexn.q1w.txt 2015-04-13 18:37:35 -05:00
Anthony Hawkins
caf5ef7861 Delete sjpzsiva.bnh.txt 2015-04-13 18:37:35 -05:00
Anthony Hawkins
014417143b Delete h3ogajn2.544.txt 2015-04-13 18:37:34 -05:00
Anthonyhawkins
d202ca2d59 Added list and dictionary logic for option builders
Added logic to not try and build lists and dictionaries for parameters
if arg passed is already a list / dictionary
2015-04-13 18:37:33 -05:00
Anthonyhawkins
63b2a7ed04 Added virtual function. 2015-04-13 18:37:33 -05:00
Anthonyhawkins
215ea7416c Initial Commit
Initial code commit and function:

list_node
create_node
modify_node
delete_node
list_pool
create_pool
modify_pool
delete_pool
replace_pool_members
add_pool_member
modify_pool_member
delete_pool_member
list_virtual
create_virtual
modify_virtual
delete_virtual
list_monitor
create_monitor
modify_monitor
delete_monitor
list_profile
create_profile
modify_profile
delete_profile
2015-04-13 18:37:32 -05:00
Thomas S Hatch
4e0c7e7739 Merge pull request #22619 from vladionescu/22609
Fixed issue #22609 - yumpkg.group_list is now RHEL 7 (yum 3.4.3) compatible
2015-04-13 16:50:04 -06:00
Nathan Grennan
428b24b9ac Adding ssh_priv option in master configuration file to allow use of agent-forwarding 2015-04-13 15:42:45 -07:00
Matthew Williams
9f7294d0eb Merge remote-tracking branch 'origin/develop' into boto_utils 2015-04-13 22:42:28 +00:00
Matthew Williams
b8ead7ab27 utils.boto get_exception -> class 2015-04-13 22:34:19 +00:00
Thomas S Hatch
82597705be disable silly lint 2015-04-13 16:29:53 -06:00
Thomas S Hatch
c742cecd5a Merge branch 'boto_vpc_route_table_subnets' of https://github.com/claudiupopescu/salt into claudiupopescu-boto_vpc_route_table_subnets 2015-04-13 16:28:32 -06:00
Justin Findlay
3226c6ccb4 further saltnado lint 2015-04-13 16:28:10 -06:00
Thomas Jackson
3f1558b5d2 No reason to implement get_app in the mixin 2015-04-13 16:28:10 -06:00
Thomas Jackson
13724899d2 Remove unused method 2015-04-13 16:28:10 -06:00
Thomas Jackson
16bc3d0731 Pylint fixup 2015-04-13 16:28:10 -06:00
Thomas S Hatch
a78a5017f3 Merge branch '0xf10e-develop' into develop 2015-04-13 16:22:31 -06:00
Thomas S Hatch
0049a05137 lint 2015-04-13 16:22:14 -06:00
Thomas S Hatch
e5320f6db6 Merge branch 'develop' of https://github.com/0xf10e/salt into 0xf10e-develop 2015-04-13 16:21:52 -06:00
Matthew Williams
b01ef9e7e7 Merge remote-tracking branch 'origin/develop' into boto_utils 2015-04-13 22:11:30 +00:00
Matthew Williams
5d9a1f7f38 boto_elb: let connection errors bubble up 2015-04-13 22:11:12 +00:00
Matthew Williams
66f3c413e3 fix boto_ tests for use with utils.boto 2015-04-13 22:04:00 +00:00
Matthew Williams
36a01c464b use utils.boto in boto_sqs 2015-04-13 21:57:26 +00:00
Matthew Williams
66d22cefd3 use utils.boto in boto_sns 2015-04-13 21:54:01 +00:00
Matthew Williams
f0b89ea6f1 use utils.boto in boto_route53 and boto_secgroup 2015-04-13 21:48:01 +00:00
Thomas S Hatch
2364dfd0f1 Merge pull request #22094 from gladiatr72/RPM_systemd_NOFILE
fine tuning systemd support (or, how not to destroy open-file limits when upgrading your salt-master)
2015-04-13 15:47:34 -06:00
Piotr Kasprzyk
148ec13fdd Fix word activating 2015-04-13 23:44:48 +02:00
Matthew Williams
bf7bee7624 use utils.boto in boto_iam and boto_rds 2015-04-13 21:40:40 +00:00
Thomas S Hatch
7f004936c6 Merge pull request #22622 from rallytime/apply-22621-develop
Apply release note fix to develop branch
2015-04-13 15:35:11 -06:00
rallytime
becc997de4 Apply release note fix to develop branch 2015-04-13 15:34:24 -06:00
Matthew Williams
5f03b0da97 use utils.boto in boto_elb 2015-04-13 21:33:14 +00:00
Thomas S Hatch
8712a8b14c Merge pull request #22614 from rallytime/apply-22610
Apply release note change to develop
2015-04-13 15:26:25 -06:00
Matthew Williams
89d6bbcf10 use utils.boto in boto_elasticache 2015-04-13 21:24:54 +00:00
Matthew Williams
751081b1bc modules.boto_dynamodb: remove unused import 2015-04-13 21:17:03 +00:00
Matthew Williams
5f7bd4840a use utils.boto in dynamodb; return false instead of none for dynamodb.exists 2015-04-13 21:15:44 +00:00