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

vm-image upload service #2

Open
krimdomu opened this issue Jun 16, 2013 · 0 comments
Open

vm-image upload service #2

krimdomu opened this issue Jun 16, 2013 · 0 comments
Labels

Comments

@krimdomu
Copy link
Contributor

a small web service (for example with mojolicious or dancer) to upload and register new base images

This service should allow people with a valid token to upload qcow2 images to /var/lib/libvirt/images.

The tokens can be held inside a mysql or sqlite database.

In the first step the tokens can be generated manually by $admin

Example Request:

POST https://build.rexify.org/images/
X-Token: c4d9b902a96b9fbd0a08f2456c56b824
X-User: jfried
X-VM-OS: centos
X-VM-Arch: amd64
Content-Length: 1234

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

No branches or pull requests

1 participant