Skip to content
Snippets Groups Projects
Commit efccfe3d authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

Merge branch 'update-strings-service-matrix' into 'develop'

Update service matrix service names

See merge request !125
parents 20c1c199 93d37019
No related branches found
No related tags found
1 merge request!125Update service matrix service names
...@@ -649,6 +649,7 @@ SERVICES_MAPPING = { ...@@ -649,6 +649,7 @@ SERVICES_MAPPING = {
'CERT/CSIRT': 'services_security:csirt', 'CERT/CSIRT': 'services_security:csirt',
'DDoS mitigation': 'services_security:ddos-prevention', 'DDoS mitigation': 'services_security:ddos-prevention',
'Firewall-on-demand': 'services_security:firewall-on-demand', 'Firewall-on-demand': 'services_security:firewall-on-demand',
'Firewall-On-Demand': 'services_security:firewall-on-demand',
'Identifier Registry': 'services_collaboration:identifier-reg', 'Identifier Registry': 'services_collaboration:identifier-reg',
'Intrusion detection': 'services_security:intrusion', 'Intrusion detection': 'services_security:intrusion',
'Network troubleshooting': 'services_network:user-monitoring', 'Network troubleshooting': 'services_network:user-monitoring',
...@@ -662,6 +663,7 @@ SERVICES_MAPPING = { ...@@ -662,6 +663,7 @@ SERVICES_MAPPING = {
'DNS hosting': 'services_hosting:dns-server', 'DNS hosting': 'services_hosting:dns-server',
'Email server hosting': 'services_hosting:email-services', 'Email server hosting': 'services_hosting:email-services',
'Filesender': 'services_hosting:filesender', 'Filesender': 'services_hosting:filesender',
'FileSender': 'services_hosting:filesender',
'Housing/co-location': 'services_hosting:storage-co-location', 'Housing/co-location': 'services_hosting:storage-co-location',
'SaaS': 'services_hosting:saas', 'SaaS': 'services_hosting:saas',
'Virtual machines/IaaS': 'services_hosting:virtual-machines-iaas', 'Virtual machines/IaaS': 'services_hosting:virtual-machines-iaas',
......
...@@ -2340,7 +2340,7 @@ ...@@ -2340,7 +2340,7 @@
}, },
{ {
"value": "firewall-on-demand", "value": "firewall-on-demand",
"text": "Firewall-on-demand", "text": "Firewall-On-Demand",
"customDescription": "Provision of a dynamic firewall services to mitigate against DDoS attacks" "customDescription": "Provision of a dynamic firewall services to mitigate against DDoS attacks"
}, },
{ {
...@@ -2502,7 +2502,7 @@ ...@@ -2502,7 +2502,7 @@
}, },
{ {
"value": "filesender", "value": "filesender",
"text": "Filesender", "text": "FileSender",
"customDescription": "Web-based application that allows authenticated userds to securely and easily send arbitrarily large files" "customDescription": "Web-based application that allows authenticated userds to securely and easily send arbitrarily large files"
}, },
{ {
......
...@@ -60,12 +60,12 @@ ...@@ -60,12 +60,12 @@
"description": "NREN hosted email servers." "description": "NREN hosted email servers."
}, },
"filesender": { "filesender": {
"name": "Filesender", "name": "FileSender",
"category": "storage_and_hosting", "category": "storage_and_hosting",
"description": "Web based application that allows authenticated users to securely and easily send arbitrarily large files." "description": "Web based application that allows authenticated users to securely and easily send arbitrarily large files."
}, },
"firewall-on-demand": { "firewall-on-demand": {
"name": "Firewall-on-demand", "name": "Firewall-On-Demand",
"category": "security", "category": "security",
"description": "Provision of a dynamic firewall services to mitigate against DDOS attacks. " "description": "Provision of a dynamic firewall services to mitigate against DDOS attacks. "
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment