Skip to content

Commit

Permalink
Bug fixes for GCP (as of 2019-07-09T06:06:53Z) (#59324)
Browse files Browse the repository at this point in the history
  • Loading branch information
modular-magician authored and mattclay committed Jul 29, 2019
1 parent 6665447 commit 4a7e11b
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 11 deletions.
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 @@ -1391,20 +1391,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

0 comments on commit 4a7e11b

Please sign in to comment.