Bug fixes for GCP modules (#51577)
parent
802827536c
commit
7502df4435
|
@ -42,7 +42,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
filters:
|
filters:
|
||||||
description:
|
description:
|
||||||
- A list of filter value pairs. Available filters are listed here U(U(https://cloud.google.com/sdk/gcloud/reference/topic/filters).)
|
- A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters.)
|
||||||
- Each additional filter in the list will act be added as an AND condition (filter1
|
- Each additional filter in the list will act be added as an AND condition (filter1
|
||||||
and filter2) .
|
and filter2) .
|
||||||
extends_documentation_fragment: gcp
|
extends_documentation_fragment: gcp
|
||||||
|
|
|
@ -384,7 +384,7 @@ def wait_for_completion(status, op_result, module):
|
||||||
while status != 'DONE':
|
while status != 'DONE':
|
||||||
raise_if_errors(op_result, ['error', 'errors'], module)
|
raise_if_errors(op_result, ['error', 'errors'], module)
|
||||||
time.sleep(1.0)
|
time.sleep(1.0)
|
||||||
op_result = fetch_resource(module, op_uri, 'compute#operation')
|
op_result = fetch_resource(module, op_uri, 'compute#operation', False)
|
||||||
status = navigate_hash(op_result, ['status'])
|
status = navigate_hash(op_result, ['status'])
|
||||||
return op_result
|
return op_result
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
filters:
|
filters:
|
||||||
description:
|
description:
|
||||||
- A list of filter value pairs. Available filters are listed here U(U(https://cloud.google.com/sdk/gcloud/reference/topic/filters).)
|
- A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters.)
|
||||||
- Each additional filter in the list will act be added as an AND condition (filter1
|
- Each additional filter in the list will act be added as an AND condition (filter1
|
||||||
and filter2) .
|
and filter2) .
|
||||||
extends_documentation_fragment: gcp
|
extends_documentation_fragment: gcp
|
||||||
|
|
|
@ -652,7 +652,7 @@ def wait_for_completion(status, op_result, module):
|
||||||
while status != 'DONE':
|
while status != 'DONE':
|
||||||
raise_if_errors(op_result, ['error', 'errors'], module)
|
raise_if_errors(op_result, ['error', 'errors'], module)
|
||||||
time.sleep(1.0)
|
time.sleep(1.0)
|
||||||
op_result = fetch_resource(module, op_uri, 'compute#operation')
|
op_result = fetch_resource(module, op_uri, 'compute#operation', False)
|
||||||
status = navigate_hash(op_result, ['status'])
|
status = navigate_hash(op_result, ['status'])
|
||||||
return op_result
|
return op_result
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
filters:
|
filters:
|
||||||
description:
|
description:
|
||||||
- A list of filter value pairs. Available filters are listed here U(U(https://cloud.google.com/sdk/gcloud/reference/topic/filters).)
|
- A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters.)
|
||||||
- Each additional filter in the list will act be added as an AND condition (filter1
|
- Each additional filter in the list will act be added as an AND condition (filter1
|
||||||
and filter2) .
|
and filter2) .
|
||||||
extends_documentation_fragment: gcp
|
extends_documentation_fragment: gcp
|
||||||
|
|
|
@ -1158,7 +1158,7 @@ def wait_for_completion(status, op_result, module):
|
||||||
while status != 'DONE':
|
while status != 'DONE':
|
||||||
raise_if_errors(op_result, ['error', 'errors'], module)
|
raise_if_errors(op_result, ['error', 'errors'], module)
|
||||||
time.sleep(1.0)
|
time.sleep(1.0)
|
||||||
op_result = fetch_resource(module, op_uri, 'compute#operation')
|
op_result = fetch_resource(module, op_uri, 'compute#operation', False)
|
||||||
status = navigate_hash(op_result, ['status'])
|
status = navigate_hash(op_result, ['status'])
|
||||||
return op_result
|
return op_result
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
filters:
|
filters:
|
||||||
description:
|
description:
|
||||||
- A list of filter value pairs. Available filters are listed here U(U(https://cloud.google.com/sdk/gcloud/reference/topic/filters).)
|
- A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters.)
|
||||||
- Each additional filter in the list will act be added as an AND condition (filter1
|
- Each additional filter in the list will act be added as an AND condition (filter1
|
||||||
and filter2) .
|
and filter2) .
|
||||||
zone:
|
zone:
|
||||||
|
|
|
@ -414,7 +414,7 @@ def wait_for_completion(status, op_result, module):
|
||||||
while status != 'DONE':
|
while status != 'DONE':
|
||||||
raise_if_errors(op_result, ['error', 'errors'], module)
|
raise_if_errors(op_result, ['error', 'errors'], module)
|
||||||
time.sleep(1.0)
|
time.sleep(1.0)
|
||||||
op_result = fetch_resource(module, op_uri, 'compute#operation')
|
op_result = fetch_resource(module, op_uri, 'compute#operation', False)
|
||||||
status = navigate_hash(op_result, ['status'])
|
status = navigate_hash(op_result, ['status'])
|
||||||
return op_result
|
return op_result
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
filters:
|
filters:
|
||||||
description:
|
description:
|
||||||
- A list of filter value pairs. Available filters are listed here U(U(https://cloud.google.com/sdk/gcloud/reference/topic/filters).)
|
- A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters.)
|
||||||
- Each additional filter in the list will act be added as an AND condition (filter1
|
- Each additional filter in the list will act be added as an AND condition (filter1
|
||||||
and filter2) .
|
and filter2) .
|
||||||
zone:
|
zone:
|
||||||
|
|
|
@ -517,7 +517,7 @@ def wait_for_completion(status, op_result, module):
|
||||||
while status != 'DONE':
|
while status != 'DONE':
|
||||||
raise_if_errors(op_result, ['error', 'errors'], module)
|
raise_if_errors(op_result, ['error', 'errors'], module)
|
||||||
time.sleep(1.0)
|
time.sleep(1.0)
|
||||||
op_result = fetch_resource(module, op_uri, 'compute#operation')
|
op_result = fetch_resource(module, op_uri, 'compute#operation', False)
|
||||||
status = navigate_hash(op_result, ['status'])
|
status = navigate_hash(op_result, ['status'])
|
||||||
return op_result
|
return op_result
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
filters:
|
filters:
|
||||||
description:
|
description:
|
||||||
- A list of filter value pairs. Available filters are listed here U(U(https://cloud.google.com/sdk/gcloud/reference/topic/filters).)
|
- A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters.)
|
||||||
- Each additional filter in the list will act be added as an AND condition (filter1
|
- Each additional filter in the list will act be added as an AND condition (filter1
|
||||||
and filter2) .
|
and filter2) .
|
||||||
zone:
|
zone:
|
||||||
|
|
|
@ -1093,7 +1093,7 @@ def wait_for_completion(status, op_result, module):
|
||||||
while status != 'DONE':
|
while status != 'DONE':
|
||||||
raise_if_errors(op_result, ['error', 'errors'], module)
|
raise_if_errors(op_result, ['error', 'errors'], module)
|
||||||
time.sleep(1.0)
|
time.sleep(1.0)
|
||||||
op_result = fetch_resource(module, op_uri, 'compute#operation')
|
op_result = fetch_resource(module, op_uri, 'compute#operation', False)
|
||||||
status = navigate_hash(op_result, ['status'])
|
status = navigate_hash(op_result, ['status'])
|
||||||
return op_result
|
return op_result
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
filters:
|
filters:
|
||||||
description:
|
description:
|
||||||
- A list of filter value pairs. Available filters are listed here U(U(https://cloud.google.com/sdk/gcloud/reference/topic/filters).)
|
- A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters.)
|
||||||
- Each additional filter in the list will act be added as an AND condition (filter1
|
- Each additional filter in the list will act be added as an AND condition (filter1
|
||||||
and filter2) .
|
and filter2) .
|
||||||
extends_documentation_fragment: gcp
|
extends_documentation_fragment: gcp
|
||||||
|
|
|
@ -403,7 +403,7 @@ def wait_for_completion(status, op_result, module):
|
||||||
while status != 'DONE':
|
while status != 'DONE':
|
||||||
raise_if_errors(op_result, ['error', 'errors'], module)
|
raise_if_errors(op_result, ['error', 'errors'], module)
|
||||||
time.sleep(1.0)
|
time.sleep(1.0)
|
||||||
op_result = fetch_resource(module, op_uri, 'compute#operation')
|
op_result = fetch_resource(module, op_uri, 'compute#operation', False)
|
||||||
status = navigate_hash(op_result, ['status'])
|
status = navigate_hash(op_result, ['status'])
|
||||||
return op_result
|
return op_result
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
filters:
|
filters:
|
||||||
description:
|
description:
|
||||||
- A list of filter value pairs. Available filters are listed here U(U(https://cloud.google.com/sdk/gcloud/reference/topic/filters).)
|
- A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters.)
|
||||||
- Each additional filter in the list will act be added as an AND condition (filter1
|
- Each additional filter in the list will act be added as an AND condition (filter1
|
||||||
and filter2) .
|
and filter2) .
|
||||||
region:
|
region:
|
||||||
|
|
|
@ -340,7 +340,7 @@ def is_different(module, response):
|
||||||
def response_to_hash(module, response):
|
def response_to_hash(module, response):
|
||||||
return {
|
return {
|
||||||
u'description': module.params.get('description'),
|
u'description': module.params.get('description'),
|
||||||
u'gatewayIPv4': response.get(u'gateway_ipv4'),
|
u'gatewayIPv4': response.get(u'gatewayIPv4'),
|
||||||
u'id': response.get(u'id'),
|
u'id': response.get(u'id'),
|
||||||
u'IPv4Range': module.params.get('ipv4_range'),
|
u'IPv4Range': module.params.get('ipv4_range'),
|
||||||
u'name': module.params.get('name'),
|
u'name': module.params.get('name'),
|
||||||
|
@ -375,7 +375,7 @@ def wait_for_completion(status, op_result, module):
|
||||||
while status != 'DONE':
|
while status != 'DONE':
|
||||||
raise_if_errors(op_result, ['error', 'errors'], module)
|
raise_if_errors(op_result, ['error', 'errors'], module)
|
||||||
time.sleep(1.0)
|
time.sleep(1.0)
|
||||||
op_result = fetch_resource(module, op_uri, 'compute#operation')
|
op_result = fetch_resource(module, op_uri, 'compute#operation', False)
|
||||||
status = navigate_hash(op_result, ['status'])
|
status = navigate_hash(op_result, ['status'])
|
||||||
return op_result
|
return op_result
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
filters:
|
filters:
|
||||||
description:
|
description:
|
||||||
- A list of filter value pairs. Available filters are listed here U(U(https://cloud.google.com/sdk/gcloud/reference/topic/filters).)
|
- A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters.)
|
||||||
- Each additional filter in the list will act be added as an AND condition (filter1
|
- Each additional filter in the list will act be added as an AND condition (filter1
|
||||||
and filter2) .
|
and filter2) .
|
||||||
extends_documentation_fragment: gcp
|
extends_documentation_fragment: gcp
|
||||||
|
|
|
@ -555,7 +555,7 @@ def wait_for_completion(status, op_result, module):
|
||||||
while status != 'DONE':
|
while status != 'DONE':
|
||||||
raise_if_errors(op_result, ['error', 'errors'], module)
|
raise_if_errors(op_result, ['error', 'errors'], module)
|
||||||
time.sleep(1.0)
|
time.sleep(1.0)
|
||||||
op_result = fetch_resource(module, op_uri, 'compute#operation')
|
op_result = fetch_resource(module, op_uri, 'compute#operation', False)
|
||||||
status = navigate_hash(op_result, ['status'])
|
status = navigate_hash(op_result, ['status'])
|
||||||
return op_result
|
return op_result
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
filters:
|
filters:
|
||||||
description:
|
description:
|
||||||
- A list of filter value pairs. Available filters are listed here U(U(https://cloud.google.com/sdk/gcloud/reference/topic/filters).)
|
- A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters.)
|
||||||
- Each additional filter in the list will act be added as an AND condition (filter1
|
- Each additional filter in the list will act be added as an AND condition (filter1
|
||||||
and filter2) .
|
and filter2) .
|
||||||
region:
|
region:
|
||||||
|
|
|
@ -433,7 +433,7 @@ def wait_for_completion(status, op_result, module):
|
||||||
while status != 'DONE':
|
while status != 'DONE':
|
||||||
raise_if_errors(op_result, ['error', 'errors'], module)
|
raise_if_errors(op_result, ['error', 'errors'], module)
|
||||||
time.sleep(1.0)
|
time.sleep(1.0)
|
||||||
op_result = fetch_resource(module, op_uri, 'compute#operation')
|
op_result = fetch_resource(module, op_uri, 'compute#operation', False)
|
||||||
status = navigate_hash(op_result, ['status'])
|
status = navigate_hash(op_result, ['status'])
|
||||||
return op_result
|
return op_result
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
filters:
|
filters:
|
||||||
description:
|
description:
|
||||||
- A list of filter value pairs. Available filters are listed here U(U(https://cloud.google.com/sdk/gcloud/reference/topic/filters).)
|
- A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters.)
|
||||||
- Each additional filter in the list will act be added as an AND condition (filter1
|
- Each additional filter in the list will act be added as an AND condition (filter1
|
||||||
and filter2) .
|
and filter2) .
|
||||||
extends_documentation_fragment: gcp
|
extends_documentation_fragment: gcp
|
||||||
|
|
|
@ -424,7 +424,7 @@ def wait_for_completion(status, op_result, module):
|
||||||
while status != 'DONE':
|
while status != 'DONE':
|
||||||
raise_if_errors(op_result, ['error', 'errors'], module)
|
raise_if_errors(op_result, ['error', 'errors'], module)
|
||||||
time.sleep(1.0)
|
time.sleep(1.0)
|
||||||
op_result = fetch_resource(module, op_uri, 'compute#operation')
|
op_result = fetch_resource(module, op_uri, 'compute#operation', False)
|
||||||
status = navigate_hash(op_result, ['status'])
|
status = navigate_hash(op_result, ['status'])
|
||||||
return op_result
|
return op_result
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ requirements:
|
||||||
options:
|
options:
|
||||||
filters:
|
filters:
|
||||||
description:
|
description:
|
||||||
- A list of filter value pairs. Available filters are listed here U(U(https://cloud.google.com/sdk/gcloud/reference/topic/filters).)
|
- A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters.)
|
||||||
- Each additional filter in the list will act be added as an AND condition (filter1
|
- Each additional filter in the list will act be added as an AND condition (filter1
|
||||||
and filter2) .
|
and filter2) .
|
||||||
region:
|
region:
|
||||||
|
|
Loading…
Reference in New Issue