Skip to content

Conversation

dfisiuk
Copy link
Contributor

@dfisiuk dfisiuk commented Oct 2, 2024

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
Copy link
Member

apatard commented Dec 20, 2024

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

Copy link

github-actions bot commented Sep 8, 2025

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