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

Resolved requests vs VMs #536

Open
chrisma opened this issue Apr 2, 2019 · 3 comments
Open

Resolved requests vs VMs #536

chrisma opened this issue Apr 2, 2019 · 3 comments
Labels
prio: medium This is a medium priority issue.

Comments

@chrisma
Copy link
Contributor

chrisma commented Apr 2, 2019

There is a view for admins of the "resolved requests" within the system: /vms/requests
image

These "resolved requests" contain various infos on the described VM, e.g. OS, comments, etc.

When a request is "resolved", the VM request is granted and a VM is created in vSphere.

At that point in time, I assume that the original request is no longer interesting, as the created VM is the actual object of interest. The information specified in the request might no longer be relevant to the actual VM, e.g. the amount of RAM or the OS might be changed, without the "resolved" request changing. However, the information might be interesting to see what was originally requested.

Currently, there is little connection in the UI between VMs and their associated "resolved requests".
Showing the puppet scripts on the VM's show page might also be a step in unifying the two objects: #523

@mat156 How could this connecting be designed? Are these assumptions correct?

@chrisma chrisma added the question Further information is requested label Apr 2, 2019
@mat156
Copy link
Collaborator

mat156 commented Apr 3, 2019

date for vm creation

information on this page generally unnecessary, may be dropped.

@krichly
Copy link
Contributor

krichly commented Apr 3, 2019

We could think about removing the entire request model. Instead, we could use a status flag is_requested in the VM model to distinguish between requested and accepted VMs.

@chrisma chrisma added prio: high This is a high priority issue. and removed question Further information is requested labels Apr 29, 2019
@chrisma
Copy link
Contributor Author

chrisma commented Apr 29, 2019

  • A VM has an associated request -> was created using HART process
  • VM does not have associated request -> was created externally

@chrisma chrisma added prio: medium This is a medium priority issue. and removed prio: high This is a high priority issue. labels Apr 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prio: medium This is a medium priority issue.
Projects
None yet
Development

No branches or pull requests

3 participants