Pedro Algarvio
|
60f215f191
|
Add from __future__ import absolute_import
|
2015-01-30 22:25:04 +00:00 |
|
Anthony Scalisi
|
44963fae0e
|
fix various typos
|
2014-12-08 14:32:53 -08:00 |
|
Pedro Algarvio
|
55b68c389d
|
Merge branch '2014.7' into develop
Conflicts:
tests/unit/modules/boto_vpc_test.py
|
2014-12-02 01:40:47 +00:00 |
|
Pedro Algarvio
|
2396568dd5
|
Remove unused import
|
2014-12-02 01:36:49 +00:00 |
|
Pedro Algarvio
|
b37c76a800
|
Merge branch '2014.7' into develop
Conflicts:
tests/unit/modules/boto_vpc_test.py
|
2014-12-02 01:09:15 +00:00 |
|
Pedro Algarvio
|
6530a7911e
|
Disable the false import error
|
2014-12-02 01:06:56 +00:00 |
|
Pedro Algarvio
|
50105aa001
|
Merge branch '2014.7' into develop
Conflicts:
salt/modules/boto_secgroup.py
salt/modules/boto_vpc.py
tests/unit/modules/boto_vpc_test.py
|
2014-12-01 23:07:39 +00:00 |
|
Pedro Algarvio
|
bdf3a3e91c
|
Disable some Pylint errors
|
2014-12-01 03:24:37 +00:00 |
|
Pedro Algarvio
|
b07707ff96
|
Disable some Pylint errors
|
2014-11-28 15:31:55 +00:00 |
|
Thomas S Hatch
|
656817141c
|
Merge pull request #17210 from hulu/typos-galore
fix numerous typos+misspellings
|
2014-11-06 14:25:53 -07:00 |
|
Thomas S Hatch
|
1e74ae2c5f
|
lint fixes
|
2014-11-06 11:05:37 -07:00 |
|
Thomas S Hatch
|
4e49453952
|
Merge branch 'get_vpc_id' of https://github.com/bemehow/salt into bemehow-get_vpc_id
|
2014-11-06 11:03:55 -07:00 |
|
Chris Rebert
|
b9bb56841d
|
fix numerous typos+misspellings
|
2014-11-05 13:57:47 -08:00 |
|
Michal Bicz
|
73f9654018
|
add module to find vpc id based on cidr, name or tags
|
2014-11-04 23:38:06 -08:00 |
|
Thomas S Hatch
|
77966c56c1
|
ilint
|
2014-11-04 15:18:37 -07:00 |
|
Michal Bicz
|
6c2f21263c
|
added unit tests, used vpc_ids argument instead of filter to find VPC, lint
|
2014-11-03 23:25:04 -08:00 |
|
rallytime
|
6212cfba12
|
Fix assertion messages to match and pass tests
|
2014-10-07 09:36:04 -06:00 |
|
rallytime
|
d8e7feafce
|
Clean up last expectedFailure
|
2014-10-07 08:42:31 -06:00 |
|
rallytime
|
5ff51987b9
|
Pylint fix
|
2014-10-07 08:31:42 -06:00 |
|
rallytime
|
868a6e5459
|
Change expectedFailures to @skipIfs
|
2014-10-07 08:13:09 -06:00 |
|
rallytime
|
6a1da81a99
|
Pylint fix
|
2014-10-06 20:48:00 -06:00 |
|
rallytime
|
274c61b694
|
Add docstrings to boto_vpc unit tests
|
2014-10-06 16:52:57 -06:00 |
|
Omer Katz
|
f5c92d70ff
|
Fixed possible test module import failure when boto is not installed.
|
2014-10-02 15:01:49 +03:00 |
|
Omer Katz
|
5620eddb2d
|
Removed unused import.
|
2014-10-02 14:32:51 +03:00 |
|
Omer Katz
|
430fea55e2
|
Added missing check for arguments in route_table_exists().
|
2014-10-02 14:26:40 +03:00 |
|
Omer Katz
|
f7bb4b3b67
|
Added missing check for arguments in network_acl_exists and fixed DHCP options test.
|
2014-10-02 14:26:39 +03:00 |
|
Omer Katz
|
02654ce0d4
|
Added missing check for arguments in dhcp_options_exists.
|
2014-10-02 14:26:39 +03:00 |
|
Omer Katz
|
b0f11e2e70
|
Added missing check for arguments in subnet_exists.
|
2014-10-02 14:26:39 +03:00 |
|
Omer Katz
|
2514d3824b
|
Addressing review from @ryan-lane. exists will now raise a SaltInvocationError when arguments are not specified.
|
2014-10-02 14:26:39 +03:00 |
|
Omer Katz
|
1233e9e2e6
|
Added the ability to check for existence of subnets by name or tags.
|
2014-10-02 14:26:39 +03:00 |
|
Omer Katz
|
ab950936e1
|
Verified that when providing no filters the vpc_exists method returns false.
|
2014-10-02 14:26:39 +03:00 |
|
Omer Katz
|
3c03cefb3a
|
Added support for filtering vpcs by name or tags.
|
2014-10-02 14:26:39 +03:00 |
|
Omer Katz
|
1bfff3a573
|
Rename test names.
|
2014-10-02 14:26:39 +03:00 |
|
Omer Katz
|
1fc37e22b6
|
DHCP tests will now be skipped correctly.
|
2014-10-02 14:26:39 +03:00 |
|
Omer Katz
|
b3f3b96ff7
|
Fixed test name.
|
2014-10-02 14:26:39 +03:00 |
|
Omer Katz
|
e0200ccd56
|
Skip DHCP tests for now.
|
2014-10-02 14:26:39 +03:00 |
|
Omer Katz
|
dbadd0b474
|
Added the ability to replace routes. Fixed failing tests.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
98e669e2f1
|
Added the ability to delete routes.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
ff48e4aebf
|
Added the ability to create routes.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
4110fb06eb
|
Added the ability to associate route tables.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
40230406fb
|
Added the ability to disassociate a route table.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
dc377b9ece
|
Added the ability to disassociate network acl.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
4e5d07e926
|
Added the ability to check for existence of route tables.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
312fa78c31
|
Fixed route table tests.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
f3538b40d2
|
Added the ability to delete route tables.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
a8e9fcaa3e
|
Added the ability to create route tables.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
5abbc62ccf
|
Added the ability to associate a network acl to a subnet and to create it and associate it in one operation.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
69f7d7c3b1
|
Added the ability to tag network acls.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
8d48df06c7
|
Added the ability to create/delete/replace network acl entries. Tests will fail correctly since moto doesn't support faking network acls yet.
|
2014-10-02 14:26:38 +03:00 |
|
Omer Katz
|
a8c6288196
|
Added the ability to create/delete/check for existence of network acl. Tests will fail correctly since moto doesn't support faking network acls yet.
|
2014-10-02 14:26:38 +03:00 |
|