Compose an .env
file with your cloud details. Example sample.env lists the required variables.
Compose a .json
file with your cluster definition and variables overrides. Variables defaults are here. Checkout sample.json shows how to override default values.
Requires docker
, azure-cli
, git
, bash
& jq
. Make sure you can reach Azure Stack's metadata endpoint.
make run-local INPUT=env/sample.env
If you do not have make
./scripts/run-local.sh env/sample.env
Create a Linux VM and make sure your input .env
sets variable DVM_HOST
.
make setup-dvm run-dvm results INPUT=env/sample.env
If you do not have make
./scripts/upload.sh env/sample.env
./scripts/run-dvm.sh env/sample.env
./scripts/results.sh env/sample.env