Add scoring for Neutron subnet pools

Following discussion with the Neturon PTL and other community members,
this patch adds scoring for the 2016.08 Guideline for Neutron.  In
the last Guideline we introduced quite a lot of Neutron capabilities
(there were none previously), so this was expected to be a relatively
small bump.  In the end, no new Capabilities emerged that warranted
inclusion.  The Subnet Pools feature implemented starting in the Kilo
release is generally regarded as something that will likely become
a Capability at some point down the road, but after some research it
doesn't appear to meet enough Criteria for inclusion today.

Although no new Capabilities are being introduced as advisory
in the JSON file, this patch adds a research note to the scoring sheet
concerning subnet pools in order to document some of the research done
during this cycle and help make future scoring of the capability easier.

Change-Id: I282e9b7c23a413da76370923037cb26ac576a65f
This commit is contained in:
Mark T. Voelker
2016-03-09 00:25:18 -06:00
parent b070af898a
commit d6ebcff560
2 changed files with 9 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ network-extensions-provider-add: [1,1,1] [1,1,1] [1,1,0] [1,1,1] [0] [0]
network-extensions-provider-create: [1,1,1] [1,1,1] [1,1,0] [1,1,1] [0] [0]
network-extensions-provider-delete: [1,1,1] [1,1,1] [1,1,0] [1,1,1] [0] [0]
network-extensions-provider-show: [1,1,1] [1,1,1] [1,1,0] [1,1,1] [0] [0]
network-subnet-pools: [1,0,0] [1,1,1] [1,1,0] [0,1,1] [1] [66]
Notes:
* DVR-related testcases (if any) will not be added until DVR gains wider
@@ -92,6 +93,13 @@ Notes:
* networks-security-groups-router
* networks-security-groups-show
* networks-security-groups-update
* Subnet pools look like a good future candidate, but as of 2016.08
probably aren't quite ready. Subnet pools were introduced in Kilo
(the first release covered by this Guideline) and had incomplete
support in Horizon. A Heat resource for subnet pools wasn't added
until Mitaka. Toolkits like jClouds, Fog, and libcloud do not yet
support subnet pools. OpenStackClient added support late in the
Mitaka cycle (https://review.openstack.org/#/c/279918/).
Compute
-------

View File

@@ -25,6 +25,7 @@ network-extensions-provider-add,0
network-extensions-provider-create,0
network-extensions-provider-delete,0
network-extensions-provider-show,0
network-subnet-pools,1,0,0,1,1,1,1,1,0,0,1,1,1,66
compute-list-api-versions,1,0,0,1,1,1,1,1,0,1,1,1,1,75
images-v1-delete,0,1,1,0,1,1,0,1,0,1,0,1,1,58
images-v1-index,0,1,1,0,1,1,0,1,0,1,0,1,1,58
1 Capability Widely Deployed Used by Tools Used by Clients Future Direction Complete Stable Discoverable Documented Core in Last Release Foundation Atomic Proximity Non-Admin Total
25 network-extensions-provider-create 0
26 network-extensions-provider-delete 0
27 network-extensions-provider-show 0
28 network-subnet-pools 1 0 0 1 1 1 1 1 0 0 1 1 1 66
29 compute-list-api-versions 1 0 0 1 1 1 1 1 0 1 1 1 1 75
30 images-v1-delete 0 1 1 0 1 1 0 1 0 1 0 1 1 58
31 images-v1-index 0 1 1 0 1 1 0 1 0 1 0 1 1 58