mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-29 16:11:31 -07:00
Add source snapshot to ansible (#300)
* Make `iap` field computed (#3814) (#272) Signed-off-by: Modular Magician <magic-modules@google.com> * add source_image and source_snapshot to google_compute_image (#3799) (#273) * add source_image to google_compute_image * add source_snapshot to google_compute_image * PR comment changes Signed-off-by: Modular Magician <magic-modules@google.com> * Collection fixes for release (#3831) (#274) Signed-off-by: Modular Magician <magic-modules@google.com> * Add new field filter to pubsub. (#3759) (#275) * Add new field filter to pubsub. Fixes: https://github.com/terraform-providers/terraform-provider-google/issues/6727 * Fixed filter name, it was improperly set. * add filter key to pubsub subscription unit test * spaces not tabs! * hardcode filter value in test * revert remove escaped quotes Co-authored-by: Tim O'Connell <hi@timoconnell.co.uk> Signed-off-by: Modular Magician <magic-modules@google.com> Co-authored-by: Tim O'Connell <hi@timoconnell.co.uk> * Add archive class to gcs (#3867) (#276) Signed-off-by: Modular Magician <magic-modules@google.com> * Add support for gRPC healthchecks (#3825) (#277) Signed-off-by: Modular Magician <magic-modules@google.com> * Add enableMessageOrdering to Pub/Sub Subscription (#3872) (#278) Add enableMessageOrdering to Pub/Sub Subscription Signed-off-by: Modular Magician <magic-modules@google.com> * use {product}.googleapis.com endpoints (#3755) (#279) * use {product}.googleapis.com endpoints * use actual correct urls * fix zone data source test * fix network peering tests * possibly fix deleting default network Signed-off-by: Modular Magician <magic-modules@google.com> * Removed instances where input and output are both true (#3890) (#280) * [provider-yaml] - Removed instances where input and output are both true * modified to only supply output. Following pattern from bigquerydatatransfer Co-authored-by: Scott Suarez <scottsuarez@google.com> Signed-off-by: Modular Magician <magic-modules@google.com> Co-authored-by: Scott Suarez <scottsuarez@google.com> * retrypolicy attribute added (#3843) (#281) * retrypolicy attribute added * test case updated Signed-off-by: Modular Magician <magic-modules@google.com> * Advanced logging config options in google_compute_subnetwork (#3603) (#282) Co-authored-by: Dana Hoffman <danahoffman@google.com> Signed-off-by: Modular Magician <magic-modules@google.com> Co-authored-by: Dana Hoffman <danahoffman@google.com> * Add Erase Windows VSS support to compute disk (#3898) (#283) Co-authored-by: Cameron Thornton <camthornton@google.com> Signed-off-by: Modular Magician <magic-modules@google.com> Co-authored-by: Cameron Thornton <camthornton@google.com> * Add Snapshot location to compute snapshot (#3896) (#286) * added storage locations * add storage locations to field * tweak cmek logic * fix the decoder logic and cleanup whitespaces * remove duplicate entry Signed-off-by: Modular Magician <magic-modules@google.com> * Added missing 'all' option for protocol firewall rule (#3962) (#287) Signed-off-by: Modular Magician <magic-modules@google.com> * Added support GRPC for google_compute_(region)_backend_service.protocol (#3973) (#289) Co-authored-by: Edward Sun <sunedward@google.com> Signed-off-by: Modular Magician <magic-modules@google.com> Co-authored-by: Edward Sun <sunedward@google.com> * Add schema update support to spanner db 2082 (#3947) (#291) * eoncders and customdiff added for spanner DB ddl update * config update test case added * customdiff modified to handle out-of-index issue * new lines added * indent fixed * indent fixed for tests * test added for ddl update condition * mock added Terraformresourcediff, unit tests added * test fixed * more unit tests added * tests fixed * PR comments implemented * unit tests converted to table driven tests * ImportStateVerifyIgnore flag added to tests * syntax corrected in test Signed-off-by: Modular Magician <magic-modules@google.com> * Added properties of options & artifacts on google_cloudbuild_trigger (#3944) (#292) * added options & artifacts to cloudbuild trigger * updated with minor changes and added more options in test * a test adding update behavior for multiple optional fields Co-authored-by: Edward Sun <sunedward@google.com> Signed-off-by: Modular Magician <magic-modules@google.com> Co-authored-by: Edward Sun <sunedward@google.com> * Enable TPUs to use Shared VPC (#3939) (#293) * add support for shared vpc * make cidr_block computable * add diffsuppression * tweak diffsupression to ignore when network has a change * rework diffsupress * add customizediff * switch the diff checks Signed-off-by: Modular Magician <magic-modules@google.com> * Add SEV_CAPABLE option to google_compute_image (#3994) (#294) Signed-off-by: Modular Magician <magic-modules@google.com> * Update docs for pubsub targets in cloud scheduler (#4008) (#295) Signed-off-by: Modular Magician <magic-modules@google.com> * Make RegionBackendService health checks optional (#4053) (#297) Signed-off-by: Modular Magician <magic-modules@google.com> * Update terminology for IAM roles (#4056) (#299) Roles like "Owner" and "Editor" are now called "basic roles": https://cloud.google.com/iam/docs/understand Signed-off-by: Modular Magician <magic-modules@google.com> * Add source snapshot to ansible (#4060) Signed-off-by: Modular Magician <magic-modules@google.com> Co-authored-by: Tim O'Connell <hi@timoconnell.co.uk> Co-authored-by: Scott Suarez <scottsuarez@google.com> Co-authored-by: Dana Hoffman <danahoffman@google.com> Co-authored-by: Cameron Thornton <camthornton@google.com> Co-authored-by: Edward Sun <sunedward@google.com>
This commit is contained in:
parent
fb1485be7b
commit
7fa00db18c
169 changed files with 2105 additions and 764 deletions
|
@ -33,7 +33,6 @@ module: gcp_cloudbuild_trigger_info
|
|||
description:
|
||||
- Gather info for GCP Trigger
|
||||
short_description: Gather info for GCP Trigger
|
||||
version_added: '2.8'
|
||||
author: Google Inc. (@googlecloudplatform)
|
||||
requirements:
|
||||
- python >= 2.6
|
||||
|
@ -71,6 +70,7 @@ options:
|
|||
description:
|
||||
- Array of scopes to be used
|
||||
type: list
|
||||
elements: str
|
||||
env_type:
|
||||
description:
|
||||
- Specifies which Ansible environment you're running this module within.
|
||||
|
@ -506,12 +506,187 @@ resources:
|
|||
have completed successfully.
|
||||
returned: success
|
||||
type: list
|
||||
artifacts:
|
||||
description:
|
||||
- Artifacts produced by the build that should be uploaded upon successful
|
||||
completion of all build steps.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
images:
|
||||
description:
|
||||
- A list of images to be pushed upon the successful completion of all
|
||||
build steps.
|
||||
- The images will be pushed using the builder service account's credentials.
|
||||
- The digests of the pushed images will be stored in the Build resource's
|
||||
results field.
|
||||
- If any of the images fail to be pushed, the build is marked FAILURE.
|
||||
returned: success
|
||||
type: list
|
||||
objects:
|
||||
description:
|
||||
- A list of objects to be uploaded to Cloud Storage upon successful
|
||||
completion of all build steps.
|
||||
- Files in the workspace matching specified paths globs will be uploaded
|
||||
to the Cloud Storage location using the builder service account's
|
||||
credentials.
|
||||
- The location and generation of the uploaded objects will be stored
|
||||
in the Build resource's results field.
|
||||
- If any objects fail to be pushed, the build is marked FAILURE.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
location:
|
||||
description:
|
||||
- Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/".
|
||||
- Files in the workspace matching any path pattern will be uploaded
|
||||
to Cloud Storage with this location as a prefix.
|
||||
returned: success
|
||||
type: str
|
||||
paths:
|
||||
description:
|
||||
- Path globs used to match files in the build's workspace.
|
||||
returned: success
|
||||
type: list
|
||||
timing:
|
||||
description:
|
||||
- Output only. Stores timing information for pushing all artifact
|
||||
objects.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
startTime:
|
||||
description:
|
||||
- Start of time span.
|
||||
- 'A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
|
||||
resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z"
|
||||
and "2014-10-02T15:01:23.045123456Z".'
|
||||
returned: success
|
||||
type: str
|
||||
endTime:
|
||||
description:
|
||||
- End of time span.
|
||||
- 'A timestamp in RFC3339 UTC "Zulu" format, with nanosecond
|
||||
resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z"
|
||||
and "2014-10-02T15:01:23.045123456Z".'
|
||||
returned: success
|
||||
type: str
|
||||
options:
|
||||
description:
|
||||
- Special options for this build.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
sourceProvenanceHash:
|
||||
description:
|
||||
- Requested hash for SourceProvenance.
|
||||
returned: success
|
||||
type: list
|
||||
requestedVerifyOption:
|
||||
description:
|
||||
- Requested verifiability options.
|
||||
returned: success
|
||||
type: str
|
||||
machineType:
|
||||
description:
|
||||
- Compute Engine machine type on which to run the build.
|
||||
returned: success
|
||||
type: str
|
||||
diskSizeGb:
|
||||
description:
|
||||
- Requested disk size for the VM that runs the build. Note that this
|
||||
is NOT "disk free"; some of the space will be used by the operating
|
||||
system and build utilities.
|
||||
- Also note that this is the minimum disk size that will be allocated
|
||||
for the build -- the build may run with a larger disk than requested.
|
||||
At present, the maximum disk size is 1000GB; builds that request more
|
||||
than the maximum are rejected with an error.
|
||||
returned: success
|
||||
type: int
|
||||
substitutionOption:
|
||||
description:
|
||||
- Option to specify behavior when there is an error in the substitution
|
||||
checks.
|
||||
- NOTE this is always set to ALLOW_LOOSE for triggered builds and cannot
|
||||
be overridden in the build configuration file.
|
||||
returned: success
|
||||
type: str
|
||||
dynamicSubstitutions:
|
||||
description:
|
||||
- Option to specify whether or not to apply bash style string operations
|
||||
to the substitutions.
|
||||
- NOTE this is always enabled for triggered builds and cannot be overridden
|
||||
in the build configuration file.
|
||||
returned: success
|
||||
type: bool
|
||||
logStreamingOption:
|
||||
description:
|
||||
- Option to define build log streaming behavior to Google Cloud Storage.
|
||||
returned: success
|
||||
type: str
|
||||
workerPool:
|
||||
description:
|
||||
- Option to specify a WorkerPool for the build. Format projects/{project}/workerPools/{workerPool}
|
||||
This field is experimental.
|
||||
returned: success
|
||||
type: str
|
||||
logging:
|
||||
description:
|
||||
- Option to specify the logging mode, which determines if and where
|
||||
build logs are stored.
|
||||
returned: success
|
||||
type: str
|
||||
env:
|
||||
description:
|
||||
- A list of global environment variable definitions that will exist
|
||||
for all build steps in this build. If a variable is defined in both
|
||||
globally and in a build step, the variable will use the build step
|
||||
value.
|
||||
- The elements are of the form "KEY=VALUE" for the environment variable
|
||||
"KEY" being given the value "VALUE".
|
||||
returned: success
|
||||
type: list
|
||||
secretEnv:
|
||||
description:
|
||||
- A list of global environment variables, which are encrypted using
|
||||
a Cloud Key Management Service crypto key. These values must be specified
|
||||
in the build's Secret. These variables will be available to all build
|
||||
steps in this build.
|
||||
returned: success
|
||||
type: list
|
||||
volumes:
|
||||
description:
|
||||
- Global list of volumes to mount for ALL build steps Each volume is
|
||||
created as an empty volume prior to starting the build process.
|
||||
- Upon completion of the build, volumes and their contents are discarded.
|
||||
Global volume names and paths cannot conflict with the volumes defined
|
||||
a build step.
|
||||
- Using a global volume in a build with only one step is not valid as
|
||||
it is indicative of a build request with an incorrect configuration.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
name:
|
||||
description:
|
||||
- Name of the volume to mount.
|
||||
- Volume names must be unique per build step and must be valid names
|
||||
for Docker volumes.
|
||||
- Each named volume must be used by at least two build steps.
|
||||
returned: success
|
||||
type: str
|
||||
path:
|
||||
description:
|
||||
- Path at which to mount the volume.
|
||||
- Paths must be absolute and cannot conflict with other volume paths
|
||||
on the same build step or with certain reserved volume paths.
|
||||
returned: success
|
||||
type: str
|
||||
'''
|
||||
|
||||
################################################################################
|
||||
# Imports
|
||||
################################################################################
|
||||
from ansible.module_utils.gcp_utils import navigate_hash, GcpSession, GcpModule, GcpRequest
|
||||
from ansible_collections.google.cloud.plugins.module_utils.gcp_utils import navigate_hash, GcpSession, GcpModule, GcpRequest
|
||||
import json
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue