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) #59324

Merged
merged 2 commits into from
Jul 29, 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_compute_url_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
- present
- absent
default: present
type: str
default_service:
description:
- A reference to BackendService resource if none of the hostRules match.
Expand Down
1 change: 1 addition & 0 deletions lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel.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:
- Name of the resource. The name must be 1-63 characters long, and comply with
Expand Down
1 change: 1 addition & 0 deletions lib/ansible/modules/cloud/google/gcp_container_cluster.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:
- The name of this cluster. The name must be unique within this project and location,
Expand Down
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 node pool.
Expand Down
1 change: 1 addition & 0 deletions lib/ansible/modules/cloud/google/gcp_dns_managed_zone.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
- present
- absent
default: present
type: str
description:
description:
- A mutable string of at most 1024 characters associated with this resource for
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
- present
- absent
default: present
type: str
name:
description:
- For example, U(www.example.com).
Expand Down
1 change: 1 addition & 0 deletions lib/ansible/modules/cloud/google/gcp_iam_role.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:
- The name of the role.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
- present
- absent
default: present
type: str
name:
description:
- The name of the service account.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
- present
- absent
default: present
type: str
private_key_type:
description:
- Output format for the service account key.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
- present
- absent
default: present
type: str
name:
description:
- Name of the subscription.
Expand Down
1 change: 1 addition & 0 deletions lib/ansible/modules/cloud/google/gcp_pubsub_topic.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:
- Name of the topic.
Expand Down
11 changes: 0 additions & 11 deletions test/sanity/ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -754,20 +754,9 @@ lib/ansible/modules/cloud/google/gcp_compute_target_pool_facts.py validate-modul
lib/ansible/modules/cloud/google/gcp_compute_target_ssl_proxy_facts.py validate-modules:E337
lib/ansible/modules/cloud/google/gcp_compute_target_tcp_proxy_facts.py validate-modules:E337
lib/ansible/modules/cloud/google/gcp_compute_target_vpn_gateway_facts.py validate-modules:E337
lib/ansible/modules/cloud/google/gcp_compute_url_map.py validate-modules:E337
lib/ansible/modules/cloud/google/gcp_compute_url_map_facts.py validate-modules:E337
lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel.py validate-modules:E337
lib/ansible/modules/cloud/google/gcp_compute_vpn_tunnel_facts.py validate-modules:E337
lib/ansible/modules/cloud/google/gcp_container_cluster.py validate-modules:E337
lib/ansible/modules/cloud/google/gcp_container_node_pool.py validate-modules:E337
lib/ansible/modules/cloud/google/gcp_dns_managed_zone.py validate-modules:E337
lib/ansible/modules/cloud/google/gcp_dns_managed_zone_facts.py validate-modules:E337
lib/ansible/modules/cloud/google/gcp_dns_resource_record_set.py validate-modules:E337
lib/ansible/modules/cloud/google/gcp_iam_role.py validate-modules:E337
lib/ansible/modules/cloud/google/gcp_iam_service_account.py validate-modules:E337
lib/ansible/modules/cloud/google/gcp_iam_service_account_key.py validate-modules:E337
lib/ansible/modules/cloud/google/gcp_pubsub_subscription.py validate-modules:E337
lib/ansible/modules/cloud/google/gcp_pubsub_topic.py validate-modules:E337
lib/ansible/modules/cloud/google/gcpubsub.py validate-modules:E322
lib/ansible/modules/cloud/google/gcpubsub.py validate-modules:E323
lib/ansible/modules/cloud/google/gcpubsub.py validate-modules:E337
Expand Down