Skip to content

Commit

Permalink
Update alm examples with optional retry parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Carlo Lobrano <[email protected]>
  • Loading branch information
clobrano committed Jan 8, 2024
1 parent a34fe8c commit eba75ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@ metadata:
"worker-2": "6235"
}
},
"retrycount": 5,
"retryinterval": "5s",
"sharedparameters": {
"--action": "reboot",
"--ip": "192.168.111.1",
"--lanplus": "",
"--password": "password",
"--username": "admin"
}
},
"timeout": "60s"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ metadata:
name: worker-1
spec:
agent: fence_ipmilan
retrycount: 5
retryinterval: "5s"
timeout: "60s"
sharedparameters:
--username: "admin"
--password: "password"
Expand All @@ -17,4 +20,4 @@ spec:
master-2: "6232"
worker-0: "6233"
worker-1: "6234"
worker-2: "6235"
worker-2: "6235"

0 comments on commit eba75ad

Please sign in to comment.