File: support-matrix.rst

package info (click to toggle)
cyborg 15.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,612 kB
  • sloc: python: 17,958; sh: 346; makefile: 67; pascal: 66
file content (56 lines) | stat: -rw-r--r-- 1,923 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
=====================
Cyborg Support Matrix
=====================

Cyborg supports specific operations on VMs with attached accelerator
resources, which are generally a subset of the full set of VM operations
supported by Nova (`nova-vm-ops
<https://docs.openstack.org/api-guide/compute/server_concepts.html>`_).

In this release, these operations have a dependency on specific Nova
patches (`nova-patches
<https://review.opendev.org/#/q/status:open+project:openstack/nova+bp/nova-cyborg-interaction>`_).
They can be expected to work in Cyborg only
if and when these Nova patches get merged without significant changes.
These operations are not supported in this release since the dependencies
are not met.

.. list-table:: VM Operations Expected to Work With Nova Dependencies
   :header-rows: 1

   * - VM Operation
     - Command
   * - VM creation
     - ``openstack server create``
   * - VM deletion
     - ``openstack server delete``
   * - Reboot within VM
     - ``ssh to VM and reboot in OS``
   * - Soft reboot
     - ``openstack server reboot --soft``
   * - Pause/Unpause
     - ``openstack server pause``, ``openstack server unpause``
   * - Backup
     - ``openstack server backup create``
   * - Take a snapshot
     - ``openstack server image create``
   * - Lock/Unlock
     - ``openstack server lock``, ``openstack server unlock``
   * - Rebuild/Evacuate
     - ``openstack server rebuild``
   * - Shelve/Unshelve
     - ``openstack server shelve``, ``openstack server unshelve``

Operations not listed here may or may not work.

Driver Support
~~~~~~~~~~~~~~

The list of drivers available as part of the Cyborg distribution
at the time of release can be found in:
``cyborg.accelerator.driver`` section of `Cyborg's setup.cfg
<https://opendev.org/openstack/cyborg/src/branch/master/setup.cfg>`_

The following table provides additional information for individual drivers.

.. include:: driver-table.rst