mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 23:21:31 -07:00
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.
This commit is contained in:
parent
1a753eff05
commit
cfbc4d8be5
6 changed files with 14 additions and 9 deletions
|
@ -16,7 +16,7 @@
|
|||
- name: delete a project
|
||||
google.cloud.gcp_resourcemanager_project:
|
||||
name: My Sample Project
|
||||
id: alextest-{{ 10000000000 | random }}
|
||||
id: ansible-test-{{ 10000000000 | random }}
|
||||
auth_kind: "{{ gcp_cred_kind }}"
|
||||
service_account_file: "{{ gcp_cred_file }}"
|
||||
parent:
|
||||
|
@ -27,7 +27,7 @@
|
|||
- name: create a project
|
||||
google.cloud.gcp_resourcemanager_project:
|
||||
name: My Sample Project
|
||||
id: alextest-{{ 10000000000 | random }}
|
||||
id: ansible-test-{{ 10000000000 | random }}
|
||||
auth_kind: "{{ gcp_cred_kind }}"
|
||||
service_account_file: "{{ gcp_cred_file }}"
|
||||
parent:
|
||||
|
@ -55,7 +55,7 @@
|
|||
- name: create a project that already exists
|
||||
google.cloud.gcp_resourcemanager_project:
|
||||
name: My Sample Project
|
||||
id: alextest-{{ 10000000000 | random }}
|
||||
id: ansible-test-{{ 10000000000 | random }}
|
||||
auth_kind: "{{ gcp_cred_kind }}"
|
||||
service_account_file: "{{ gcp_cred_file }}"
|
||||
parent:
|
||||
|
@ -71,7 +71,7 @@
|
|||
- name: delete a project
|
||||
google.cloud.gcp_resourcemanager_project:
|
||||
name: My Sample Project
|
||||
id: alextest-{{ 10000000000 | random }}
|
||||
id: ansible-test-{{ 10000000000 | random }}
|
||||
auth_kind: "{{ gcp_cred_kind }}"
|
||||
service_account_file: "{{ gcp_cred_file }}"
|
||||
parent:
|
||||
|
@ -99,7 +99,7 @@
|
|||
- name: delete a project that does not exist
|
||||
google.cloud.gcp_resourcemanager_project:
|
||||
name: My Sample Project
|
||||
id: alextest-{{ 10000000000 | random }}
|
||||
id: ansible-test-{{ 10000000000 | random }}
|
||||
auth_kind: "{{ gcp_cred_kind }}"
|
||||
service_account_file: "{{ gcp_cred_file }}"
|
||||
parent:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue