Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Latest commit

 

History

History
37 lines (30 loc) · 1.25 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.25 KB

SDN Lab via Terraform

This repository is an SDN enabled LXD environment that drives our prototype environemnt.

Dependencies

Technologies

TODO Fixes

  • Dangerous permissions are added to sudoers to reduce complexity
  • sudo is required for terraform and bricks when not provided (this cannot be seen)
  • Auto configure lxd

Getting Started

  • Pull submodules
git submodule update --init --recursive
  • Generate an ssh-key
  • Copy the public key '*.pub' to ./configs/ssh_key
  • Run run the following
./setup.sh
terraform init
terraform plan
terraform apply 

Resources