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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gce
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants