Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document infrastructure requirements #1

Open
cudeso opened this issue Jan 19, 2022 · 2 comments
Open

Document infrastructure requirements #1

cudeso opened this issue Jan 19, 2022 · 2 comments
Labels
enhancement New feature or request topic:format

Comments

@cudeso
Copy link

cudeso commented Jan 19, 2022

  • 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>"
	}
}
@adulau
Copy link
Member

adulau commented Jan 19, 2022

It's a good idea. I would maybe define those as optional in the overall JSON object.

@adulau adulau added enhancement New feature or request topic:format labels Jan 19, 2022
@cudeso
Copy link
Author

cudeso commented Jan 20, 2022

Agree. It's a first proposition, mainly to keep track of the idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request topic:format
Projects
None yet
Development

No branches or pull requests

2 participants