Commit graph

9 commits

Author SHA1 Message Date
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
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
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
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
Rimantas Ragainis
601625de62 Update instance.yaml
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-11-20 21:03:04 +00:00
Alex Stephen
563fb4cf96 ansible node group
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-10-02 19:43:24 +00:00
Alex Stephen
516fada880 Adding namespace on integration tests + examples
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-30 22:08:25 +00:00
Alex Stephen
6e397c7e4c Ansible test refactor (preparing for custom tests)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-09-10 21:45:03 +00:00
Alex Stephen
d7f9a2782f moving tests 2019-09-05 15:10:46 -07:00