update: Added 'git' and 'vagrant' to required tools in pre-flight checks fix: configured k3s install to use internal nic for flanel network update: Added Longhorn installation process and updated memory allocation for VMs update: Added 'git' and 'vagrant' to required tools in pre-flight checks fix: configured k3s install to use internal nic for flanel network fix: corrected JSON formatting for config json update: reduce VM memory allocation to 2GB, add Longhorn installation scripts and prerequisites, and implement checks for existing pods update: improve error logging in RunJsonDeployment and RunCommand functions update: add jq installation to provision script update: add version flag
33 lines
669 B
JSON
33 lines
669 B
JSON
[
|
|
|
|
{
|
|
"name": "Create Vagrant nodes",
|
|
"function": "RunCommand",
|
|
"params": [
|
|
"./scripts/failue.sh"
|
|
],
|
|
"retryCount": 0,
|
|
"shouldAbort": true
|
|
},
|
|
|
|
{
|
|
"name": "Configure Vagrant K3s",
|
|
"function": "RunCommand",
|
|
"params": [
|
|
"./scripts/configure_vagrant_k3s.sh"
|
|
],
|
|
"retryCount": 0,
|
|
"shouldAbort": true
|
|
},
|
|
|
|
|
|
{
|
|
"name": "Create Vagrant workstation",
|
|
"function": "RunCommand",
|
|
"params": [
|
|
"./scripts/install_vagrant_workstation.sh"
|
|
],
|
|
"retryCount": 0,
|
|
"shouldAbort": true
|
|
}
|
|
]
|