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.
- package/frameworks/g-cloud-15/manifests/edit_service_as_admin.yml +1 -0
- package/frameworks/g-cloud-15/manifests/edit_submission.yml +1 -0
- package/frameworks/g-cloud-15/questions/services/cloudDeploymentModel.yml +0 -2
- package/frameworks/g-cloud-15/questions/services/cloudDeploymentModelAmended.yml +30 -0
- package/package.json +1 -1
|
@@ -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.
|