Add information to images
-
Hi! First, I just want to say FOG is a fantastic project and I really appreciate everyone’s work.
I have begun using the fog api to automate some tasks, and it would be incredibly useful for me if I could add more information to images. In particular, I would like to
- be able to add my own value in the “operating system” field (ie ubuntu, RHEL, suse rather than just ‘Linux’)
- be able to add “tags” to images that lets me quickly filter and manage images from the api
Let me know what you guys think
-
@pberberian Instead of adding your own operating system names, we can just create a bunch of different operating systems for Linux - and they all use the same OS ID (which is Linux).
For example, The ChromiumOS one just uses the linux workflow, we added ChromiumOS to the list explicitly so that people would see it’s supported.
As for tags, that’s a different story.
-
@wayne-workman Adding new options on your end would be great. Thank you for the quick reply
-
@pberberian can you look at this commit please: https://github.com/FOGProject/fogproject/commit/2aa8c0e2d998bacc304b6ac74ef86be5c52e21b7
You should be able to use that as a guide to add additional Linux OSs to the list, but they all still use the Linux workflow. I’m assuming you know what a pull request is? Can you create a pull request to fog’s working branch ?
-
@wayne-workman Thank you. Yes, I will get to this sometime today or tomorrow