Daniel Clavijo Coca
Daniel Clavijo Coca
**Description** There are several [LXC specific attributes](https://docs.opennebula.io/6.4/open_cluster_deployment/lxc_node/lxc_driver.html?highlight=lxc_) that need to be handled by the new Sunstone. - LXC_PROFILES - LXC_SWAP - LXC_UNPRIVILEGED **Use case** Better user experience. **Interface Changes** These...
**Description** Out of the box, each CLI command requires some pre-configured yaml files for the commands output formatting. Those files are missing when installing the gem. Resulting in every command...
#### Your system information * [System information](https://gist.github.com/dann1/7d509392319ba1236e3fa9d5c825c55c) * Have you checked for system updates?: Yes * Are you using the latest stable video driver available for your system? Yes *...
**Description** Generate scheduling requirements that include `HYPERVISOR=hypervisor` based on whether the template has the `HYPERVISOR=hypervisor` attribute. For example, a VM Template like this ``` TEMPLATE CONTENTS CONTEXT=[ NETWORK="YES", SSH_PUBLIC_KEY="$USER[SSH_PUBLIC_KEY]" ]...
**Description** Every OpenNebula release also ships the `opennebula` and `opennebula-cli` gems to rubygems. The [gem](https://rubygems.org/gems/opennebula) has its gem dependencies listed, but not fixed to any version. When installing said gem,...
**Description** When `--search` is added to the cli listing command, ex `onevm list`, the formatting that can be used with `--json` or `--yaml` will be ignored and the default listing...
**Description** When iterating a `VirtualMachinePool` object to get all of the vms as XMLElements, the vms are missing the USER_TEMPLATE section. The code in question is ```ruby vm_pool = VirtualMachinePool.new(client)...
**Description** When using FireEdge to update an existing VM template, whatever you change will make it so the VM template gets updated with a lot of information that the user...
## Situation The opennebula documentation has its own dedicated repository. Some of the graph images linked on the rst files are generated with DOT file code which is hosted on...
**Description** When live migrating a KVM VM the process is quite different when dealing with a shared storage deployment (like NFS) or non shared one (like SSH driver). For shared...