From e29be1e486a11ee94e080f69d33b94d3d678acfc Mon Sep 17 00:00:00 2001 From: "Mark T. Voelker" Date: Thu, 17 Sep 2015 14:30:57 -0400 Subject: [PATCH] Add field to record cutoff score The DefCore process documents spell out that the DefCore Commitee selects a minimum score that a Capbility must achieve in order to be required in a Guideline (refer to section A4(4) of the 2015A processes document). That minimum score could change from Guideline to Guideline, as it's part of the DefCore Committee's job to pick a number with each cycle. In the past, we've never had a place where the minimum score was recorded. As this is information that's fundamental to Capability inclusion, it seems reasonable that this would be thing we want to record. As it may change from cycle to cycle, it seems reasonable to put it into the schema so it can be recorded on a per-Guideline basis. This patch updates Schema 1.4 to add such a field (and uses an example value that's indicative of the score we've used in the past as a cutoff). Change-Id: I2bfc084692963c32285596be3e984eefdea1b1f6 --- doc/source/schema/1.4.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/schema/1.4.rst b/doc/source/schema/1.4.rst index d5405e76..26e55727 100644 --- a/doc/source/schema/1.4.rst +++ b/doc/source/schema/1.4.rst @@ -5,6 +5,7 @@ Changes from v1.3 :change: update the aliases field description :added: aliases field in test block +:added: cutoff_score :added: target_approval :removed: Status field in Capability blocks (as it duplicates the information already present in the Components list) @@ -30,6 +31,7 @@ Changes from v1.2 "reference": "http://github.com/openstack/defcore/schema.1.4.rst", # Schema description "source": "http://git.openstack.org/cgit/openstack/defcore/", # git repo for files "status": "approved", # can be draft, review, approved or superseded [see 2015B C6.3] + "cutoff_score": "74", # the minimum score a Capability must achieve to be required in this Guideline "target_approval": "2016-01-27", # Target date for BoD to approve Guideline "replaces": "2015.07", # previous spec "releases": ["icehouse"], # array of releases, lower case (generally three releases)