Mark Ryan
Mark Ryan
- centos8 - eoan - groovy Signed-off-by: Mark Ryan
https://gist.github.com/mcastelino/88195a7d99811a177f5e643d1465e19e
When there's a problem with the cloud-init file in your workload your instance creation will not complete. As create hasn't completed, you cannot connect to the VM as ccloudvm serialise...
This doesn't seem to happen automatically.
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.