A Terraform plan to bootstrap an Elemental Teal development environment
This plan can be used to deploy the following resources:
- A virtual machine running Rancher with the latest version of the elemental-operator and elemental plugin installed.
- An empty virtual machine running MicroOS with the latest version of elemental-toolkit installed, Golang and all needed tools to contribute to Elemental development.
- N virtual machines that can be boostrapped with the Elemental SeedImage to form a cluster.
terraform init
terraform plan
terraform apply
sudo echo "172.16.0.10 rancher.rancher.local" >> /etc/hosts
All VMs can be accessed with root:rancher
credentials through SSH.
Once the setup is done (may take a few minutes depending on your system), you can login into the Rancher dashboard with admin:rancher
credentials at: https://rancher.rancher.local