ccs-digitalmarketplace-frameworks 5.1.51 → 5.1.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -51,6 +51,7 @@
51
51
  questions:
52
52
  - multiqServiceAddOn
53
53
  - cloudDeploymentModel
54
+ - cloudDeploymentModelAmended
54
55
  - serviceConstraintsHostingAndSoftware
55
56
  - serviceConstraintsSupport
56
57
  - systemRequirements
@@ -65,6 +65,7 @@
65
65
  questions:
66
66
  - multiqServiceAddOn
67
67
  - cloudDeploymentModel
68
+ - cloudDeploymentModelAmended
68
69
  - serviceConstraintsHostingAndSoftware
69
70
  - serviceConstraintsSupport
70
71
  - systemRequirements
@@ -6,8 +6,6 @@ depends:
6
6
  being:
7
7
  - isaas
8
8
  - saas
9
- - iaas-and-paas
10
- - iaas-and-paas-above-official
11
9
 
12
10
  type: checkboxes
13
11
  options:
@@ -0,0 +1,30 @@
1
+ name: Cloud deployment model
2
+ question: Under which of the four NIST cloud deployment models is this service offered?
3
+ question_advice: >
4
+ Read about the <a href="https://nvlpubs.nist.gov/nistpubs/legacy/sp/nistspecialpublication800-145.pdf"
5
+ target="_blank" rel="noopener noreferrer">NIST definitions https://nvlpubs.nist.gov/nistpubs/legacy/sp/nistspecialpublication800-145.pdf</a> (opens in new
6
+ tab)
7
+ depends:
8
+ - "on": lot
9
+ being:
10
+ - iaas-and-paas
11
+ - iaas-and-paas-above-official
12
+
13
+ type: checkboxes
14
+ options:
15
+ - label: Public cloud
16
+ value: public
17
+ filter_label: public cloud
18
+ - label: Private cloud
19
+ value: private
20
+ filter_label: private cloud
21
+ - label: Community cloud
22
+ value: community
23
+ filter_label: community cloud
24
+ - label: Hybrid cloud
25
+ value: hybrid
26
+ filter_label: hybrid cloud
27
+
28
+ validations:
29
+ - name: answer_required
30
+ message: Select a service type.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "5.1.51",
3
+ "version": "5.1.52",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",