Add missing CLI commands in support-matrix.ini
Change-Id: I2b41ba44385eb398605390b65bfdf09e22cbeeb5 Partial-Bug:#1653731
This commit is contained in:
parent
75a4869a84
commit
dda01c52c3
@ -95,7 +95,7 @@ notes=The attach volume operation provides a means to hotplug
|
||||
hotplug extra storage is for those cases where the instance
|
||||
is considered to be more of a pet than cattle. Therefore
|
||||
this operation is not considered to be mandatory to support.
|
||||
cli=
|
||||
cli=nova volume-attach <server> <volume>
|
||||
driver-impl-xenserver=complete
|
||||
driver-impl-libvirt-kvm-x86=complete
|
||||
driver-impl-libvirt-kvm-ppc64=complete
|
||||
@ -113,7 +113,7 @@ driver-impl-libvirt-vz-ct=missing
|
||||
title=Detach block volume from instance
|
||||
status=optional
|
||||
notes=See notes for attach volume operation.
|
||||
cli=
|
||||
cli=nova volume-detach <server> <volume>
|
||||
driver-impl-xenserver=complete
|
||||
driver-impl-libvirt-kvm-x86=complete
|
||||
driver-impl-libvirt-kvm-ppc64=complete
|
||||
@ -135,10 +135,9 @@ notes=This operation allows a host to be placed into maintenance
|
||||
instances to an alternative host and preventing new
|
||||
instances from being launched. This is not considered
|
||||
to be a mandatory operation to support.
|
||||
The CLI command is "nova host-update <host>".
|
||||
The driver methods to implement are "host_maintenance_mode" and
|
||||
"set_host_enabled".
|
||||
cli=
|
||||
cli=nova host-update <host>
|
||||
driver-impl-xenserver=complete
|
||||
driver-impl-libvirt-kvm-x86=missing
|
||||
driver-impl-libvirt-kvm-ppc64=missing
|
||||
@ -254,7 +253,7 @@ notes=Live migration provides a way to move an instance off one
|
||||
support for the live migration operation, particularly those
|
||||
built on the container based virtualization. Therefore this
|
||||
operation is not considered mandatory to support.
|
||||
cli=
|
||||
cli=nova live-migration <server>;nova host-evacuate-live <host>
|
||||
driver-impl-xenserver=complete
|
||||
driver-impl-libvirt-kvm-x86=complete
|
||||
driver-impl-libvirt-kvm-ppc64=complete
|
||||
@ -332,7 +331,7 @@ notes=Stopping an instances CPUs can be thought of as roughly
|
||||
generally discourage use of this feature and some do not even
|
||||
implement it. Therefore this operation is considered optional
|
||||
to support in drivers.
|
||||
cli=
|
||||
cli=nova pause <server>
|
||||
driver-impl-xenserver=complete
|
||||
driver-impl-libvirt-kvm-x86=complete
|
||||
driver-impl-libvirt-kvm-ppc64=complete
|
||||
@ -354,7 +353,7 @@ notes=It is reasonable for a guest OS administrator to trigger a
|
||||
graceful reboot requires guest co-operation and a non-graceful
|
||||
reboot can be achieved by a combination of stop+start. Therefore
|
||||
this operation is considered optional.
|
||||
cli=
|
||||
cli=nova reboot <server>
|
||||
driver-impl-xenserver=complete
|
||||
driver-impl-libvirt-kvm-x86=complete
|
||||
driver-impl-libvirt-kvm-ppc64=complete
|
||||
@ -379,7 +378,7 @@ notes=The rescue operation starts an instance in a special
|
||||
an instance breaks the general expectation is that it be
|
||||
thrown away and a new instance created. Therefore this
|
||||
operation is considered optional to support in drivers.
|
||||
cli=
|
||||
cli=nova rescue <server>
|
||||
driver-impl-xenserver=complete
|
||||
driver-impl-libvirt-kvm-x86=complete
|
||||
driver-impl-libvirt-kvm-ppc64=complete
|
||||
@ -404,7 +403,7 @@ notes=The resize operation allows the user to change a running
|
||||
support the alteration of all relevant config settings for a
|
||||
running instance. Therefore this operation is considered
|
||||
optional to support in drivers.
|
||||
cli=
|
||||
cli=nova resize <server> <flavor>
|
||||
driver-impl-xenserver=complete
|
||||
driver-impl-libvirt-kvm-x86=complete
|
||||
driver-impl-libvirt-kvm-ppc64=complete
|
||||
@ -424,7 +423,7 @@ driver-notes-vz-ct=Resizing Virtuozzo instances implies guest filesystem resize
|
||||
title=Restore instance
|
||||
status=optional
|
||||
notes=See notes for the suspend operation
|
||||
cli=
|
||||
cli=nova resume <server>
|
||||
driver-impl-xenserver=complete
|
||||
driver-impl-libvirt-kvm-x86=complete
|
||||
driver-impl-libvirt-kvm-ppc64=complete
|
||||
@ -473,7 +472,7 @@ notes=Provides a mechanism to (re)set the password of the administrator
|
||||
login to the guest and change the password in the normal manner, so
|
||||
this is just a convenient optimization. Therefore this operation is
|
||||
not considered mandatory for drivers to support.
|
||||
cli=
|
||||
cli=nova set-password <server>
|
||||
driver-impl-xenserver=complete
|
||||
driver-notes-xenserver=Requires XenAPI agent on the guest.
|
||||
driver-impl-libvirt-kvm-x86=complete
|
||||
@ -505,7 +504,7 @@ notes=The snapshot operation allows the current state of the
|
||||
that the root disks are ephemeral so the ability to take a
|
||||
snapshot cannot be assumed. Therefore this operation is not
|
||||
considered mandatory to support.
|
||||
cli=
|
||||
cli=nova image-create <server> <name>
|
||||
driver-impl-xenserver=complete
|
||||
driver-impl-libvirt-kvm-x86=complete
|
||||
driver-impl-libvirt-kvm-ppc64=complete
|
||||
@ -538,7 +537,7 @@ notes=Suspending an instance can be thought of as roughly
|
||||
since with cattle it would be simpler to just terminate
|
||||
the instance instead of suspending. Therefore this operation
|
||||
is considered optional to support.
|
||||
cli=
|
||||
cli=nova suspend <server>
|
||||
driver-impl-xenserver=complete
|
||||
driver-impl-libvirt-kvm-x86=complete
|
||||
driver-impl-libvirt-kvm-ppc64=complete
|
||||
@ -563,7 +562,7 @@ notes=The swap volume operation is a mechanism for changing a running
|
||||
the pet use case rather than cattle, however, it is required for volume
|
||||
migration to work in the volume service. This is considered optional to
|
||||
support.
|
||||
cli=
|
||||
cli=nova volume-update <server> <attachment> <volume>
|
||||
driver-impl-xenserver=missing
|
||||
driver-impl-libvirt-kvm-x86=complete
|
||||
driver-impl-libvirt-kvm-ppc64=complete
|
||||
@ -584,7 +583,7 @@ notes=The ability to terminate a virtual machine is required in
|
||||
order for a cloud user to stop utilizing resources and thus
|
||||
avoid indefinitely ongoing billing. Therefore this operation
|
||||
is mandatory to support in drivers.
|
||||
cli=
|
||||
cli=nova delete <server>
|
||||
driver-impl-xenserver=complete
|
||||
driver-impl-libvirt-kvm-x86=complete
|
||||
driver-impl-libvirt-kvm-ppc64=complete
|
||||
@ -628,7 +627,7 @@ driver-impl-libvirt-vz-ct=missing
|
||||
title=Resume instance CPUs (unpause)
|
||||
status=optional
|
||||
notes=See notes for the "Stop instance CPUs" operation
|
||||
cli=
|
||||
cli=nova unpause <server>
|
||||
driver-impl-xenserver=complete
|
||||
driver-impl-libvirt-kvm-x86=complete
|
||||
driver-impl-libvirt-kvm-ppc64=complete
|
||||
@ -670,7 +669,7 @@ notes=The ability to set rate limits on virtual disks allows for
|
||||
operations to the hypervisor with its default settings, instead
|
||||
of doing fine grained tuning. Therefore this is not considered
|
||||
to be an mandatory configuration to support.
|
||||
cli=
|
||||
cli=nova limits
|
||||
driver-impl-xenserver=missing
|
||||
driver-impl-libvirt-kvm-x86=complete
|
||||
driver-impl-libvirt-kvm-ppc64=complete
|
||||
@ -778,7 +777,7 @@ notes=This allows the administrator to interact with the graphical
|
||||
easier consumption. Therefore support for this operation is not
|
||||
mandatory, however, a driver is required to support at least one
|
||||
of the listed console access operations.
|
||||
cli=
|
||||
cli=nova get-rdp-console <server> <console-type>
|
||||
driver-impl-xenserver=missing
|
||||
driver-impl-libvirt-kvm-x86=missing
|
||||
driver-impl-libvirt-kvm-ppc64=missing
|
||||
@ -856,7 +855,7 @@ notes=This allows the administrator to interact with the graphical
|
||||
easier consumption. Therefore support for this operation is not
|
||||
mandatory, however, a driver is required to support at least one
|
||||
of the listed console access operations.
|
||||
cli=
|
||||
cli=nova get-spice-console <server> <console-type>
|
||||
driver-impl-xenserver=missing
|
||||
driver-impl-libvirt-kvm-x86=complete
|
||||
driver-impl-libvirt-kvm-ppc64=missing
|
||||
@ -881,7 +880,7 @@ notes=This allows the administrator to interact with the graphical
|
||||
easier consumption. Therefore support for this operation is not
|
||||
mandatory, however, a driver is required to support at least one
|
||||
of the listed console access operations.
|
||||
cli=
|
||||
cli=nova get-vnc-console <server> <console-type>
|
||||
driver-impl-xenserver=complete
|
||||
driver-impl-libvirt-kvm-x86=complete
|
||||
driver-impl-libvirt-kvm-ppc64=missing
|
||||
@ -997,7 +996,7 @@ notes=This refers to the ability to boot an instance from an image
|
||||
there would be no way to get block volumes populated and reliance
|
||||
on external PXE servers is out of scope. Therefore this is considered
|
||||
a mandatory storage feature to support.
|
||||
cli=
|
||||
cli=nova boot --image <image> <name>
|
||||
driver-impl-xenserver=complete
|
||||
driver-impl-libvirt-kvm-x86=complete
|
||||
driver-impl-libvirt-kvm-ppc64=complete
|
||||
|
Loading…
x
Reference in New Issue
Block a user