Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fixes for GCP (as of 2019-07-09T06:06:53Z) #59323

Merged
merged 2 commits into from
Jul 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/ansible/modules/cloud/google/gcp_bigquery_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
- present
- absent
default: present
type: str
name:
description:
- Dataset name.
Expand Down
1 change: 1 addition & 0 deletions lib/ansible/modules/cloud/google/gcp_bigquery_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
- present
- absent
default: present
type: str
table_reference:
description:
- Reference describing the ID of this table.
Expand Down
1 change: 1 addition & 0 deletions lib/ansible/modules/cloud/google/gcp_cloudbuild_trigger.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
- present
- absent
default: present
type: str
id:
description:
- The unique identifier for the trigger.
Expand Down
1 change: 1 addition & 0 deletions lib/ansible/modules/cloud/google/gcp_cloudscheduler_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
- present
- absent
default: present
type: str
name:
description:
- The name of the job.
Expand Down
1 change: 1 addition & 0 deletions lib/ansible/modules/cloud/google/gcp_compute_address.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
- present
- absent
default: present
type: str
address:
description:
- The static external IP address represented by this resource. Only IPv4 is supported.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
- present
- absent
default: present
type: str
bucket_name:
description:
- Cloud Storage bucket name.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
- present
- absent
default: present
type: str
affinity_cookie_ttl_sec:
description:
- Lifetime of cookies in seconds if session_affinity is GENERATED_COOKIE. If set
Expand Down
1 change: 1 addition & 0 deletions lib/ansible/modules/cloud/google/gcp_compute_disk.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
- present
- absent
default: present
type: str
description:
description:
- An optional description of this resource. Provide this property when you create
Expand Down
1 change: 1 addition & 0 deletions lib/ansible/modules/cloud/google/gcp_compute_firewall.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
- present
- absent
default: present
type: str
allowed:
description:
- The list of ALLOW rules specified by this firewall. Each rule specifies a protocol
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
- present
- absent
default: present
type: str
description:
description:
- An optional description of this resource. Provide this property when you create
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
- present
- absent
default: present
type: str
address:
description:
- The static external IP address represented by this resource.
Expand Down
11 changes: 0 additions & 11 deletions test/sanity/validate-modules/ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -647,24 +647,13 @@ lib/ansible/modules/cloud/google/_gcp_backend_service.py E324
lib/ansible/modules/cloud/google/_gcp_backend_service.py E326
lib/ansible/modules/cloud/google/_gcp_backend_service.py E337
lib/ansible/modules/cloud/google/_gcp_backend_service.py E338
lib/ansible/modules/cloud/google/gcp_bigquery_dataset.py E337
lib/ansible/modules/cloud/google/gcp_bigquery_table.py E337
lib/ansible/modules/cloud/google/gcp_cloudbuild_trigger.py E337
lib/ansible/modules/cloud/google/gcp_cloudscheduler_job.py E337
lib/ansible/modules/cloud/google/gcp_compute_address_facts.py E337
lib/ansible/modules/cloud/google/gcp_compute_address.py E337
lib/ansible/modules/cloud/google/gcp_compute_backend_bucket_facts.py E337
lib/ansible/modules/cloud/google/gcp_compute_backend_bucket.py E337
lib/ansible/modules/cloud/google/gcp_compute_backend_service_facts.py E337
lib/ansible/modules/cloud/google/gcp_compute_backend_service.py E337
lib/ansible/modules/cloud/google/gcp_compute_disk_facts.py E337
lib/ansible/modules/cloud/google/gcp_compute_disk.py E337
lib/ansible/modules/cloud/google/gcp_compute_firewall_facts.py E337
lib/ansible/modules/cloud/google/gcp_compute_firewall.py E337
lib/ansible/modules/cloud/google/gcp_compute_forwarding_rule_facts.py E337
lib/ansible/modules/cloud/google/gcp_compute_forwarding_rule.py E337
lib/ansible/modules/cloud/google/gcp_compute_global_address_facts.py E337
lib/ansible/modules/cloud/google/gcp_compute_global_address.py E337
lib/ansible/modules/cloud/google/gcp_compute_global_forwarding_rule_facts.py E337
lib/ansible/modules/cloud/google/gcp_compute_global_forwarding_rule.py E337
lib/ansible/modules/cloud/google/gcp_compute_health_check_facts.py E337
Expand Down