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

Add auto_start flag to ovirt_vm resource #227

Merged
merged 1 commit into from Sep 14, 2020

Conversation

Gal-Zaidman
Copy link

@Gal-Zaidman Gal-Zaidman commented Sep 13, 2020

The default behavior is that when we create a VM with the terraform provider the VM is automatically started.
We want the ability to create a VM and not start it.
Adding a flag to indicate if we want to start the VM on creation.

Signed-off-by: Gal-Zaidman gzaidman@redhat.com

@eslutsky
Copy link
Collaborator

looks good, going to run the installation a few times with this patch.

@Gal-Zaidman Gal-Zaidman force-pushed the add-start-flag-to-vm branch 2 times, most recently from b3f5c42 to ba1c9c0 Compare September 13, 2020 13:32
@Gal-Zaidman Gal-Zaidman changed the title WIP: Add start flag to ovirt_vm resource Add auto_start flag to ovirt_vm resource Sep 13, 2020
Copy link
Member

@liranr23 liranr23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add docs in website/docs/d/vms.html.markdown?

The default behavior is that when we create a VM with the terraform provider the VM is automatically started.
We want the ability to create a VM and not start it.
Adding a flag to indicate if we want to start the VM on creation.

Signed-off-by: Gal-Zaidman <gzaidman@redhat.com>
@michalskrivanek michalskrivanek merged commit c4444fb into oVirt:master Sep 14, 2020
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.

None yet

6 participants