-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
- Technical requirements (hardware, network connectivity)
- Required software components
Technical requirements
- Specify minimal requirements for proper functioning
- Technical configurations
{
"infrastructure": {
"hardware": [{
"ram": "32GB",
"storage": "1TB"
}],
"domains": "demo.exercise"
}
}
Software components
- Document software requirements needed to execute the training
- References "install" scripts of components
{
"components": {
"misp": {
"uuid": "b18503d6-442f-4fcb-9de2-b60b4539b8f7",
"required": "true"
},
"smtp": {
"uuid": "56e4d896-5d7b-4656-8d51-0eb3946d267b",
"required": "false"
}
}
}
Installation
{
"misp": {
"uuid": "b18503d6-442f-4fcb-9de2-b60b4539b8f7",
"setup": "<setupscript/tbd>",
"init": "<initscript/tbd>"
}
}