Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.28 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.28 KB
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