# README

VMWare Node Deployer
This is a microservice for deploying nodes defined in the SDL to the VMWare environment.
Development
Requirements
- Protobuf-compiler
sudo apt install protobuf-compiler
- Go protobuf and gRPC plugins
go install google.golang.org/protobuf/cmd/[email protected]
go install google.golang.org/grpc/cmd/[email protected]
- Executor requires a Redis configuration file containing
requirepass <redis-server-password>
, any additional configuration is up to the user. For file details seedocker-compose.yml
Building
Just run make build
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author