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'

Copy link

github-actions bot commented Oct 2, 2024

Label error. Requires exactly 1 of: bug, enhancement, major, minor, patch, skip-changelog. Found:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants