Commit graph

1013 commits

Author SHA1 Message Date
Yusuke Tsutsumi
117224d352 fix gcp_iam_role
gcp_iam_role did not handle the undelete behavior
that is specific to gcp_iam_role.
2022-11-27 08:34:30 -08:00
Yusuke Tsutsumi
6171713572 fix gcp_bigtable_instance
gcp_bigtable_instance scope was using an incorrect scope,
which was causing oauth requests to not complete successfully.
2022-11-27 08:34:30 -08:00
Yusuke Tsutsumi
44eb7c2d29 fix gcp_spanner_database delete
gcp_spanner_database erroneously used LRO handling on delete,
rather than a standard synchronous function. One side effect
was not catching 404s as a not found error code.
2022-11-27 08:34:30 -08:00
Yusuke Tsutsumi
50076e7f36 fix: crypto_key initial_version_creation default
skip_initial_version_creation previously defaulted to None,
which results in an invalid value in the create call to
gcp_kms_crypto_key.

Defaulting to False fixes the issue.
2022-11-27 08:34:30 -08:00
Yusuke Tsutsumi
0e9f2a74b1 fix: gcp_cloudtasks_queue
gcp_cloudtasks_queue was sending a "location" field in the
payload, when the resource did not have such a field.

Removing it fixes the tests.
2022-11-27 08:34:30 -08:00
Yusuke Tsutsumi
d3a7287c37 fix: gcp_container_cluster for GKE 1.19+
Incorporating a fix for GKE 1.19+ (See #444).

Inlined:

Google has removed basic-auth method from within GKE starting version 1.19
This lead the output response of the backend API not to provide basic-auth
data (username and password) anymore.

The current implementation of gcp_container_cluster when generating the kubectl
config file, always set basic-auth data w/o checking if there actually are
available or explicitly provided even when the value are not set/provided
from gcp_container_cluster.

In addition, re-enabling some tests that #444 fixed.

Co-authored-by: Xavier Lamien <laxathom@lxtnow.net>
2022-11-19 21:58:55 -08:00
Yusuke Tsutsumi
dc67fb3e17 tests: service account flaky test
fixing a flakey service account test. Sometimes the service account
generated can be less than 6 characters (e.g. sa-57), which is an
invalid length.

This ensures that the name is at least 6 characters.
2022-11-19 18:40:44 -08:00
Yusuke Tsutsumi
ebf095d22d tests: fix gcp_compute_vpn_tunnel
- vpn_gateway required minimal changes (stop using legacy load
  balancers)
- compute_vpn_tunnel requires a valid vpn configuration
  (several dependent forwarding rules and configuration to set up a
  proper tunnel).
2022-11-19 18:40:44 -08:00
Yusuke Tsutsumi
54c14b66f6 tests: enabling 5 tests
the following tests can be enabled without any changes:

- gcp_compute_target_http_proxy
- gcp_compute_target_https_proxy
- gcp_compute_target_ssl_proxy
- gcp_compute_target_tcp_proxy
2022-11-19 18:40:44 -08:00
Yusuke Tsutsumi
5fc619fbb7 tests: fixing region_target_http_proxy
The backend_service resource was not regional, which is in invalid
configuration for a regional proxy to depend on.

Fixing up cleanup-script to better handle region/ global resources.
2022-11-19 18:40:44 -08:00
Yusuke Tsutsumi
b6f694ed7e enabling 3 more tests
Tests were working with only minor config tweaks

- compute_autoscaler
- compute_disk
- global_forwarding_rule
2022-11-19 10:56:53 -08:00
Yusuke Tsutsumi
0fc41bbda4 WIP: fix compute instance + several tests
compute selflinks return back `wwww.googleapis.com` as the domain,
which was causing a perma-diff. Fixing google.cloud's normalization
fixes that.

Fixing the following tests as well, since creating an instance
now works:

- gcp_compute_instance
- gcp_compute_instance_group
- gcp_compute_instance_group_manager
- gcp_compute_instance_template
- gcp_compute_region_autoscaler
- gcp_compute_region_instance_group_manager
- gcp_compute_target_instance
- gcp_compute_target_pool
2022-11-13 22:28:40 -08:00
Yusuke Tsutsumi
4816e97719 fixing compute_url_map, add cleanup script
Compute_url_map was broken by #509: It also merged in #393, which
has an erroneous understanding that compute_url_map always returns
a diff (integration tests show it does not).

Adding a cleanup script to help with environment hygiene.

Added cleanup to CI to help make tests less flakey.
2022-11-12 12:12:02 -08:00
Bill Dinger
0cece672cf Added in link to where machineTypes are defined 2022-11-12 11:18:03 -08:00
Tom
2582030e51 Updating gcp_storage_object example
The example contained the non-existent "status" parameter which causes an error with the latest release.
2022-11-12 10:53:08 -08:00
Eric Anderson
53955f2fa0 fix the tests, and update documentation 2022-11-12 10:25:10 -08:00
Yusuke Tsutsumi
5ea5ecda34 tests: enabling gcp_compute_backend_service test
with #393 merged, it is now possible to enable gcp_compute_backend_test.

Adding a temporary fix for server-normalized value of capacity_scaler,
which is resolving into perma-diff due to "1.0" != "1".
2022-11-05 15:16:49 -07:00
Lakhan Samani
da28bcb845 fix: fix finger print issue while updating gcp services
Resolves: https://github.com/ansible-collections/google.cloud/issues/342
2022-11-05 15:16:49 -07:00
Yusuke Tsutsumi
2b8cbcc072
docs: switchin _facts to _info (#508)
The modules for facts were renamed to info. Fixing incorrect
documentation.

This is a re-implementation of #222.
2022-11-05 18:35:23 +00:00
Nonoctis
5182023c91
Docs: fix typo in gcp_storage_object.py (#507)
While version `1.2..0` might work it does not reflect the desired requirement (`1.2.0`).
2022-11-05 16:55:09 +00:00
Yusuke Tsutsumi
d802c99959
tests: enable more tests (#506)
Enabling and fixing the following:

gcp_tpu_node
gcp_storage_bucket
gcp_spanner_instance
gcp_kms_key_ring
gcp_redis_instance
gcp_iam_service_account
gcp_compute_ssl_certificate
2022-10-10 21:39:33 +00:00
Yusuke Tsutsumi
3f6a50208d tests: changing gcp_tpu_node side
v2-8 seems to be in high demand causing test failures. changing it to
v2-32 seems to pass more consistently.
2022-10-10 20:33:23 +00:00
Yusuke Tsutsumi
3aa8682d5f tests: enable forwarding_rule, disable global version
the wrong forwarding rule was turned on, while the correct one
was turned off.
2022-10-10 18:50:27 +00:00
Yusuke Tsutsumi
d8c1d2f8b8 tests: fix gcp_tpu_node test
- gcp_tpu_node was using an old TensorFlow version, as well as using
  a popular TPU variant (3-8) in a zone that had a capacity limit.
  Both have been updated to working values.
2022-10-10 18:43:18 +00:00
David Moreau Simard
516f0d8e0b
docs: update repository URL in galaxy.yml (#387)
The previous URL properly redirects to the new one but let's put the
updated one.
2022-10-09 06:44:12 +00:00
Yusuke Tsutsumi
d03d7beda2 tests: fix gcp_storage_bucket test
- gcp_storage_bucket had a hard-coded bucket name. Making it based
  on the GCP project name to allow some attribution in the case of garbage
  detection.
2022-10-09 06:15:24 +00:00
Yusuke Tsutsumi
cfbc4d8be5 tests: cleaning up resourcemanager, enabling spanner
- gcp_spanner_instance works, enabling for CI.
- gcp_resourcemanager_project is running into quota issues for
  listing the API to verify state. Adding a to-do as well as
  removing some people-specific names.
2022-10-09 06:08:41 +00:00
Yusuke Tsutsumi
1a753eff05 tests: fix key_ring and redis
- gcp_key_ring was already passing, needed to be enabled.
- gcp_redis_instance was using legacy networks, switch to net networks.
2022-10-09 05:45:37 +00:00
Yusuke Tsutsumi
f1f41177e4 tests: fixing gcp_iam_service_account
there was a hardcoded GCP project for testing purposes.
2022-10-09 05:27:18 +00:00
Yusuke Tsutsumi
24d09d17c3 tests: fixing more fixed tests
- gcp_compute_ssl_certificate: region is not a supported parameter.
2022-10-09 05:10:15 +00:00
Yusuke Tsutsumi
453907edf6
tests: fixing 7 tests #505
Fixing additional tests, primarily adjusting to new GCP behavior.

- gcp_appengine_firewall_rule
- gcp_cloudfunctions_cloud_function
- gcp_compute_external_backend_service
- gcp_compute_forwarding_rule
- gcp_compute_route
- gcp_compute_router
- gcp_compute_region_url_map

raising the number to 29/64 tests.
2022-10-09 05:07:55 +00:00
Yusuke Tsutsumi
9e7748bc23 tests: fixing bootstrap code and invalid instance
- bootstrap code was not correctly instantiating the cloud function.
- compute_instance has a typo from a previous commit.
- re-disabling forwarding rule as it still has the backend_service
  fingerprint requirement
2022-10-08 18:57:05 +00:00
Yusuke Tsutsumi
7fb64edcc5 tests: fix gcp_compute_region_url_map
- remove the global health check (not necessary to create a backend
  service)
- configure backend service to external, as internal backend services
  cannot use the HTTP protocol.
2022-10-08 18:40:05 +00:00
Yusuke Tsutsumi
c962945615 tests: fix google_compute_router test
google_compute_router was attempting to create a legacy network.
Creating a new network that passes the test.
2022-10-08 18:27:14 +00:00
Yusuke Tsutsumi
d52e5f0c3c tests: fix google_compute_route test
google_compute_route was creating legacy subnetworks in the
example, which are now deprecated.
2022-10-08 18:24:04 +00:00
Yusuke Tsutsumi
7cd653e50d minor improvement in gcp_compute_instance
The test does not yet pass due to a discovered change, but
some progress was made.

- updating disk image to an existing, non-EOL image.
- updating subnetwork configuration.
2022-10-08 18:18:42 +00:00
Yusuke Tsutsumi
6f1ee2b2b4 tests: fix gcp_compute_forwarding_rule test
The targetpool object was being passed directly to the forwarding
rule, rather than passing the selfLink string.
2022-10-08 17:57:06 +00:00
Yusuke Tsutsumi
372141f3ad tests: fixing gcp_compute_external_backend_service
The description field had a typo, resulting in an invalid payload.
2022-10-08 17:46:21 +00:00
Yusuke Tsutsumi
0387ad3c17 Fixing additional tests
Fixing some of the existing failing tests in the CI process.

Specifically:

- gcp_appengine_firewall_rule: modified validation to support the
  default firewall rule
- gcp_cloudfunctions_cloud_function: bootstrapping the required GS
  bucket and files for creating a valid cloud function.
  - Slight update to the functionality, which now requires a runtime
    specified for new functions.
-
2022-10-08 17:36:39 +00:00
Yusuke Tsutsumi
c5723b214f
Enabling working integration tests (#504)
Enabling tests that work without any further modification as an
incremental step to enabling all integration tests.

Enabling 22 / 64 tests.

The following tests do not work today:

- gcp_appengine_firewall_rule
- gcp_bigtable_instance
- gcp_cloudfunctions_cloud_function
- gcp_cloudtasks_queue
- gcp_compute_backend_service
- gcp_compute_external_vpn_gateway
- gcp_compute_forwarding_rule
- gcp_compute_instance
- gcp_compute_instance_group
- gcp_compute_instance_group_manager
- gcp_compute_instance_group_template
- gcp_compute_node_group
- gcp_compute_region_autoscaler
- gcp_compute_region_instance_group_manager
- gcp_compute_region_target_http_proxy
- gcp_compute_region_target_https_proxy
- gcp_compute_region_url_map
- gcp_compute_route
- gcp_compute_router
- gcp_compute_ssl_certificate
- gcp_compute_target_http_proxy
- gcp_compute_target_https_proxy
- gcp_compute_target_instance
- gcp_compute_target_pool
- gcp_compute_target_ssl_proxy
- gcp_compute_target_tcp_proxy
- gcp_compute_target_vpn_proxy
- gcp_container_cluster
- gcp_container_node_pool
- gcp_iam_role
- gcp_iam_service_account
- gcp_iam_service_account_key
- gcp_kms_key_ring
- gcp_mlengine_version
- gcp_redis_instance
- gcp_resourcemanager_project
- gcp_serviceusage_service
- gcp_spanner_database
- gcp_spanner_instance
- gcp_sql_ssl_cert
- gcp_storage_bucket
- gcp_tpu_node
2022-10-04 21:04:32 +00:00
Yusuke Tsutsumi
76677279f0
Adding integration tests on PRs (#502)
To help catch issues from PRs that would regress behavior,
adding a GitHub action similar to unit tests to run integration
tests.

GitHub actions do not pass secrets to actions which are triggered
by PRs sent from forks. As a result, it is not possible to have CI
run on the forks from external contributors. Currently implementing a
process that requires manual review until a more direct solution is
found.

Adding some basic instructions for future maintainers and contributors.
2022-10-01 18:23:22 +00:00
Yusuke Tsutsumi
c025cea939
Add test instructions and fix region disk test (#500)
As a step toward adding integration testing into
the CI process for this project, adding instructions
on how to run the tests.

compute_region_disk was used as a test. Fixed
the tests which was previously hard-coded to
the `graphite-playground` GCP project to work
with the project in the user-configure .ini file.
2022-09-30 19:19:09 +00:00
Yusuke Tsutsumi
f6d42b4bc1
Adding a GitHub action to run ansible-test (#497)
As a first step to rehabilitate the google.cloud repository,
adding actions to help ensure that the collection is still
passing tests as changes are merged.

Details:

- ansible-devel was not added to the matrix since it may
  destablize the tests, primarily used to validate the collection.
- running sanity tests reported over 100+ issues, backlogged to #498
  before turning those on.
2022-09-23 18:42:29 +00:00
John Losito
af3710889d
docs: remove state param in gcp_storage_object example (#493)
Removes an invalid parameter from the example given within the gcp_storage_object module to download an object from a GCS bucket.
2022-09-23 17:25:00 +00:00
John R Barker
0cd64a4a68
Merge pull request #456 from dericcrago/galaxy-urls
updated 'repository' & 'issues' URLs in galaxy.yml
2022-02-25 19:18:55 +00:00
Alex Stephen
112fd5fd65 bug fixes 2022-01-11 20:03:03 -08:00
Alex Stephen
ec093086ab
Merge pull request #464 from Yonas-Dresen/master 2021-10-25 14:35:51 -04:00
Yonas Dresen
85e48b588b Add inventory hostname label support 2021-10-21 12:25:06 +02:00
Alex Stephen
65f0a7a141
Merge pull request #451 from leoplana/master 2021-09-14 13:47:13 -04:00
Ryan Moriarty
f9c8c18f36
Merge pull request #268 from bucklander/bwallander_issue_266
Fixing issue with UTF-8 conversion in Python3 for GCS uploads
2021-09-13 14:52:54 -06:00