- Website: https://www.terraform.io
- Mailing list: Google Groups
Flexbot provider is a tool to build and manage bare-metal Linux on FlexPod (Cisco UCS and NetApp cDOT).
Compared to other bare-metal tools it does not require any additional infrastructure like PXE/DHCP servers.
The provider is integrated with Rancher API for Rancher downstream clusters nodes lifecycle management.
- Clone terraform-provider-flexbot project repository to:
$GOPATH/src
. - Enter
$GOPATH/src/terraform-provider-flexbot
directory and runmake
to build the provider.
If you want to use the pre-built binaries published on registry.terraform.io, just run terraform init
.
For the provider built from a source code, follow the instructions to install it as a plugin.
After placing it into your plugins directory, run terraform init
to initialize it. Please see the examples in examples directory.