Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCE: Added support multiple disks #273

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

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