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

Shared / Global VirtualMachines for ScheduledEvents #152

Closed
wants to merge 7 commits into from

Conversation

maxsva
Copy link
Contributor

@maxsva maxsva commented Jul 14, 2023

What this PR does / why we need it:
add Shared Virtual Machine to ScheduledEvent
Which issue(s) this PR fixes:
fixes issue 166

@jggoebel jggoebel changed the title Issue 166 Shared / Global VirtualMachines for ScheduledEvents Jul 14, 2023
return
}

accessCodeResource, err := vms.acClient.GetAccessCode(accessCode)
Copy link
Member

Choose a reason for hiding this comment

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

After merging master refactor this to acClient.GetAccessCodeWithOTAC as we changed the acClient to allow OTACs

@@ -225,7 +284,7 @@ func (vms VMServer) GetVMListByScheduledEventFunc(w http.ResponseWriter, r *http
util.ReturnHTTPMessage(w, r, 500, "error", "no scheduledEvent id passed in")
return
}

// TODO: Filter for sharedVM
Copy link
Member

Choose a reason for hiding this comment

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

remove comment

@ebauman
Copy link
Member

ebauman commented Jul 19, 2023

I would prefer not to merge this until we have a clear picture of what the new machine provisioning will look like.

This PR is going to need adjustments based on that.

@jggoebel jggoebel closed this Jun 24, 2024
@jggoebel jggoebel deleted the issue_166 branch September 17, 2024 10:14
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.

shared ressources for events
3 participants