Commit graph

711 commits

Author SHA1 Message Date
Irfan
75f3198605
Fix typo in documentation (#577) 2023-07-07 15:31:15 -07:00
Yusuke Tsutsumi
d1277f829b
fix: iam service account key path must not exist (#576)
Update docs to explain that the json secret key must not
already exist, or the module will try to read it.

fixes #370
2023-07-07 15:05:09 -07:00
Yusuke Tsutsumi
30a4e66363
fix: use default service account if unset (#572)
`service_account_email` defaults to None if one
is not set. For gcp_compute_instance_info, this results
in an invalid request as the service account is populated
directly in the path.

Populating `default` when a value is not set fixes the error.

fixes #568
2023-06-10 11:39:44 -07:00
Shlomo Shuck
203961b045
feat: add auth support for GCP access tokens (#574)
Introduce choice "accesstoken" for auth_kind for modules
Introduce optional access_token string param that falls back to
  GCP_ACCESS_TOKEN env var
2023-06-10 11:20:57 -07:00
Samir Faci
86e0cef208 Adding support for ip_allocation_policy->stack_type 2023-04-22 12:28:05 -07:00
Samir Faci
cd35f3bce6 Adding DataPlane V2 support.
fix for #566
2023-04-22 12:28:05 -07:00
Yusuke Tsutsumi
12438f9bfb fix: correct gcp_compute_instance_info filter docs
The link for filter documentation was pointing to
gcloud, which isn't correct as gcp_compute_instance_info
communicates with the API.

fixes #549
2023-02-18 12:20:50 -08:00
Yusuke Tsutsumi
252f215f2c fix: remove version_added in gcp_compute
The version_added field is documented for a very small set of
fields, specifically in gcp_compute today.

Removing these values as they are specifying the ansible-core version
which is confusing for those who are installing via ansible-galaxy,
and the value is not set for any other module.

fixes #550.
2023-02-18 11:46:35 -08:00
laithalissa
5d56d3f2d2 Update example inventory filter
Update the example inventory filter to not use a machineType filter. The existing
machineType filter example is erroneous, see
https://github.com/ansible-collections/google.cloud/issues/421#issuecomment-1361680826
Change the filter to use "status = RUNNING"
2023-02-10 16:39:28 -08:00
Yusuke Tsutsumi
c99ecc511f gcp_storage_object asserts for dest on upload
The `dest` field is required for upload and delete. This was not
explicitly documented nor asserted.

Fixes #235.
2023-02-03 16:48:55 -08:00
nkakouros
30c2bbd84e Fixes GcpRequest comparison for boolean parameters
Fixes #402 .
2023-01-23 14:33:26 -08:00
S. Shuck
226ec3dd3f Improve error handling for auth_kind 'serviceaccount'
Fixes ansible-collections/google.cloud#538.
2022-12-29 12:59:12 -08:00
Yusuke Tsutsumi
0ed49af7df re-add gcp_compute as a valid plugin name
commit ccbde5f93e introduced
a backwards-incompatible change which made ansible-inventory
no longer recognize `gcp_compute` as a valid package name.

This would break users who are use `gcp_compute` (instead of the
new `google.cloud.gcp_compute`). Accepting both until at least
a major version change.

fixes #536.
2022-12-21 09:34:56 -08:00
Yusuke Tsutsumi
509e0207ff tests: add sanity tests for python 2.7
Automation Hub still runs sanity tests on python 2.7

updating release to 1.1.1 to publish a new version.
2022-12-16 09:40:24 -08:00
Yusuke Tsutsumi
2db181d084 fix gcp_iam_role not updating
gcp_iam_role was not updating previously. The API uses a PATCH and
not a PUT.

Also fixing an accidental leftover diff from a bad merge.

fixes #236.
2022-12-15 23:04:47 -08:00
Yusuke Tsutsumi
d063d44b73 fixing gcp_resourcemanager_project delete
gcp_resourcemanager_project was not properly deleting projects.

fixing gcp_resourcemanager_project as well.

fixes #530.
2022-12-12 22:25:24 -08:00
Yusuke Tsutsumi
a9545c77a4 fix linting and updating maintenance guide
Updating the maintainers guide with updated intructions from
Ansible engineers.

Fixing linting issues, and adding the linter as a GitHub workflow
to ensure there are no regressions.
2022-12-07 15:36:21 -08:00
Rebecca Peterson
21c9479ece Update gcp_filestore_instance.py
`filestore/docs/accessing-fileshares` has been removed and replaced with `filestore/docs/csi-driver`
2022-12-02 10:20:13 -08:00
Andrew Dolgov
32e7eea25f Rename base_domain to name_suffix, make adjustments based on PR feedback 2022-11-28 21:59:00 -08:00
Andrey Dolgov
0114ee23d5 Add custom domain suffix option (base_domain) 2022-11-28 21:59:00 -08:00
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
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
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
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
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
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
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
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
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
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
The Magician
1c364de171
Remove versions from redis_version field. (#5062) (#452)
Co-authored-by: upodroid <cy@borg.dev>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: upodroid <cy@borg.dev>
2021-08-09 19:13:27 -05:00
leonardo.lana
d5a061f9c7 added private network to cloudsql instance creation 2021-08-05 12:21:04 -03:00
The Magician
ff2ac11bea
Add support for processing_units to google_spanner_instance (#4993) (#450)
Co-authored-by: upodroid <cy@borg.dev>
Co-authored-by: Cameron Thornton <camthornton@google.com>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: upodroid <cy@borg.dev>
Co-authored-by: Cameron Thornton <camthornton@google.com>
2021-08-03 17:09:52 -05:00
The Magician
fe79a8b1e1
Add generator information to generated resources (#5016) (#449)
Signed-off-by: Modular Magician <magic-modules@google.com>
2021-07-29 18:41:37 -05:00
Igor Simonov
ccbde5f93e fix documentation for correct work inventory plugin 2021-07-27 21:25:21 +03:00
The Magician
1e600ebc61
fixed two doc format (#4742) (#447)
Signed-off-by: Modular Magician <magic-modules@google.com>
2021-07-26 20:01:50 -05:00
The Magician
536bef7166
set optional computed on fields that are conditional to balancing_mode (#4975) (#446)
Signed-off-by: Modular Magician <magic-modules@google.com>
2021-07-19 13:22:38 -05:00
The Magician
f081d7b81c
Added pubsubConfig and webhookConfig support to the cloud build resource. (#4931) (#443)
Co-authored-by: Sumit Madan <sumit.madan@pantheon.io>
Signed-off-by: Modular Magician <magic-modules@google.com>

Co-authored-by: Sumit Madan <sumit.madan@pantheon.io>
2021-07-09 12:27:44 -05:00
The Magician
e7e666dd93
Misc code changes (#4944) (#441)
* Unnecessary "else" after "return"
* Handle if service account file is missing with proper user message

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Signed-off-by: Modular Magician <magic-modules@google.com>
2021-07-02 10:36:21 -05:00