ccloudvm
ccloudvm copied to clipboard
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 m...
This isn't really a big issue right now as our instances are mostly bound to local IP address, but going forward we should find a way to re-enable StrictHostChecking. It's...
This PR adds support for creating Clearlinux based VMs. There are still some compatibility issues with ucd that need to be solved before merging this. See https://github.com/clearlinux/micro-config-drive/issues/26 for more details.
If there's a parse error in a workload the create command fails with an error that looks something like this. ``` $ ccloudvm create --debug xenial Error: Error applying template...
A whole pile of work needs doing to the download manager 1. It should be possible to enumerated cached files. 2. It should be possible to delete cached files. 3....
Which is a bit confusing as it's not clear whether an instance is running or not.
This means that ccloudvm setup can fail on a device on which apt-get update has never been run.
It would be nice if ccloudvm worked with clearlinux. There's a bunch of things we'll need to fix first. - We need to be able to handle compressed images. -...
There will be some failures, all of which look like real issues.
This will simplify our formatting code and will allow users to build scripts around the ccloudvm cli tool. This will be more important going forward as we add more commands.
Feature request to add `ccloud restart` support to the tool to restart the guest VM.