Juju should support acpi feature for kvm machines
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
Low
|
Achilleas Anagnostopoulos | ||
2.7 |
Fix Committed
|
Low
|
Achilleas Anagnostopoulos |
Bug Description
Juju is able to request machines in form of a VM, not only a container.
Today this is the only way Contrail-related components can be deployed to preserve machines. The reason for that is that Contrail components are distributed as Docker containers, so they can't deployed within LXD containers.
Now the VMs can be created and Contrail deployed into them, however it is impossible to connect from Contrail control plane to the workloads (such as Octavia amphoras or Kubernetes-master).
The VMs are being created without "acpi" feature in the profile and it doesn't allow Contrail VRouter to work properly.
It is necessary to create VMs with the following extension of the libvirt profile:
<features>
<acpi/>
</features>
Changed in juju: | |
assignee: | nobody → Achilleas Anagnostopoulos (achilleasa) |
importance: | Undecided → Low |
Changed in juju: | |
status: | New → In Progress |
Changed in juju: | |
milestone: | none → 2.8.1 |
no longer affects: | juju/2.9 |
Changed in juju: | |
status: | In Progress → Fix Committed |
Changed in juju: | |
status: | Fix Committed → Fix Released |
Added as a drive-by fix in: /github. com/juju/ juju/pull/ 11718 (2.7) /github. com/juju/ juju/pull/ 11719 (2.8) /github. com/juju/ juju/pull/ 11714 (develop)
- https:/
- https:/
- https:/