Skip to content

Open-Cyber-Range/VMWare-Handler

Repository files navigation

CR14 Logo       EAS Logo       Taltech Logo       NG Logo       NTNU Logo

VMWare Node Deployer

This is a microservice for deploying nodes defined in the SDL to the VMWare environment.

Development

Requirements

  1. Protobuf-compiler

sudo apt install protobuf-compiler

  1. Go protobuf and gRPC plugins
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2
  1. Executor requires a Redis configuration file containing requirepass <redis-server-password>, any additional configuration is up to the user. For file details see docker-compose.yml

Building

Just run make build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages