Skip to content

GCE: Added support multiple disks - #273

Open
dfisiuk wants to merge 5 commits into
ansible-community:mainfrom
dfisiuk:feature/molecule-gce-additional-disks
Open

GCE: Added support multiple disks#273
dfisiuk wants to merge 5 commits into
ansible-community:mainfrom
dfisiuk:feature/molecule-gce-additional-disks

Conversation

@dfisiuk

@dfisiuk dfisiuk commented Oct 2, 2024

Copy link
Copy Markdown
Contributor

GCE: Added support multiple disks

In some cases, additional disks are required for testing Ansible roles.

Removed disk created by default to support multiple disks.

See example:

driver:
name: 'gce'

platforms:

  • name: 'molecule-instance'
    disks:
    • auto_delete: true
      boot: true
      initialize_params:
      source_image: 'projects/<project_id>/global/images/family/<image_family_name>'
    • auto_delete: true
      initialize_params:
      disk_size_gb: '10'
      disk_type: 'pd-standard'

@apatard

apatard commented Dec 20, 2024

Copy link
Copy Markdown
Member

what about existing users of the plugin ? I bet it's going to break their setup, right ?

@github-actions

github-actions Bot commented Sep 8, 2025

Copy link
Copy Markdown

Label error. Requires exactly 1 of: breaking, build, chore, ci, docs, feat, fix, perf, refactor, style, test. Found: gce. Follow https://www.conventionalcommits.org to get auto-labeling to work correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants