mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
406 lines
12 KiB
Python
406 lines
12 KiB
Python
5 years ago
|
# Copyright: (c) 2018, Ansible Project
|
||
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||
|
|
||
|
from __future__ import (absolute_import, division, print_function)
|
||
|
__metaclass__ = type
|
||
|
|
||
|
try:
|
||
|
import botocore.waiter as core_waiter
|
||
|
except ImportError:
|
||
|
pass # caught by HAS_BOTO3
|
||
|
|
||
|
|
||
|
ec2_data = {
|
||
|
"version": 2,
|
||
|
"waiters": {
|
||
|
"InternetGatewayExists": {
|
||
|
"delay": 5,
|
||
|
"maxAttempts": 40,
|
||
|
"operation": "DescribeInternetGateways",
|
||
|
"acceptors": [
|
||
|
{
|
||
|
"matcher": "path",
|
||
|
"expected": True,
|
||
|
"argument": "length(InternetGateways) > `0`",
|
||
|
"state": "success"
|
||
|
},
|
||
|
{
|
||
|
"matcher": "error",
|
||
|
"expected": "InvalidInternetGatewayID.NotFound",
|
||
|
"state": "retry"
|
||
|
},
|
||
|
]
|
||
|
},
|
||
|
"RouteTableExists": {
|
||
|
"delay": 5,
|
||
|
"maxAttempts": 40,
|
||
|
"operation": "DescribeRouteTables",
|
||
|
"acceptors": [
|
||
|
{
|
||
|
"matcher": "path",
|
||
|
"expected": True,
|
||
|
"argument": "length(RouteTables[]) > `0`",
|
||
|
"state": "success"
|
||
|
},
|
||
|
{
|
||
|
"matcher": "error",
|
||
|
"expected": "InvalidRouteTableID.NotFound",
|
||
|
"state": "retry"
|
||
|
},
|
||
|
]
|
||
|
},
|
||
|
"SecurityGroupExists": {
|
||
|
"delay": 5,
|
||
|
"maxAttempts": 40,
|
||
|
"operation": "DescribeSecurityGroups",
|
||
|
"acceptors": [
|
||
|
{
|
||
|
"matcher": "path",
|
||
|
"expected": True,
|
||
|
"argument": "length(SecurityGroups[]) > `0`",
|
||
|
"state": "success"
|
||
|
},
|
||
|
{
|
||
|
"matcher": "error",
|
||
|
"expected": "InvalidGroup.NotFound",
|
||
|
"state": "retry"
|
||
|
},
|
||
|
]
|
||
|
},
|
||
|
"SubnetExists": {
|
||
|
"delay": 5,
|
||
|
"maxAttempts": 40,
|
||
|
"operation": "DescribeSubnets",
|
||
|
"acceptors": [
|
||
|
{
|
||
|
"matcher": "path",
|
||
|
"expected": True,
|
||
|
"argument": "length(Subnets[]) > `0`",
|
||
|
"state": "success"
|
||
|
},
|
||
|
{
|
||
|
"matcher": "error",
|
||
|
"expected": "InvalidSubnetID.NotFound",
|
||
|
"state": "retry"
|
||
|
},
|
||
|
]
|
||
|
},
|
||
|
"SubnetHasMapPublic": {
|
||
|
"delay": 5,
|
||
|
"maxAttempts": 40,
|
||
|
"operation": "DescribeSubnets",
|
||
|
"acceptors": [
|
||
|
{
|
||
|
"matcher": "pathAll",
|
||
|
"expected": True,
|
||
|
"argument": "Subnets[].MapPublicIpOnLaunch",
|
||
|
"state": "success"
|
||
|
},
|
||
|
]
|
||
|
},
|
||
|
"SubnetNoMapPublic": {
|
||
|
"delay": 5,
|
||
|
"maxAttempts": 40,
|
||
|
"operation": "DescribeSubnets",
|
||
|
"acceptors": [
|
||
|
{
|
||
|
"matcher": "pathAll",
|
||
|
"expected": False,
|
||
|
"argument": "Subnets[].MapPublicIpOnLaunch",
|
||
|
"state": "success"
|
||
|
},
|
||
|
]
|
||
|
},
|
||
|
"SubnetHasAssignIpv6": {
|
||
|
"delay": 5,
|
||
|
"maxAttempts": 40,
|
||
|
"operation": "DescribeSubnets",
|
||
|
"acceptors": [
|
||
|
{
|
||
|
"matcher": "pathAll",
|
||
|
"expected": True,
|
||
|
"argument": "Subnets[].AssignIpv6AddressOnCreation",
|
||
|
"state": "success"
|
||
|
},
|
||
|
]
|
||
|
},
|
||
|
"SubnetNoAssignIpv6": {
|
||
|
"delay": 5,
|
||
|
"maxAttempts": 40,
|
||
|
"operation": "DescribeSubnets",
|
||
|
"acceptors": [
|
||
|
{
|
||
|
"matcher": "pathAll",
|
||
|
"expected": False,
|
||
|
"argument": "Subnets[].AssignIpv6AddressOnCreation",
|
||
|
"state": "success"
|
||
|
},
|
||
|
]
|
||
|
},
|
||
|
"SubnetDeleted": {
|
||
|
"delay": 5,
|
||
|
"maxAttempts": 40,
|
||
|
"operation": "DescribeSubnets",
|
||
|
"acceptors": [
|
||
|
{
|
||
|
"matcher": "path",
|
||
|
"expected": True,
|
||
|
"argument": "length(Subnets[]) > `0`",
|
||
|
"state": "retry"
|
||
|
},
|
||
|
{
|
||
|
"matcher": "error",
|
||
|
"expected": "InvalidSubnetID.NotFound",
|
||
|
"state": "success"
|
||
|
},
|
||
|
]
|
||
|
},
|
||
|
"VpnGatewayExists": {
|
||
|
"delay": 5,
|
||
|
"maxAttempts": 40,
|
||
|
"operation": "DescribeVpnGateways",
|
||
|
"acceptors": [
|
||
|
{
|
||
|
"matcher": "path",
|
||
|
"expected": True,
|
||
|
"argument": "length(VpnGateways[]) > `0`",
|
||
|
"state": "success"
|
||
|
},
|
||
|
{
|
||
|
"matcher": "error",
|
||
|
"expected": "InvalidVpnGatewayID.NotFound",
|
||
|
"state": "retry"
|
||
|
},
|
||
|
]
|
||
|
},
|
||
|
"VpnGatewayDetached": {
|
||
|
"delay": 5,
|
||
|
"maxAttempts": 40,
|
||
|
"operation": "DescribeVpnGateways",
|
||
|
"acceptors": [
|
||
|
{
|
||
|
"matcher": "path",
|
||
|
"expected": True,
|
||
|
"argument": "VpnGateways[0].State == 'available'",
|
||
|
"state": "success"
|
||
|
},
|
||
|
]
|
||
|
},
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
waf_data = {
|
||
|
"version": 2,
|
||
|
"waiters": {
|
||
|
"ChangeTokenInSync": {
|
||
|
"delay": 20,
|
||
|
"maxAttempts": 60,
|
||
|
"operation": "GetChangeTokenStatus",
|
||
|
"acceptors": [
|
||
|
{
|
||
|
"matcher": "path",
|
||
|
"expected": True,
|
||
|
"argument": "ChangeTokenStatus == 'INSYNC'",
|
||
|
"state": "success"
|
||
|
},
|
||
|
{
|
||
|
"matcher": "error",
|
||
|
"expected": "WAFInternalErrorException",
|
||
|
"state": "retry"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
eks_data = {
|
||
|
"version": 2,
|
||
|
"waiters": {
|
||
|
"ClusterActive": {
|
||
|
"delay": 20,
|
||
|
"maxAttempts": 60,
|
||
|
"operation": "DescribeCluster",
|
||
|
"acceptors": [
|
||
|
{
|
||
|
"state": "success",
|
||
|
"matcher": "path",
|
||
|
"argument": "cluster.status",
|
||
|
"expected": "ACTIVE"
|
||
|
},
|
||
|
{
|
||
|
"state": "retry",
|
||
|
"matcher": "error",
|
||
|
"expected": "ResourceNotFoundException"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"ClusterDeleted": {
|
||
|
"delay": 20,
|
||
|
"maxAttempts": 60,
|
||
|
"operation": "DescribeCluster",
|
||
|
"acceptors": [
|
||
|
{
|
||
|
"state": "retry",
|
||
|
"matcher": "path",
|
||
|
"argument": "cluster.status != 'DELETED'",
|
||
|
"expected": True
|
||
|
},
|
||
|
{
|
||
|
"state": "success",
|
||
|
"matcher": "error",
|
||
|
"expected": "ResourceNotFoundException"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
rds_data = {
|
||
|
"version": 2,
|
||
|
"waiters": {
|
||
|
"DBInstanceStopped": {
|
||
|
"delay": 20,
|
||
|
"maxAttempts": 60,
|
||
|
"operation": "DescribeDBInstances",
|
||
|
"acceptors": [
|
||
|
{
|
||
|
"state": "success",
|
||
|
"matcher": "pathAll",
|
||
|
"argument": "DBInstances[].DBInstanceStatus",
|
||
|
"expected": "stopped"
|
||
|
},
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
def ec2_model(name):
|
||
|
ec2_models = core_waiter.WaiterModel(waiter_config=ec2_data)
|
||
|
return ec2_models.get_waiter(name)
|
||
|
|
||
|
|
||
|
def waf_model(name):
|
||
|
waf_models = core_waiter.WaiterModel(waiter_config=waf_data)
|
||
|
return waf_models.get_waiter(name)
|
||
|
|
||
|
|
||
|
def eks_model(name):
|
||
|
eks_models = core_waiter.WaiterModel(waiter_config=eks_data)
|
||
|
return eks_models.get_waiter(name)
|
||
|
|
||
|
|
||
|
def rds_model(name):
|
||
|
rds_models = core_waiter.WaiterModel(waiter_config=rds_data)
|
||
|
return rds_models.get_waiter(name)
|
||
|
|
||
|
|
||
|
waiters_by_name = {
|
||
|
('EC2', 'internet_gateway_exists'): lambda ec2: core_waiter.Waiter(
|
||
|
'internet_gateway_exists',
|
||
|
ec2_model('InternetGatewayExists'),
|
||
|
core_waiter.NormalizedOperationMethod(
|
||
|
ec2.describe_internet_gateways
|
||
|
)),
|
||
|
('EC2', 'route_table_exists'): lambda ec2: core_waiter.Waiter(
|
||
|
'route_table_exists',
|
||
|
ec2_model('RouteTableExists'),
|
||
|
core_waiter.NormalizedOperationMethod(
|
||
|
ec2.describe_route_tables
|
||
|
)),
|
||
|
('EC2', 'security_group_exists'): lambda ec2: core_waiter.Waiter(
|
||
|
'security_group_exists',
|
||
|
ec2_model('SecurityGroupExists'),
|
||
|
core_waiter.NormalizedOperationMethod(
|
||
|
ec2.describe_security_groups
|
||
|
)),
|
||
|
('EC2', 'subnet_exists'): lambda ec2: core_waiter.Waiter(
|
||
|
'subnet_exists',
|
||
|
ec2_model('SubnetExists'),
|
||
|
core_waiter.NormalizedOperationMethod(
|
||
|
ec2.describe_subnets
|
||
|
)),
|
||
|
('EC2', 'subnet_has_map_public'): lambda ec2: core_waiter.Waiter(
|
||
|
'subnet_has_map_public',
|
||
|
ec2_model('SubnetHasMapPublic'),
|
||
|
core_waiter.NormalizedOperationMethod(
|
||
|
ec2.describe_subnets
|
||
|
)),
|
||
|
('EC2', 'subnet_no_map_public'): lambda ec2: core_waiter.Waiter(
|
||
|
'subnet_no_map_public',
|
||
|
ec2_model('SubnetNoMapPublic'),
|
||
|
core_waiter.NormalizedOperationMethod(
|
||
|
ec2.describe_subnets
|
||
|
)),
|
||
|
('EC2', 'subnet_has_assign_ipv6'): lambda ec2: core_waiter.Waiter(
|
||
|
'subnet_has_assign_ipv6',
|
||
|
ec2_model('SubnetHasAssignIpv6'),
|
||
|
core_waiter.NormalizedOperationMethod(
|
||
|
ec2.describe_subnets
|
||
|
)),
|
||
|
('EC2', 'subnet_no_assign_ipv6'): lambda ec2: core_waiter.Waiter(
|
||
|
'subnet_no_assign_ipv6',
|
||
|
ec2_model('SubnetNoAssignIpv6'),
|
||
|
core_waiter.NormalizedOperationMethod(
|
||
|
ec2.describe_subnets
|
||
|
)),
|
||
|
('EC2', 'subnet_deleted'): lambda ec2: core_waiter.Waiter(
|
||
|
'subnet_deleted',
|
||
|
ec2_model('SubnetDeleted'),
|
||
|
core_waiter.NormalizedOperationMethod(
|
||
|
ec2.describe_subnets
|
||
|
)),
|
||
|
('EC2', 'vpn_gateway_exists'): lambda ec2: core_waiter.Waiter(
|
||
|
'vpn_gateway_exists',
|
||
|
ec2_model('VpnGatewayExists'),
|
||
|
core_waiter.NormalizedOperationMethod(
|
||
|
ec2.describe_vpn_gateways
|
||
|
)),
|
||
|
('EC2', 'vpn_gateway_detached'): lambda ec2: core_waiter.Waiter(
|
||
|
'vpn_gateway_detached',
|
||
|
ec2_model('VpnGatewayDetached'),
|
||
|
core_waiter.NormalizedOperationMethod(
|
||
|
ec2.describe_vpn_gateways
|
||
|
)),
|
||
|
('WAF', 'change_token_in_sync'): lambda waf: core_waiter.Waiter(
|
||
|
'change_token_in_sync',
|
||
|
waf_model('ChangeTokenInSync'),
|
||
|
core_waiter.NormalizedOperationMethod(
|
||
|
waf.get_change_token_status
|
||
|
)),
|
||
|
('WAFRegional', 'change_token_in_sync'): lambda waf: core_waiter.Waiter(
|
||
|
'change_token_in_sync',
|
||
|
waf_model('ChangeTokenInSync'),
|
||
|
core_waiter.NormalizedOperationMethod(
|
||
|
waf.get_change_token_status
|
||
|
)),
|
||
|
('EKS', 'cluster_active'): lambda eks: core_waiter.Waiter(
|
||
|
'cluster_active',
|
||
|
eks_model('ClusterActive'),
|
||
|
core_waiter.NormalizedOperationMethod(
|
||
|
eks.describe_cluster
|
||
|
)),
|
||
|
('EKS', 'cluster_deleted'): lambda eks: core_waiter.Waiter(
|
||
|
'cluster_deleted',
|
||
|
eks_model('ClusterDeleted'),
|
||
|
core_waiter.NormalizedOperationMethod(
|
||
|
eks.describe_cluster
|
||
|
)),
|
||
|
('RDS', 'db_instance_stopped'): lambda rds: core_waiter.Waiter(
|
||
|
'db_instance_stopped',
|
||
|
rds_model('DBInstanceStopped'),
|
||
|
core_waiter.NormalizedOperationMethod(
|
||
|
rds.describe_db_instances
|
||
|
)),
|
||
|
}
|
||
|
|
||
|
|
||
|
def get_waiter(client, waiter_name):
|
||
|
try:
|
||
|
return waiters_by_name[(client.__class__.__name__, waiter_name)](client)
|
||
|
except KeyError:
|
||
|
raise NotImplementedError("Waiter {0} could not be found for client {1}. Available waiters: {2}".format(
|
||
|
waiter_name, type(client), ', '.join(repr(k) for k in waiters_by_name.keys())))
|