ccs-digitalmarketplace-frameworks 5.1.1 → 5.1.3

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.
@@ -37,3 +37,12 @@
37
37
  - multiqHowDoYouManageStaffSecurityClearanceChecks
38
38
  - multiqWhatLevelOfSecurityClearance
39
39
  - multiqHaveInPlaceCyberEssentials
40
+
41
+ -
42
+ name: "Quality Cloud Services"
43
+ slug: quality-cloud-services
44
+ editable: True
45
+ description: |
46
+ CCS requires you to demonstrate your approach to providing quality cloud services to Buyers. Your response must be in relation to the services that are within the scope of the Framework Schedule 1 - Specification, for lot 1b Section 8.2 (Provision of ‘IaaS’ and ‘PaaS’)
47
+ questions:
48
+ - multiqQualityCloudServices
@@ -15,7 +15,6 @@ followup:
15
15
  - sole-control
16
16
  areYouReliantForSomeAccreditations:
17
17
  - reseller
18
- - sole-control
19
18
 
20
19
  type: radios
21
20
  options:
@@ -15,7 +15,6 @@ followup:
15
15
  - sole-control
16
16
  areYouReliantForSomeAccreditations:
17
17
  - reseller
18
- - sole-control
19
18
  iso27018certificationURL:
20
19
  - reseller
21
20
  - sole-control
@@ -0,0 +1,23 @@
1
+ name: Cloud service performance
2
+
3
+ question: Cloud service performance
4
+
5
+ question_advice: >
6
+ Explain how your technology and processes will ensure that your services will perform in the critical areas of scalability and reliability, to meet buyer requirements. Clearly demonstrate the measures, processes and controls that you will use to meet your clearly defined, relevant performance targets. Reference 6.5.1.4 of Framework Schedule 1 - Specification.
7
+
8
+ depends:
9
+ - 'on': route
10
+ being:
11
+ - iaas-and-paas-above-official
12
+
13
+ type: textbox_large
14
+ max_length_in_words: 500
15
+
16
+ validations:
17
+ - name: answer_required
18
+ message: You must answer this question
19
+ - name: under_500_words
20
+ message: Your answer must be no more than 500 words
21
+
22
+
23
+
@@ -0,0 +1,35 @@
1
+ name: Quality Cloud Services
2
+
3
+ question: Quality Cloud Services
4
+
5
+ question_advice: >
6
+ All bidders submitting a tender for Lot 1b must answer this question. You must insert
7
+ your response into the text field in the Digital Marketplace.
8
+
9
+ Your response should be limited to, and focused on, each of the component parts of the
10
+ question posed. Please attend to layout, spelling, punctuation and grammar. Address
11
+ each of the component parts in the order they are listed in this response guidance.
12
+ You must not make generalised statements or provide irrelevant information.
13
+
14
+ You are required to insert your response to this question in the Digital Marketplace
15
+ within the text box provided. The response has a permitted word count of 500 words.
16
+ Please note this word count cannot be exceeded within the Digital Marketplace. No
17
+ attachments are permitted; any additional documents submitted will be ignored in
18
+ the assessment of this question.
19
+
20
+ If your response is assessed as scoring 0 you will be excluded from further
21
+ participation in this competition for Lot 1b.
22
+
23
+ depends:
24
+ - 'on': route
25
+ being:
26
+ - iaas-and-paas-above-official
27
+
28
+ type: multiquestion
29
+
30
+ questions:
31
+ - cloudServicePerformance
32
+ - operationalContinuityEvergreenMaintenance
33
+
34
+
35
+
@@ -0,0 +1,22 @@
1
+ name: Operational Continuity and Evergreen Maintenance
2
+
3
+ question: Operational Continuity and Evergreen Maintenance
4
+
5
+ question_advice: >
6
+ Demonstrate how your cloud solutions will prevent the creation of any new technical debt (the implied cost of additional work in the future) by remaining "evergreen" through continuous updates and improvements. Explain measures which will be undertaken to ensure that the process of continuous updates and improvements will cause minimal disruption and impact to service users providing operational continuity. Reference 6.5.1.8 of Framework Schedule 1 - Specification.
7
+
8
+ depends:
9
+ - 'on': route
10
+ being:
11
+ - iaas-and-paas-above-official
12
+
13
+ type: textbox_large
14
+ max_length_in_words: 500
15
+
16
+ validations:
17
+ - name: answer_required
18
+ message: You must answer this question
19
+ - name: under_500_words
20
+ message: Your answer must be no more than 500 words
21
+
22
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "5.1.1",
3
+ "version": "5.1.3",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",