29 lines
669 B
JSON
29 lines
669 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"name": "Install Longhorn pre-requisites",
|
||
|
|
"function": "RunCommand",
|
||
|
|
"params": [
|
||
|
|
"./scripts/longhorn_prereqs.sh"
|
||
|
|
],
|
||
|
|
"retryCount": 0,
|
||
|
|
"shouldAbort": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Install Longhorn",
|
||
|
|
"function": "RunCommand",
|
||
|
|
"params": [
|
||
|
|
"./scripts/install_longhorn.sh"
|
||
|
|
],
|
||
|
|
"retryCount": 0,
|
||
|
|
"shouldAbort": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Wait for Longhorn pods to come up",
|
||
|
|
"function": "RunCommand",
|
||
|
|
"params": [
|
||
|
|
"./scripts/wait_for_longhorn.sh"
|
||
|
|
],
|
||
|
|
"retryCount": 10,
|
||
|
|
"shouldAbort": true
|
||
|
|
}
|
||
|
|
]
|