intel / ccloudvm

Configurable Cloud VM is a small command line tool for automatically creating development and demo environments for complex projects. The tool sets up these development environments inside a virtual machine which it automatically creates on the user’s host computer. This avoids polluting the user’s host machine with components from the chosen development environment and provides a clean, predictable and repeatable environment in which this development environment can run.
Apache License 2.0
32 stars 19 forks source link

Fedora OS fixes #99

Closed ganeshmaharaj closed 6 years ago

ganeshmaharaj commented 6 years ago

Signed-off-by: Ganesh Maharaj Mahalingam ganesh.mahalingam@intel.com

markdryan commented 6 years ago

@ganeshmaharaj There's a ciao-fedora25 workload that will break if we remove fedora-25. Why are we removing it anyway? Is it no longer supported? Assuming it makes sense to remove fedora-25, we could always just remove the ciao-fedora25 as well. I don't think anyone is actually using it and the ciao workloads don't really belong in this project anyway.

ganeshmaharaj commented 6 years ago

@markdryan Aah. did not realize there was a ciao-fedora25 workload. The reason i am removing it is because that version of the OS is EOL and is not longer maintained. I can do two things. Move the ciao workload to use fedora27/28 or remove it? I am leaning towards keeping the ciao workload and moving it to a later release. Your thoughts?

markdryan commented 6 years ago

@ganeshmaharaj Let's just remove it. If any one wants it can resurrect it from the logs and submit it to the ciao project where it really belongs.

ganeshmaharaj commented 6 years ago

@markdryan fixed it. a small thing to note. the ciao project is stil using fedora24 as the cloud image. Maybe something we might want to upgrade. we can do it via another PR if that helps.