Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 97b2d984 authored by BADTS Thomas's avatar BADTS Thomas
Browse files

Updated layers_services_schema for Architecture of iotlab

parent f24d8350
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ from jsonschema import Draft7Validator
import e2clab.constants.default as default
from e2clab.constants import SUPPORTED_ENVIRONMENTS
from e2clab.constants.layers_services import (
ARCHI,
CHAMELEON_CLOUD,
CHAMELEON_EDGE,
CLUSTER,
......@@ -86,6 +87,10 @@ service_schema: dict = {
"chifflot-8.lille.grid5000.fr",
],
},
ARCHI: {
"description": "Host architecture (used for FIT IoT-LAB)",
"type": "string",
},
# Other properties are service metadata, to configure per service.
},
"required": [NAME],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment