doc: Extend nfv feature matrix with pinning/NUMA
Detail these features, including links to the documentation. No tests are provided as no upstream Tempest tests currently exist. Change-Id: I1bb3674f35f83e2a33243103a267b4aff70f852e
This commit is contained in:
parent
4dc7682e79
commit
8797ed5ac8
@ -1,3 +1,7 @@
|
||||
#
|
||||
# Lists all the CI jobs as targets
|
||||
#
|
||||
|
||||
[target.libvirt-kvm]
|
||||
title=libvirt+kvm (x86 & ppc64)
|
||||
link=http://docs.openstack.org/infra/manual/developers.html#project-gating
|
||||
@ -10,14 +14,43 @@ link=http://docs.openstack.org/infra/manual/developers.html#project-gating
|
||||
title=libvirt+xen
|
||||
link=https://wiki.openstack.org/wiki/ThirdPartySystems/XenProject_CI
|
||||
|
||||
#
|
||||
# Lists all features
|
||||
#
|
||||
# Includes information on the feature, its maturity, status,
|
||||
# links to admin docs, api docs and tempest test uuids.
|
||||
#
|
||||
# It then lists the current state for each of the about CI jobs.
|
||||
# It is hoped this mapping will eventually be automated.
|
||||
#
|
||||
|
||||
[operation.numa-placement]
|
||||
title=NUMA Placement
|
||||
notes=TODO add notes for feature
|
||||
notes=Configure placement of instance vCPUs and memory across host NUMA nodes
|
||||
maturity=experimental
|
||||
api_doc_link=http://developer.openstack.org/api-ref-compute-v2.1.html#createServer
|
||||
admin_doc_link=http://docs.openstack.org/admin-guide-cloud/compute-images-instances.html#instance-building-blocks
|
||||
api_doc_link=https://developer.openstack.org/api-ref/compute/#create-server
|
||||
admin_doc_link=https://docs.openstack.org/nova/latest/admin/cpu-topologies.html#customizing-instance-cpu-pinning-policies
|
||||
tempest_test_uuids=9a438d88-10c6-4bcd-8b5b-5b6e25e1346f;585e934c-448e-43c4-acbf-d06a9b899997
|
||||
libvirt-kvm=partial:m
|
||||
libvirt-kvm=partial
|
||||
libvirt-kvm-s390=unknown
|
||||
libvirt-xen=missing
|
||||
|
||||
[operation.cpu-pinning-policy]
|
||||
title=CPU Pinning Policy
|
||||
notes=Enable/disable binding of instance vCPUs to host CPUs
|
||||
maturity=experimental
|
||||
api_doc_link=https://developer.openstack.org/api-ref/compute/#create-server
|
||||
admin_doc_link=https://docs.openstack.org/nova/latest/admin/cpu-topologies.html#customizing-instance-cpu-pinning-policies
|
||||
libvirt-kvm=partial
|
||||
libvirt-kvm-s390=unknown
|
||||
libvirt-xen=missing
|
||||
|
||||
[operation.cpu-pinning-thread-policy]
|
||||
title=CPU Pinning Thread Policy
|
||||
notes=Configure usage of host hardware threads when pinning is used
|
||||
maturity=experimental
|
||||
api_doc_link=https://developer.openstack.org/api-ref/compute/#create-server
|
||||
admin_doc_link=https://docs.openstack.org/nova/latest/admin/cpu-topologies.html#customizing-instance-cpu-pinning-policies
|
||||
libvirt-kvm=partial
|
||||
libvirt-kvm-s390=unknown
|
||||
libvirt-xen=missing
|
||||
|
Loading…
x
Reference in New Issue
Block a user