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

[Bug] Allow VM to be created using disk image without specifying size_gb #127

Closed
yannickstruyf3 opened this issue Feb 23, 2022 · 1 comment · Fixed by #131
Closed

[Bug] Allow VM to be created using disk image without specifying size_gb #127

yannickstruyf3 opened this issue Feb 23, 2022 · 1 comment · Fixed by #131
Assignees
Labels
1.0 bug Something isn't working

Comments

@yannickstruyf3
Copy link
Collaborator

When creating a VM using a disk image, it is currently required to pass size_gb:

        disks:
          - type: "DISK"
            size_gb: 100
            clone_image:
              name: "{{image_name}}"

It should be possible to create a VM based on a disk_image without specifying the size_gb

@premkarat
Copy link
Collaborator

@Gevorg-Khachatryan-97 can you please quickly fix this and allow disk_image to be specified without size_gb.
@alaa-bish please modify the integration and unit tests to support this.

@premkarat premkarat changed the title [Feat] Allow VM to be created using disk image without specifying size_gb [Bug] Allow VM to be created using disk image without specifying size_gb Feb 23, 2022
Gevorg-Khachatryan-97 added a commit that referenced this issue Feb 23, 2022
#127 fixes for creating a VM based on a disk_image without specifying the size_gb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.0 bug Something isn't working
Projects
None yet
5 participants