Balázs Németh
Balázs Németh
Hey guys, I love the idea of this project! I am sad to realize the essential feature of sgf loading is missing. How difficult do you estimate to implement it?...
**Description** The following two examples seem to be outdated, both with Ansible and OpenNebula: - https://github.com/OpenNebula/one-deploy/blob/f70dc3a1d29a28d26c472984370970c67e0f77bc/roles/network/frontend/README.md?plain=1#L24 - https://github.com/OpenNebula/one-deploy/blob/f70dc3a1d29a28d26c472984370970c67e0f77bc/roles/network/node/README.md?plain=1#L23 I found two problems with them: - The example is not a...
**Description** On an ARM host the following information is shown: ```bash # onehost show 0 MONITORING INFORMATION ARCH="aarch64" CGROUPS_VERSION="2" CPUSPEED="0" HOSTNAME="amp02" HYPERVISOR="kvm" IM_MAD="kvm" KVM_CPU_FEATURES="" KVM_CPU_MODEL="Neoverse-N1" KVM_CPU_MODELS="" # ## Progress Status...
/!\ To report a **security issue** please follow this procedure: [https://github.com/OpenNebula/one/wiki/Vulnerability-Management-Process] **Description** The following link is 404: https://github.com/OpenNebula/docs/blob/3cf5449ed8cda9dd0b94721bbc8a92eabb259e63/source/integration_and_development/edge_provider_drivers_development/provision_driver.rst?plain=1#L17C175-L17C379 ``` You can use as template the following example located in `src/oneprovision/lib/terraform/providers/example...
**Description** For `onegroup list` the following line produces and error: https://github.com/OpenNebula/one/blob/release-7.0.0/src/cli/one_helper/onegroup_helper.rb#L112C1-L113C1 `no implicit conversion of String into Integer` While for `onegroup list -x` and `-j` it works correctly. **To Reproduce**...
**Description** I tried to configure the VM HA with a VM that is running on local storage. The hook is configured with recreate "-r" option. See the details documented here:...