Commit Graph

37731 Commits

Author SHA1 Message Date
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
Omer Katz
97cd112fcf Refactoring the test module since it's getting bigger. 2014-10-02 14:26:37 +03:00
Omer Katz
eb1b512d16 Fixed logging and return value of create_customer_gateway. 2014-10-02 14:26:37 +03:00
Omer Katz
b5aaa2b3e8 Added unit tests that verify that dhcp options creation and association reports success/failure correctly. 2014-10-02 14:26:37 +03:00
Omer Katz
0bae036a21 Added unit tests that verify that dhcp options existence reports success/failure correctly. 2014-10-02 14:26:37 +03:00
Omer Katz
f943fb9364 Fixed the subnet exists test. 2014-10-02 14:26:37 +03:00
Omer Katz
4bed640bad Added the ability to check if a customer gateway exists. 2014-10-02 14:26:37 +03:00
Omer Katz
450a5a4570 Added unit tests that verify that subnet existence reports success/failure correctly. 2014-10-02 14:26:37 +03:00
Omer Katz
18e913a41f Added the ability to tag ec2 objects. 2014-10-02 14:26:37 +03:00
Omer Katz
888e2ce35e Fixed typo. 2014-10-02 14:26:37 +03:00
Omer Katz
fb9d1dbafe Verifyed that all ec2 objects can be named. 2014-10-02 14:26:37 +03:00
Omer Katz
8bbaf96f6e Added unit tests that verify that DHCP association reports success/failure correctly. 2014-10-02 14:26:37 +03:00
Omer Katz
2ed1957427 Added unit tests that verify that DHCP creation reports success/failure correctly. 2014-10-02 14:26:37 +03:00
Omer Katz
b202bcbe04 Allowed tagging a VPC with a name if required. 2014-10-02 14:26:37 +03:00
Omer Katz
f89b733e1e Added docstrings for the associate_new_dhcp_options_to_vpc method. 2014-10-02 14:26:37 +03:00
Omer Katz
e29b8ec59c Added docstrings for the associate_dhcp_options_to_vpc method. 2014-10-02 14:26:37 +03:00
Omer Katz
1f916e5d7a Added docstrings for the create_dhcp_options method. 2014-10-02 14:26:37 +03:00
Omer Katz
86e484fac8 Fixed docstrings. 2014-10-02 14:26:37 +03:00
Omer Katz
e27d82dd3d Added unit tests that verify that subnet deletion reports success/failure correctly. 2014-10-02 14:26:37 +03:00
Omer Katz
f64b9d57b5 Fixed typo. 2014-10-02 14:26:37 +03:00
Omer Katz
c82b8232dd Adjusted log levels. 2014-10-02 14:26:37 +03:00
Omer Katz
869cfe580d Added unit tests that verify that vpc deletion reports success/failure correctly. 2014-10-02 14:26:37 +03:00
Omer Katz
4004f09cd0 Refactoring the test suite. 2014-10-02 14:26:36 +03:00
Omer Katz
e4f8340201 Added unit tests that verify that subnet creation reports success/failure correctly. 2014-10-02 14:26:36 +03:00
Omer Katz
6db6771b8a Rearranged the module's methods order. 2014-10-02 14:26:36 +03:00
Omer Katz
78def8c70b Added unit tests that verify that vpc creation reports success/failure correctly. 2014-10-02 14:26:36 +03:00
Omer Katz
ff1805fcd0 Installed six since it's a dependency of moto. 2014-10-02 14:26:36 +03:00
Omer Katz
298dacafc1 Pinned boto version since it should work with the latest moto. 2014-10-02 14:26:36 +03:00
Omer Katz
2204c8759f Included boto in development requirements. 2014-10-02 14:26:36 +03:00
Omer Katz
9cff420f35 Added moto to the development requirements in order to start testing the VPC module. 2014-10-02 14:26:36 +03:00
Omer Katz
cc144fb0b8 Added the ability to create and associate DHCP options using the boto_vpc module. 2014-10-02 14:26:36 +03:00
Omer Katz
837353fddf Fixed a bug where a deleted vpc/subnet/customer gateway would report success on failure. 2014-10-02 14:26:36 +03:00
Omer Katz
3d360b4dce Added the ability to delete a customer gateway using the boto_vpc module. 2014-10-02 14:26:36 +03:00
Omer Katz
9311dd2750 Added the ability to delete a VPC subnet using the boto_vpc module.
Fixed a bug in the delete operation.
2014-10-02 14:26:36 +03:00
Omer Katz
f18877e7bc Added the ability to delete a VPC using the boto_vpc module. 2014-10-02 14:26:36 +03:00
Omer Katz
6dc7ee4fa7 Added documentation. 2014-10-02 14:26:36 +03:00
Omer Katz
7a4af96a78 Added the ability to create customer gateways for a VPC using the boto_vpc module. 2014-10-02 14:26:36 +03:00
Omer Katz
362d3e119b Added the ability to create subnets for a VPC using the boto_vpc module. 2014-10-02 14:26:36 +03:00
Omer Katz
bb4d6c7581 Added a create command ofr the boto_vpc module. 2014-10-02 14:26:36 +03:00
Thomas S Hatch
2d2bf49b9c Merge pull request #16299 from hulu/fix-influx
fix InfluxDB log string formatting
2014-10-01 15:41:35 -06:00