fog 1.6.0 → 1.7.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -0
- data/README.md +1 -0
- data/Rakefile +2 -1
- data/changelog.txt +184 -0
- data/docs/cdn/index.markdown +69 -3
- data/fog.gemspec +2 -2
- data/lib/fog.rb +2 -1
- data/lib/fog/atmos/models/storage/file.rb +16 -14
- data/lib/fog/aws/auto_scaling.rb +55 -13
- data/lib/fog/aws/cdn.rb +69 -9
- data/lib/fog/aws/cloud_watch.rb +15 -1
- data/lib/fog/aws/compute.rb +2 -0
- data/lib/fog/aws/models/auto_scaling/group.rb +10 -4
- data/lib/fog/aws/models/cdn/distribution.rb +93 -0
- data/lib/fog/aws/models/cdn/distribution_helper.rb +64 -0
- data/lib/fog/aws/models/cdn/distributions.rb +32 -0
- data/lib/fog/aws/models/cdn/distributions_helper.rb +47 -0
- data/lib/fog/aws/models/cdn/invalidation.rb +64 -0
- data/lib/fog/aws/models/cdn/invalidations.rb +54 -0
- data/lib/fog/aws/models/cdn/streaming_distribution.rb +77 -0
- data/lib/fog/aws/models/cdn/streaming_distributions.rb +32 -0
- data/lib/fog/aws/models/compute/server.rb +0 -23
- data/lib/fog/aws/models/compute/spot_request.rb +2 -24
- data/lib/fog/aws/models/rds/server.rb +18 -0
- data/lib/fog/aws/models/rds/subnet_group.rb +20 -0
- data/lib/fog/aws/models/rds/subnet_groups.rb +27 -0
- data/lib/fog/aws/models/storage/file.rb +1 -1
- data/lib/fog/aws/parsers/auto_scaling/describe_adjustment_types.rb +15 -2
- data/lib/fog/aws/parsers/auto_scaling/describe_auto_scaling_groups.rb +39 -13
- data/lib/fog/aws/parsers/auto_scaling/describe_auto_scaling_notification_types.rb +43 -0
- data/lib/fog/aws/parsers/auto_scaling/describe_metric_collection_types.rb +3 -3
- data/lib/fog/aws/parsers/auto_scaling/describe_notification_configurations.rb +42 -0
- data/lib/fog/aws/parsers/auto_scaling/describe_scaling_process_types.rb +15 -2
- data/lib/fog/aws/parsers/auto_scaling/describe_tags.rb +46 -0
- data/lib/fog/aws/parsers/auto_scaling/describe_termination_policy_types.rb +44 -0
- data/lib/fog/aws/parsers/cdn/get_invalidation.rb +32 -0
- data/lib/fog/aws/parsers/cloud_formation/describe_stacks.rb +1 -1
- data/lib/fog/aws/parsers/cloud_watch/list_metrics.rb +1 -1
- data/lib/fog/aws/parsers/compute/describe_availability_zones.rb +13 -2
- data/lib/fog/aws/parsers/compute/describe_reserved_instances.rb +1 -1
- data/lib/fog/aws/parsers/elasticache/base.rb +0 -2
- data/lib/fog/aws/parsers/elasticache/engine_defaults_parser.rb +1 -1
- data/lib/fog/aws/parsers/elasticache/event_list.rb +2 -0
- data/lib/fog/aws/parsers/rds/base.rb +32 -0
- data/lib/fog/aws/parsers/rds/create_db_subnet_group.rb +38 -0
- data/lib/fog/aws/parsers/rds/describe_db_subnet_groups.rb +38 -0
- data/lib/fog/aws/parsers/rds/event_list.rb +40 -0
- data/lib/fog/aws/parsers/rds/subnet_group_parser.rb +38 -0
- data/lib/fog/aws/parsers/rds/tag_list_parser.rb +35 -0
- data/lib/fog/aws/rds.rb +24 -7
- data/lib/fog/aws/requests/auto_scaling/create_auto_scaling_group.rb +36 -16
- data/lib/fog/aws/requests/auto_scaling/create_launch_configuration.rb +19 -12
- data/lib/fog/aws/requests/auto_scaling/create_or_update_tags.rb +63 -0
- data/lib/fog/aws/requests/auto_scaling/delete_auto_scaling_group.rb +10 -3
- data/lib/fog/aws/requests/auto_scaling/delete_notification_configuration.rb +21 -5
- data/lib/fog/aws/requests/auto_scaling/delete_policy.rb +2 -2
- data/lib/fog/aws/requests/auto_scaling/delete_tags.rb +63 -0
- data/lib/fog/aws/requests/auto_scaling/describe_adjustment_types.rb +4 -3
- data/lib/fog/aws/requests/auto_scaling/describe_auto_scaling_groups.rb +17 -13
- data/lib/fog/aws/requests/auto_scaling/describe_auto_scaling_instances.rb +1 -1
- data/lib/fog/aws/requests/auto_scaling/describe_auto_scaling_notification_types.rb +55 -0
- data/lib/fog/aws/requests/auto_scaling/describe_metric_collection_types.rb +6 -5
- data/lib/fog/aws/requests/auto_scaling/describe_notification_configurations.rb +79 -0
- data/lib/fog/aws/requests/auto_scaling/describe_policies.rb +1 -1
- data/lib/fog/aws/requests/auto_scaling/describe_scaling_process_types.rb +4 -3
- data/lib/fog/aws/requests/auto_scaling/describe_tags.rb +74 -0
- data/lib/fog/aws/requests/auto_scaling/describe_termination_policy_types.rb +53 -0
- data/lib/fog/aws/requests/auto_scaling/disable_metrics_collection.rb +1 -1
- data/lib/fog/aws/requests/auto_scaling/enable_metrics_collection.rb +2 -2
- data/lib/fog/aws/requests/auto_scaling/put_notification_configuration.rb +30 -11
- data/lib/fog/aws/requests/auto_scaling/put_scaling_policy.rb +4 -4
- data/lib/fog/aws/requests/auto_scaling/put_scheduled_update_group_action.rb +8 -5
- data/lib/fog/aws/requests/auto_scaling/set_desired_capacity.rb +2 -2
- data/lib/fog/aws/requests/auto_scaling/set_instance_health.rb +2 -2
- data/lib/fog/aws/requests/auto_scaling/suspend_processes.rb +1 -1
- data/lib/fog/aws/requests/auto_scaling/update_auto_scaling_group.rb +30 -18
- data/lib/fog/aws/requests/cdn/delete_distribution.rb +31 -0
- data/lib/fog/aws/requests/cdn/delete_streaming_distribution.rb +30 -0
- data/lib/fog/aws/requests/cdn/get_distribution.rb +28 -0
- data/lib/fog/aws/requests/cdn/get_distribution_list.rb +29 -0
- data/lib/fog/aws/requests/cdn/get_invalidation.rb +60 -0
- data/lib/fog/aws/requests/cdn/get_invalidation_list.rb +41 -0
- data/lib/fog/aws/requests/cdn/get_streaming_distribution.rb +26 -0
- data/lib/fog/aws/requests/cdn/get_streaming_distribution_list.rb +30 -0
- data/lib/fog/aws/requests/cdn/post_distribution.rb +44 -0
- data/lib/fog/aws/requests/cdn/post_invalidation.rb +33 -0
- data/lib/fog/aws/requests/cdn/post_streaming_distribution.rb +44 -0
- data/lib/fog/aws/requests/cdn/put_distribution_config.rb +28 -0
- data/lib/fog/aws/requests/cdn/put_streaming_distribution_config.rb +28 -0
- data/lib/fog/aws/requests/compute/create_image.rb +32 -5
- data/lib/fog/aws/requests/compute/create_subnet.rb +3 -3
- data/lib/fog/aws/requests/compute/create_volume.rb +2 -2
- data/lib/fog/aws/requests/compute/register_image.rb +1 -1
- data/lib/fog/aws/requests/elasticache/describe_events.rb +7 -4
- data/lib/fog/aws/requests/glacier/create_archive.rb +1 -1
- data/lib/fog/aws/requests/glacier/initiate_multipart_upload.rb +1 -1
- data/lib/fog/aws/requests/rds/add_tags_to_resource.rb +46 -0
- data/lib/fog/aws/requests/rds/create_db_instance.rb +2 -0
- data/lib/fog/aws/requests/rds/create_db_subnet_group.rb +58 -0
- data/lib/fog/aws/requests/rds/describe_db_subnet_groups.rb +63 -0
- data/lib/fog/aws/requests/rds/describe_events.rb +52 -0
- data/lib/fog/aws/requests/rds/list_tags_for_resource.rb +44 -0
- data/lib/fog/aws/requests/rds/remove_tags_from_resource.rb +44 -0
- data/lib/fog/aws/sqs.rb +1 -1
- data/lib/fog/aws/storage.rb +1 -1
- data/lib/fog/bin/openstack.rb +5 -0
- data/lib/fog/bluebox/models/compute/server.rb +0 -19
- data/lib/fog/bluebox/requests/compute/create_block.rb +8 -8
- data/lib/fog/brightbox/compute.rb +56 -7
- data/lib/fog/brightbox/models/compute/accounts.rb +29 -0
- data/lib/fog/brightbox/models/compute/api_client.rb +37 -0
- data/lib/fog/brightbox/models/compute/api_clients.rb +24 -0
- data/lib/fog/brightbox/models/compute/application.rb +27 -0
- data/lib/fog/brightbox/models/compute/applications.rb +28 -0
- data/lib/fog/brightbox/models/compute/server.rb +3 -1
- data/lib/fog/brightbox/models/compute/users.rb +1 -3
- data/lib/fog/brightbox/requests/compute/create_application.rb +13 -0
- data/lib/fog/brightbox/requests/compute/create_cloud_ip.rb +2 -2
- data/lib/fog/brightbox/requests/compute/destroy_application.rb +14 -0
- data/lib/fog/brightbox/requests/compute/get_account.rb +28 -4
- data/lib/fog/brightbox/requests/compute/get_application.rb +14 -0
- data/lib/fog/brightbox/requests/compute/get_authenticated_user.rb +19 -0
- data/lib/fog/brightbox/requests/compute/get_scoped_account.rb +19 -0
- data/lib/fog/brightbox/requests/compute/get_user.rb +28 -5
- data/lib/fog/brightbox/requests/compute/list_accounts.rb +13 -0
- data/lib/fog/brightbox/requests/compute/list_applications.rb +13 -0
- data/lib/fog/brightbox/requests/compute/reset_secret_application.rb +14 -0
- data/lib/fog/brightbox/requests/compute/update_account.rb +51 -3
- data/lib/fog/brightbox/requests/compute/update_application.rb +15 -0
- data/lib/fog/brightbox/requests/compute/update_firewall_rule.rb +4 -2
- data/lib/fog/brightbox/requests/compute/update_scoped_account.rb +37 -0
- data/lib/fog/clodo/models/compute/server.rb +7 -44
- data/lib/fog/compute/models/server.rb +23 -2
- data/lib/fog/core/time.rb +2 -0
- data/lib/fog/core/wait_for.rb +0 -2
- data/lib/fog/ecloud/models/compute/servers.rb +3 -1
- data/lib/fog/ecloud/requests/compute/get_servers.rb +1 -1
- data/lib/fog/ecloud/requests/compute/get_tasks.rb +1 -1
- data/lib/fog/go_grid/models/compute/server.rb +0 -4
- data/lib/fog/google/storage.rb +1 -1
- data/lib/fog/hp/models/compute/server.rb +1 -23
- data/lib/fog/hp/storage.rb +0 -1
- data/lib/fog/joyent/models/compute/server.rb +4 -0
- data/lib/fog/joyent/models/compute/servers.rb +4 -3
- data/lib/fog/libvirt/models/compute/server.rb +1 -27
- data/lib/fog/linode/models/compute/server.rb +0 -1
- data/lib/fog/local/models/storage/directory.rb +1 -1
- data/lib/fog/network.rb +26 -0
- data/lib/fog/ninefold/compute.rb +8 -0
- data/lib/fog/ninefold/requests/compute/assign_to_load_balancer_rule.rb +13 -0
- data/lib/fog/ninefold/requests/compute/create_load_balancer_rule.rb +11 -0
- data/lib/fog/ninefold/requests/compute/delete_load_balancer_rule.rb +11 -0
- data/lib/fog/ninefold/requests/compute/list_load_balancer_rule_instances.rb +15 -0
- data/lib/fog/ninefold/requests/compute/list_load_balancer_rules.rb +14 -0
- data/lib/fog/ninefold/requests/compute/remove_from_load_balancer_rule.rb +12 -0
- data/lib/fog/ninefold/requests/compute/update_load_balancer_rule.rb +15 -0
- data/lib/fog/ninefold/storage.rb +14 -112
- data/lib/fog/openstack.rb +4 -1
- data/lib/fog/openstack/compute.rb +20 -1
- data/lib/fog/openstack/identity.rb +67 -18
- data/lib/fog/openstack/image.rb +12 -4
- data/lib/fog/openstack/models/compute/security_group.rb +1 -1
- data/lib/fog/openstack/models/compute/server.rb +5 -23
- data/lib/fog/openstack/models/identity/tenants.rb +5 -3
- data/lib/fog/openstack/models/identity/users.rb +4 -1
- data/lib/fog/openstack/models/image/image.rb +6 -1
- data/lib/fog/openstack/models/network/network.rb +46 -0
- data/lib/fog/openstack/models/network/networks.rb +34 -0
- data/lib/fog/openstack/models/network/port.rb +52 -0
- data/lib/fog/openstack/models/network/ports.rb +34 -0
- data/lib/fog/openstack/models/network/subnet.rb +55 -0
- data/lib/fog/openstack/models/network/subnets.rb +34 -0
- data/lib/fog/openstack/network.rb +234 -0
- data/lib/fog/openstack/requests/compute/attach_volume.rb +10 -0
- data/lib/fog/openstack/requests/compute/create_security_group.rb +15 -11
- data/lib/fog/openstack/requests/compute/create_security_group_rule.rb +17 -15
- data/lib/fog/openstack/requests/compute/create_server.rb +7 -1
- data/lib/fog/openstack/requests/compute/create_volume.rb +10 -10
- data/lib/fog/openstack/requests/compute/create_volume_snapshot.rb +16 -1
- data/lib/fog/openstack/requests/compute/detach_volume.rb +5 -0
- data/lib/fog/openstack/requests/compute/get_snapshot_details.rb +4 -4
- data/lib/fog/openstack/requests/compute/get_volume_details.rb +9 -9
- data/lib/fog/openstack/requests/compute/list_security_groups.rb +3 -3
- data/lib/fog/openstack/requests/compute/list_volumes.rb +14 -14
- data/lib/fog/openstack/requests/identity/create_tenant.rb +3 -3
- data/lib/fog/openstack/requests/identity/create_user.rb +1 -1
- data/lib/fog/openstack/requests/identity/delete_role.rb +1 -1
- data/lib/fog/openstack/requests/identity/get_tenant.rb +1 -1
- data/lib/fog/openstack/requests/identity/list_roles.rb +7 -0
- data/lib/fog/openstack/requests/image/create_image.rb +36 -38
- data/lib/fog/openstack/requests/image/delete_image.rb +0 -2
- data/lib/fog/openstack/requests/image/list_public_images.rb +7 -25
- data/lib/fog/openstack/requests/image/list_public_images_detailed.rb +2 -41
- data/lib/fog/openstack/requests/image/update_image.rb +26 -21
- data/lib/fog/openstack/requests/image/update_image_members.rb +37 -0
- data/lib/fog/openstack/requests/network/create_network.rb +44 -0
- data/lib/fog/openstack/requests/network/create_port.rb +52 -0
- data/lib/fog/openstack/requests/network/create_subnet.rb +56 -0
- data/lib/fog/openstack/requests/network/delete_network.rb +30 -0
- data/lib/fog/openstack/requests/network/delete_port.rb +30 -0
- data/lib/fog/openstack/requests/network/delete_subnet.rb +30 -0
- data/lib/fog/openstack/requests/network/get_network.rb +42 -0
- data/lib/fog/openstack/requests/network/get_port.rb +48 -0
- data/lib/fog/openstack/requests/network/get_subnet.rb +49 -0
- data/lib/fog/openstack/requests/network/list_networks.rb +27 -0
- data/lib/fog/openstack/requests/network/list_ports.rb +27 -0
- data/lib/fog/openstack/requests/network/list_subnets.rb +27 -0
- data/lib/fog/openstack/requests/network/set_tenant.rb +21 -0
- data/lib/fog/openstack/requests/network/update_network.rb +41 -0
- data/lib/fog/openstack/requests/network/update_port.rb +44 -0
- data/lib/fog/openstack/requests/network/update_subnet.rb +44 -0
- data/lib/fog/openstack/requests/volume/create_volume.rb +10 -10
- data/lib/fog/openstack/requests/volume/create_volume_snapshot.rb +16 -1
- data/lib/fog/openstack/requests/volume/get_snapshot_details.rb +6 -6
- data/lib/fog/openstack/requests/volume/get_volume_details.rb +10 -10
- data/lib/fog/openstack/requests/volume/list_volumes.rb +14 -14
- data/lib/fog/openstack/volume.rb +10 -0
- data/lib/fog/rackspace/models/compute/server.rb +1 -24
- data/lib/fog/rackspace/models/compute_v2/server.rb +4 -2
- data/lib/fog/rackspace/requests/compute_v2/create_server.rb +1 -1
- data/lib/fog/rackspace/requests/compute_v2/list_servers.rb +1 -1
- data/lib/fog/storm_on_demand/models/compute/server.rb +1 -5
- data/lib/fog/virtual_box/models/compute/server.rb +2 -44
- data/lib/fog/vmfusion/models/compute/server.rb +3 -36
- data/lib/fog/vsphere/models/compute/server.rb +1 -1
- data/lib/fog/vsphere/requests/compute/list_virtual_machines.rb +2 -31
- data/lib/fog/vsphere/requests/compute/vm_clone.rb +35 -7
- data/tests/aws/models/cdn/distribution_tests.rb +15 -0
- data/tests/aws/models/cdn/distributions_tests.rb +15 -0
- data/tests/aws/models/cdn/invalidation_tests.rb +32 -0
- data/tests/aws/models/cdn/invalidations_tests.rb +15 -0
- data/tests/aws/models/cdn/streaming_distribution_tests.rb +15 -0
- data/tests/aws/models/cdn/streaming_distributions_tests.rb +15 -0
- data/tests/aws/models/rds/tagging_tests.rb +20 -0
- data/tests/aws/requests/auto_scaling/auto_scaling_tests.rb +1 -11
- data/tests/aws/requests/auto_scaling/describe_types_tests.rb +102 -0
- data/tests/aws/requests/auto_scaling/helper.rb +47 -3
- data/tests/aws/requests/auto_scaling/notification_configuration_tests.rb +123 -0
- data/tests/aws/requests/auto_scaling/tag_tests.rb +62 -0
- data/tests/aws/requests/cdn/cdn_tests.rb +252 -0
- data/tests/aws/requests/compute/image_tests.rb +32 -1
- data/tests/aws/requests/compute/volume_tests.rb +3 -3
- data/tests/aws/requests/rds/describe_events.rb +16 -0
- data/tests/aws/requests/rds/helper.rb +26 -0
- data/tests/aws/requests/rds/subnet_groups_test.rb +48 -0
- data/tests/aws/requests/rds/tagging_tests.rb +78 -0
- data/tests/brightbox/requests/compute/account_tests.rb +24 -4
- data/tests/brightbox/requests/compute/application_test.rb +63 -0
- data/tests/brightbox/requests/compute/helper.rb +49 -1
- data/tests/helper.rb +4 -1
- data/tests/local/models/directory_tests.rb +16 -0
- data/tests/ninefold/requests/compute/helper.rb +53 -0
- data/tests/ninefold/requests/compute/load_balancer_tests.rb +66 -0
- data/tests/openstack/models/image/image_tests.rb +1 -0
- data/tests/openstack/models/network/network_tests.rb +24 -0
- data/tests/openstack/models/network/networks_tests.rb +21 -0
- data/tests/openstack/models/network/port_tests.rb +28 -0
- data/tests/openstack/models/network/ports_tests.rb +25 -0
- data/tests/openstack/models/network/subnet_tests.rb +30 -0
- data/tests/openstack/models/network/subnets_tests.rb +27 -0
- data/tests/openstack/requests/compute/image_tests.rb +3 -4
- data/tests/openstack/requests/compute/quota_tests.rb +2 -0
- data/tests/openstack/requests/compute/security_group_tests.rb +10 -10
- data/tests/openstack/requests/compute/server_tests.rb +3 -1
- data/tests/openstack/requests/compute/volume_tests.rb +11 -12
- data/tests/openstack/requests/identity/tenant_tests.rb +2 -1
- data/tests/openstack/requests/image/image_tests.rb +66 -45
- data/tests/openstack/requests/network/network_tests.rb +56 -0
- data/tests/openstack/requests/network/port_tests.rb +63 -0
- data/tests/openstack/requests/network/subnet_tests.rb +66 -0
- data/tests/rackspace/models/identity/user_tests.rb +1 -1
- data/tests/rackspace/models/identity/users_tests.rb +1 -1
- metadata +137 -13
- data/lib/fog/ninefold/models/storage/directories.rb +0 -48
- data/lib/fog/ninefold/models/storage/directory.rb +0 -53
- data/lib/fog/ninefold/models/storage/file.rb +0 -108
- data/lib/fog/ninefold/models/storage/files.rb +0 -73
- data/lib/fog/ninefold/requests/storage/delete_namespace.rb +0 -19
- data/lib/fog/ninefold/requests/storage/get_namespace.rb +0 -20
- data/lib/fog/ninefold/requests/storage/head_namespace.rb +0 -20
- data/lib/fog/ninefold/requests/storage/post_namespace.rb +0 -20
- data/lib/fog/ninefold/requests/storage/put_namespace.rb +0 -20
@@ -0,0 +1,32 @@
|
|
1
|
+
Shindo.tests("Fog::CDN[:aws] | invalidation", ['aws', 'cdn']) do
|
2
|
+
|
3
|
+
tests("distributions#create").succeeds do
|
4
|
+
@distribution = Fog::CDN[:aws].distributions.create(:s3_origin => {'DNSName' => 'fog_test.s3.amazonaws.com'}, :enabled => true)
|
5
|
+
end
|
6
|
+
|
7
|
+
params = { :paths => [ '/index.html', '/path/to/index.html' ] }
|
8
|
+
|
9
|
+
model_tests(@distribution.invalidations, params, true) do
|
10
|
+
|
11
|
+
tests("#id") do
|
12
|
+
returns(true) { @instance.identity != nil }
|
13
|
+
end
|
14
|
+
|
15
|
+
tests("#paths") do
|
16
|
+
returns([ '/index.html', '/path/to/index.html' ].sort) { @instance.paths.sort }
|
17
|
+
end
|
18
|
+
|
19
|
+
tests("#ready? - may take 15 minutes to complete...").succeeds do
|
20
|
+
@instance.wait_for { ready? }
|
21
|
+
end
|
22
|
+
end
|
23
|
+
|
24
|
+
tests("distribution#destroy - may take around 15/20 minutes to complete...").succeeds do
|
25
|
+
@distribution.wait_for { ready? }
|
26
|
+
@distribution.disable
|
27
|
+
@distribution.wait_for { ready? }
|
28
|
+
@distribution.destroy
|
29
|
+
end
|
30
|
+
|
31
|
+
end
|
32
|
+
|
@@ -0,0 +1,15 @@
|
|
1
|
+
Shindo.tests("Fog::CDN[:aws] | invalidations", ['aws', 'cdn']) do
|
2
|
+
tests("distributions#create").succeeds do
|
3
|
+
@distribution = Fog::CDN[:aws].distributions.create(:s3_origin => {'DNSName' => 'fog_test.s3.amazonaws.com'}, :enabled => true)
|
4
|
+
end
|
5
|
+
|
6
|
+
collection_tests(@distribution.invalidations, { :paths => [ '/index.html' ]}, true)
|
7
|
+
|
8
|
+
tests("distribution#destroy - may take 15/20 minutes to complete").succeeds do
|
9
|
+
@distribution.wait_for { ready? }
|
10
|
+
@distribution.disable
|
11
|
+
@distribution.wait_for { ready? }
|
12
|
+
@distribution.destroy
|
13
|
+
end
|
14
|
+
end
|
15
|
+
|
@@ -0,0 +1,15 @@
|
|
1
|
+
Shindo.tests("Fog::CDN[:aws] | streaming_distribution", ['aws', 'cdn']) do
|
2
|
+
params = { :s3_origin => { 'DNSName' => 'fog_test_cdn.s3.amazonaws.com'}, :enabled => true }
|
3
|
+
model_tests(Fog::CDN[:aws].streaming_distributions, params, true) do
|
4
|
+
# distribution needs to be ready before being disabled
|
5
|
+
tests("#ready? - may take 15 minutes to complete...").succeeds do
|
6
|
+
@instance.wait_for { ready? }
|
7
|
+
end
|
8
|
+
|
9
|
+
# and disabled before being distroyed
|
10
|
+
tests("#disable - may take 15 minutes to complete...").succeeds do
|
11
|
+
@instance.disable
|
12
|
+
@instance.wait_for { ready? }
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
@@ -0,0 +1,15 @@
|
|
1
|
+
Shindo.tests("Fog::CDN[:aws] | streaming_distributions", ['aws', 'cdn']) do
|
2
|
+
params = { :s3_origin => { 'DNSName' => 'fog_test_cdn.s3.amazonaws.com'}, :enabled => true}
|
3
|
+
collection_tests(Fog::CDN[:aws].streaming_distributions, params, true) do
|
4
|
+
# distribution needs to be ready before being disabled
|
5
|
+
tests("#ready? - may take 15 minutes to complete...").succeeds do
|
6
|
+
@instance.wait_for { ready? }
|
7
|
+
end
|
8
|
+
|
9
|
+
# and disabled before being distroyed
|
10
|
+
tests("#disable - may take 15 minutes to complete...").succeeds do
|
11
|
+
@instance.disable
|
12
|
+
@instance.wait_for { ready? }
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
@@ -0,0 +1,20 @@
|
|
1
|
+
Shindo.tests("AWS::RDS | tagging", ['aws', 'rds']) do
|
2
|
+
|
3
|
+
@server = Fog::AWS[:rds].servers.create(rds_default_server_params)
|
4
|
+
Formatador.display_line "Creating RDS instance #{@server.id}"
|
5
|
+
Formatador.display_line "Waiting for instance #{@server.id} to be ready"
|
6
|
+
@server.wait_for { ready? }
|
7
|
+
|
8
|
+
tags1 = {'key1' => 'val1'}
|
9
|
+
tags2 = {'key2' => 'val2'}
|
10
|
+
|
11
|
+
tests "add and remove tags from a running RDS model" do
|
12
|
+
returns({}) { @server.tags }
|
13
|
+
returns(tags1) { @server.add_tags tags1 }
|
14
|
+
returns(tags1.merge tags2) { @server.add_tags tags2 }
|
15
|
+
returns(tags2) { @server.remove_tags tags1.keys }
|
16
|
+
returns(tags2) { @server.tags }
|
17
|
+
end
|
18
|
+
|
19
|
+
@server.destroy
|
20
|
+
end
|
@@ -3,16 +3,6 @@ Shindo.tests('AWS::AutoScaling | auto_scaling_tests', ['aws', 'auto_scaling']) d
|
|
3
3
|
@lc_name = 'fog-test-lc'
|
4
4
|
|
5
5
|
tests('success') do
|
6
|
-
tests("#describe_adjustment_types").formats(AWS::AutoScaling::Formats::DESCRIBE_ADJUSTMENT_TYPES) do
|
7
|
-
Fog::AWS[:auto_scaling].describe_adjustment_types.body
|
8
|
-
end
|
9
|
-
tests("#describe_metric_collection_types").formats(AWS::AutoScaling::Formats::DESCRIBE_METRIC_COLLECTION_TYPES) do
|
10
|
-
Fog::AWS[:auto_scaling].describe_metric_collection_types.body
|
11
|
-
end
|
12
|
-
tests("#describe_scaling_process_types").formats(AWS::AutoScaling::Formats::DESCRIBE_SCALING_PROCESS_TYPES) do
|
13
|
-
Fog::AWS[:auto_scaling].describe_scaling_process_types.body
|
14
|
-
end
|
15
|
-
|
16
6
|
tests("#create_launch_configuration").formats(AWS::AutoScaling::Formats::BASIC) do
|
17
7
|
image_id = 'ami-8c1fece5'
|
18
8
|
instance_type = 't1.micro'
|
@@ -73,7 +63,7 @@ Shindo.tests('AWS::AutoScaling | auto_scaling_tests', ['aws', 'auto_scaling']) d
|
|
73
63
|
Fog::AWS[:auto_scaling].set_desired_capacity(@asg_name, desired_capacity).body
|
74
64
|
end
|
75
65
|
tests("#delete_auto_scaling_group").formats(AWS::AutoScaling::Formats::BASIC) do
|
76
|
-
Fog::AWS[:auto_scaling].delete_auto_scaling_group(@asg_name).body
|
66
|
+
Fog::AWS[:auto_scaling].delete_auto_scaling_group(@asg_name, 'ForceDelete' => true).body
|
77
67
|
end
|
78
68
|
|
79
69
|
tests("#delete_auto_scaling_group that does not exists").raises(Fog::AWS::AutoScaling::ValidationError) do
|
@@ -0,0 +1,102 @@
|
|
1
|
+
Shindo.tests('AWS::AutoScaling | describe types requests', ['aws', 'auto_scaling']) do
|
2
|
+
|
3
|
+
tests('success') do
|
4
|
+
|
5
|
+
tests("#describe_adjustment_types").formats(AWS::AutoScaling::Formats::DESCRIBE_ADJUSTMENT_TYPES) do
|
6
|
+
body = Fog::AWS[:auto_scaling].describe_adjustment_types.body
|
7
|
+
|
8
|
+
[ 'ChangeInCapacity',
|
9
|
+
'ExactCapacity',
|
10
|
+
'PercentChangeInCapacity'
|
11
|
+
].each do |v|
|
12
|
+
returns(true, "AdjustmentTypes contains #{v}") do
|
13
|
+
body['DescribeAdjustmentTypesResult']['AdjustmentTypes'].any? {|t| t['AdjustmentType'] == v}
|
14
|
+
end
|
15
|
+
end
|
16
|
+
|
17
|
+
body
|
18
|
+
end
|
19
|
+
|
20
|
+
tests("#describe_auto_scaling_notification_types").formats(AWS::AutoScaling::Formats::DESCRIBE_AUTO_SCALING_NOTIFICATION_TYPES) do
|
21
|
+
body = Fog::AWS[:auto_scaling].describe_auto_scaling_notification_types.body
|
22
|
+
|
23
|
+
[ 'autoscaling:EC2_INSTANCE_LAUNCH',
|
24
|
+
'autoscaling:EC2_INSTANCE_LAUNCH_ERROR',
|
25
|
+
'autoscaling:EC2_INSTANCE_TERMINATE',
|
26
|
+
'autoscaling:EC2_INSTANCE_TERMINATE_ERROR',
|
27
|
+
'autoscaling:TEST_NOTIFICATION'
|
28
|
+
].each do |v|
|
29
|
+
returns(true, "AutoScalingNotificationTypes contains #{v}") do
|
30
|
+
body['DescribeAutoScalingNotificationTypesResult']['AutoScalingNotificationTypes'].include?(v)
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
body
|
35
|
+
end
|
36
|
+
|
37
|
+
tests("#describe_metric_collection_types").formats(AWS::AutoScaling::Formats::DESCRIBE_METRIC_COLLECTION_TYPES) do
|
38
|
+
body = Fog::AWS[:auto_scaling].describe_metric_collection_types.body
|
39
|
+
|
40
|
+
[ 'GroupDesiredCapacity',
|
41
|
+
'GroupInServiceInstances',
|
42
|
+
'GroupMaxSize',
|
43
|
+
'GroupMinSize',
|
44
|
+
'GroupPendingInstances',
|
45
|
+
'GroupTerminatingInstances',
|
46
|
+
'GroupTotalInstances'
|
47
|
+
].each do |v|
|
48
|
+
returns(true, "Metrics contains #{v}") do
|
49
|
+
body['DescribeMetricCollectionTypesResult']['Metrics'].any? {|t| t['Metric'] == v}
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
53
|
+
[ '1Minute'
|
54
|
+
].each do |v|
|
55
|
+
returns(true, "Granularities contains #{v}") do
|
56
|
+
body['DescribeMetricCollectionTypesResult']['Granularities'].any? {|t| t['Granularity'] == v}
|
57
|
+
end
|
58
|
+
end
|
59
|
+
|
60
|
+
body
|
61
|
+
end
|
62
|
+
|
63
|
+
tests("#describe_scaling_process_types").formats(AWS::AutoScaling::Formats::DESCRIBE_SCALING_PROCESS_TYPES) do
|
64
|
+
body = Fog::AWS[:auto_scaling].describe_scaling_process_types.body
|
65
|
+
|
66
|
+
[ 'AZRebalance',
|
67
|
+
'AddToLoadBalancer',
|
68
|
+
'AlarmNotification',
|
69
|
+
'HealthCheck',
|
70
|
+
'Launch',
|
71
|
+
'ReplaceUnhealthy',
|
72
|
+
'ScheduledActions',
|
73
|
+
'Terminate'
|
74
|
+
].each do |v|
|
75
|
+
returns(true, "Processes contains #{v}") do
|
76
|
+
body['DescribeScalingProcessTypesResult']['Processes'].any? {|t| t['ProcessName'] == v}
|
77
|
+
end
|
78
|
+
end
|
79
|
+
|
80
|
+
body
|
81
|
+
end
|
82
|
+
|
83
|
+
tests("#describe_termination_policy_types").formats(AWS::AutoScaling::Formats::DESCRIBE_TERMINATION_POLICY_TYPES) do
|
84
|
+
body = Fog::AWS[:auto_scaling].describe_termination_policy_types.body
|
85
|
+
|
86
|
+
[ 'ClosestToNextInstanceHour',
|
87
|
+
'Default',
|
88
|
+
'NewestInstance',
|
89
|
+
'OldestInstance',
|
90
|
+
'OldestLaunchConfiguration'
|
91
|
+
].each do |v|
|
92
|
+
returns(true, "TerminationPolicyTypes contains #{v}") do
|
93
|
+
body['DescribeTerminationPolicyTypesResult']['TerminationPolicyTypes'].include?(v)
|
94
|
+
end
|
95
|
+
end
|
96
|
+
|
97
|
+
body
|
98
|
+
end
|
99
|
+
|
100
|
+
end
|
101
|
+
|
102
|
+
end
|
@@ -46,14 +46,22 @@ class AWS
|
|
46
46
|
'LifecycleState' => String
|
47
47
|
}
|
48
48
|
|
49
|
+
NOTIFICATION_CONFIGURATION = {
|
50
|
+
'AutoScalingGroupName' => String,
|
51
|
+
'NotificationType' => String,
|
52
|
+
'TopicARN' => String
|
53
|
+
}
|
54
|
+
|
49
55
|
SCHEDULED_UPDATE_GROUP_ACTION = {
|
50
56
|
'AutoScalingGroupName' => String,
|
51
57
|
'DesiredCapacity' => Integer,
|
58
|
+
'EndTime' => Time,
|
52
59
|
'MaxSize' => Integer,
|
53
60
|
'MinSize' => Integer,
|
61
|
+
'Recurrence' => String,
|
54
62
|
'ScheduledActionARN' => String,
|
55
63
|
'ScheduledActionName' => String,
|
56
|
-
'
|
64
|
+
'StartTime' => Time,
|
57
65
|
}
|
58
66
|
|
59
67
|
PROCESS_TYPE = {
|
@@ -64,6 +72,14 @@ class AWS
|
|
64
72
|
'SuspensionReason' => String
|
65
73
|
})
|
66
74
|
|
75
|
+
TAG_DESCRIPTION = {
|
76
|
+
'Key' => String,
|
77
|
+
'PropagateAtLaunch' => Fog::Boolean,
|
78
|
+
'ResourceId' => String,
|
79
|
+
'ResourceType' => String,
|
80
|
+
'Value' => Fog::Nullable::String
|
81
|
+
}
|
82
|
+
|
67
83
|
AUTO_SCALING_GROUP = {
|
68
84
|
'AutoScalingGroupARN' => String,
|
69
85
|
'AutoScalingGroupName' => String,
|
@@ -80,9 +96,11 @@ class AWS
|
|
80
96
|
'MaxSize' => Integer,
|
81
97
|
'MinSize' => Integer,
|
82
98
|
'PlacementGroup' => Fog::Nullable::String,
|
99
|
+
'Status' => Fog::Nullable::String,
|
83
100
|
'SuspendedProcesses' => [SUSPENDED_PROCESS],
|
84
|
-
'
|
85
|
-
'TerminationPolicies' => [String]
|
101
|
+
'Tags' => [TAG_DESCRIPTION],
|
102
|
+
'TerminationPolicies' => [String],
|
103
|
+
'VPCZoneIdentifier' => Fog::Nullable::String
|
86
104
|
}
|
87
105
|
|
88
106
|
AUTO_SCALING_INSTANCE_DETAILS = INSTANCE.merge({
|
@@ -100,6 +118,7 @@ class AWS
|
|
100
118
|
'LaunchConfigurationARN' => String,
|
101
119
|
'LaunchConfigurationName' => String,
|
102
120
|
'RamdiskId' => Fog::Nullable::String,
|
121
|
+
'SpotPrice' => Fog::Nullable::String,
|
103
122
|
'SecurityGroups' => Array,
|
104
123
|
'UserData' => Fog::Nullable::String
|
105
124
|
}
|
@@ -109,6 +128,7 @@ class AWS
|
|
109
128
|
'Alarms' => [ALARM],
|
110
129
|
'AutoScalingGroupName' => String,
|
111
130
|
'Cooldown' => Integer,
|
131
|
+
'MinAdjustmentStep' => Integer,
|
112
132
|
'PolicyARN' => String,
|
113
133
|
'PolicyName' => String,
|
114
134
|
'ScalingAdjustment' => Integer
|
@@ -132,6 +152,12 @@ class AWS
|
|
132
152
|
})
|
133
153
|
})
|
134
154
|
|
155
|
+
DESCRIBE_AUTO_SCALING_NOTIFICATION_TYPES = BASIC.merge({
|
156
|
+
'DescribeAutoScalingNotificationTypesResult' => {
|
157
|
+
'AutoScalingNotificationTypes' => [String]
|
158
|
+
}
|
159
|
+
})
|
160
|
+
|
135
161
|
DESCRIBE_LAUNCH_CONFIGURATIONS = BASIC.merge({
|
136
162
|
'DescribeLaunchConfigurationsResult' => PAGINATED.merge({
|
137
163
|
'LaunchConfigurations' => [LAUNCH_CONFIGURATION],
|
@@ -145,6 +171,12 @@ class AWS
|
|
145
171
|
}
|
146
172
|
})
|
147
173
|
|
174
|
+
DESCRIBE_NOTIFICATION_CONFIGURATIONS = BASIC.merge({
|
175
|
+
'DescribeNotificationConfigurationsResult' => PAGINATED.merge({
|
176
|
+
'NotificationConfigurations' => [NOTIFICATION_CONFIGURATION]
|
177
|
+
})
|
178
|
+
})
|
179
|
+
|
148
180
|
DESCRIBE_POLICIES = BASIC.merge({
|
149
181
|
'DescribePoliciesResult' => PAGINATED.merge({
|
150
182
|
'ScalingPolicies' => [SCALING_POLICY]
|
@@ -169,6 +201,18 @@ class AWS
|
|
169
201
|
})
|
170
202
|
})
|
171
203
|
|
204
|
+
DESCRIBE_TAGS = BASIC.merge({
|
205
|
+
'DescribeTagsResult' => PAGINATED.merge({
|
206
|
+
'Tags' => [TAG_DESCRIPTION]
|
207
|
+
})
|
208
|
+
})
|
209
|
+
|
210
|
+
DESCRIBE_TERMINATION_POLICY_TYPES = BASIC.merge({
|
211
|
+
'DescribeTerminationPolicyTypesResult' => {
|
212
|
+
'TerminationPolicyTypes' => [String]
|
213
|
+
}
|
214
|
+
})
|
215
|
+
|
172
216
|
PUT_SCALING_POLICY = BASIC.merge({
|
173
217
|
'PutScalingPolicyResult' => {
|
174
218
|
'PolicyARN' => String
|
@@ -0,0 +1,123 @@
|
|
1
|
+
Shindo.tests('AWS::AutoScaling | notification configuration requests', ['aws', 'auto_scaling']) do
|
2
|
+
|
3
|
+
image_id = { # Ubuntu 12.04 LTS 64-bit EBS
|
4
|
+
'ap-northeast-1' => 'ami-60c77761',
|
5
|
+
'ap-southeast-1' => 'ami-a4ca8df6',
|
6
|
+
'eu-west-1' => 'ami-e1e8d395',
|
7
|
+
'sa-east-1' => 'ami-8cd80691',
|
8
|
+
'us-east-1' => 'ami-a29943cb',
|
9
|
+
'us-west-1' => 'ami-87712ac2',
|
10
|
+
'us-west-2' => 'ami-20800c10'
|
11
|
+
}
|
12
|
+
|
13
|
+
now = Time.now.utc.to_i
|
14
|
+
lc_name = "fog-test-#{now}"
|
15
|
+
asg_name = "fog-test-#{now}"
|
16
|
+
|
17
|
+
topic_name = "fog-test-#{now}"
|
18
|
+
begin
|
19
|
+
topic = Fog::AWS[:sns].create_topic(topic_name).body
|
20
|
+
topic_arn = topic['TopicArn']
|
21
|
+
rescue Fog::Errors::MockNotImplemented
|
22
|
+
topic_arn = Fog::AWS::Mock.arn('sns', Fog::AWS[:auto_scaling].data[:owner_id], "fog-test-#{now}", Fog::AWS[:auto_scaling].region)
|
23
|
+
end
|
24
|
+
|
25
|
+
lc = Fog::AWS[:auto_scaling].create_launch_configuration(image_id[Fog::AWS[:auto_scaling].region], 't1.micro', lc_name)
|
26
|
+
asg = Fog::AWS[:auto_scaling].create_auto_scaling_group(asg_name, "#{Fog::AWS[:auto_scaling].region}a", lc_name, 0, 0)
|
27
|
+
|
28
|
+
tests('raises') do
|
29
|
+
tests("#put_notification_configuration(non-existent-group)").raises(Fog::AWS::AutoScaling::ValidationError) do
|
30
|
+
Fog::AWS[:auto_scaling].put_notification_configuration('fog-test-nonexistent-group', 'autoscaling:TEST_NOTIFICATION', topic_arn)
|
31
|
+
end
|
32
|
+
|
33
|
+
tests("#put_notification_configuration(null-types)").raises(Fog::AWS::AutoScaling::ValidationError) do
|
34
|
+
Fog::AWS[:auto_scaling].put_notification_configuration(asg_name, [], topic_arn)
|
35
|
+
end
|
36
|
+
end
|
37
|
+
|
38
|
+
tests('success') do
|
39
|
+
tests("#put_notification_configuration(string)").formats(AWS::AutoScaling::Formats::BASIC) do
|
40
|
+
pending if Fog.mocking?
|
41
|
+
Fog::AWS[:auto_scaling].put_notification_configuration(asg_name, 'autoscaling:TEST_NOTIFICATION', topic_arn).body
|
42
|
+
end
|
43
|
+
|
44
|
+
tests("#describe_notification_configurations").formats(AWS::AutoScaling::Formats::DESCRIBE_NOTIFICATION_CONFIGURATIONS) do
|
45
|
+
pending if Fog.mocking?
|
46
|
+
body = Fog::AWS[:auto_scaling].describe_notification_configurations('AutoScalingGroupNames' => asg_name).body
|
47
|
+
notification_configurations = body['DescribeNotificationConfigurationsResult']['NotificationConfigurations']
|
48
|
+
returns(true, 'exactly 1 configurations') do
|
49
|
+
notification_configurations.size == 1
|
50
|
+
end
|
51
|
+
returns(true) do
|
52
|
+
config = notification_configurations.first
|
53
|
+
config['AutoScalingGroupName'] == asg_name && config['TopicARN'] == topic_arn && config['NotificationType'] == 'autoscaling:TEST_NOTIFICATION'
|
54
|
+
end
|
55
|
+
body
|
56
|
+
end
|
57
|
+
|
58
|
+
tests("#put_notification_configuration(array)").formats(AWS::AutoScaling::Formats::BASIC) do
|
59
|
+
pending if Fog.mocking?
|
60
|
+
Fog::AWS[:auto_scaling].put_notification_configuration(asg_name, ['autoscaling:EC2_INSTANCE_LAUNCH', 'autoscaling:EC2_INSTANCE_TERMINATE'], topic_arn).body
|
61
|
+
end
|
62
|
+
|
63
|
+
tests("#describe_notification_configurations").formats(AWS::AutoScaling::Formats::DESCRIBE_NOTIFICATION_CONFIGURATIONS) do
|
64
|
+
pending if Fog.mocking?
|
65
|
+
body = Fog::AWS[:auto_scaling].describe_notification_configurations('AutoScalingGroupName' => asg_name).body
|
66
|
+
notification_configurations = body['DescribeNotificationConfigurationsResult']['NotificationConfigurations']
|
67
|
+
returns(true, 'exactly 2 configurations') do
|
68
|
+
notification_configurations.size == 2
|
69
|
+
end
|
70
|
+
[ 'autoscaling:EC2_INSTANCE_LAUNCH', 'autoscaling:EC2_INSTANCE_TERMINATE'].each do |type|
|
71
|
+
returns(true) do
|
72
|
+
notification_configurations.any? do |config|
|
73
|
+
config['AutoScalingGroupName'] == asg_name && config['TopicARN'] == topic_arn && config['NotificationType'] == type
|
74
|
+
end
|
75
|
+
end
|
76
|
+
end
|
77
|
+
body
|
78
|
+
end
|
79
|
+
|
80
|
+
tests("#describe_notification_configurations(all)").formats(AWS::AutoScaling::Formats::DESCRIBE_NOTIFICATION_CONFIGURATIONS) do
|
81
|
+
pending if Fog.mocking?
|
82
|
+
body = Fog::AWS[:auto_scaling].describe_notification_configurations().body
|
83
|
+
notification_configurations = body['DescribeNotificationConfigurationsResult']['NotificationConfigurations']
|
84
|
+
returns(true, 'at least 2 configurations') do
|
85
|
+
notification_configurations.size >= 2
|
86
|
+
end
|
87
|
+
[ 'autoscaling:EC2_INSTANCE_LAUNCH', 'autoscaling:EC2_INSTANCE_TERMINATE'].each do |type|
|
88
|
+
returns(true) do
|
89
|
+
notification_configurations.any? do |config|
|
90
|
+
config['AutoScalingGroupName'] == asg_name && config['TopicARN'] == topic_arn && config['NotificationType'] == type
|
91
|
+
end
|
92
|
+
end
|
93
|
+
end
|
94
|
+
|
95
|
+
body
|
96
|
+
end
|
97
|
+
|
98
|
+
tests("#delete_notification_configuration").formats(AWS::AutoScaling::Formats::BASIC) do
|
99
|
+
pending if Fog.mocking?
|
100
|
+
Fog::AWS[:auto_scaling].delete_notification_configuration(asg_name, topic_arn).body
|
101
|
+
end
|
102
|
+
|
103
|
+
tests("#describe_notification_configurations").formats(AWS::AutoScaling::Formats::DESCRIBE_NOTIFICATION_CONFIGURATIONS) do
|
104
|
+
pending if Fog.mocking?
|
105
|
+
body = Fog::AWS[:auto_scaling].describe_notification_configurations('AutoScalingGroupNames' => asg_name).body
|
106
|
+
returns(true) do
|
107
|
+
body['DescribeNotificationConfigurationsResult']['NotificationConfigurations'].empty?
|
108
|
+
end
|
109
|
+
body
|
110
|
+
end
|
111
|
+
end
|
112
|
+
|
113
|
+
Fog::AWS[:auto_scaling].delete_auto_scaling_group(asg_name)
|
114
|
+
Fog::AWS[:auto_scaling].delete_launch_configuration(lc_name)
|
115
|
+
|
116
|
+
if topic
|
117
|
+
begin
|
118
|
+
Fog::AWS[:sns].delete_topic(topic_arn)
|
119
|
+
rescue Fog::Errors::MockNotImplemented
|
120
|
+
end
|
121
|
+
end
|
122
|
+
|
123
|
+
end
|