-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
Signed-off-by: Boris Glimcher <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# Copyright (c) 2022-2024 Dell Inc, or its subsidiaries. | ||
|
||
--- | ||
# defaults file for bmc_reboot | ||
|
||
bmc_reboot_should_wait: true |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# Copyright (c) 2022-2024 Dell Inc, or its subsidiaries. | ||
--- | ||
argument_specs: | ||
main: | ||
version_added: "1.0.0" | ||
short_description: Role to restart DPU BMC | ||
description: | ||
- Role to restart DPU BMC. | ||
options: | ||
bmc_reboot_should_wait: | ||
description: | ||
- Wait for the BMC to restart. | ||
type: bool | ||
default: true |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# Copyright (c) 2022-2024 Dell Inc, or its subsidiaries. | ||
|
||
--- | ||
# vars file for bmc_reboot | ||
|
||
dpu_bmc_reset_delay: 60 | ||
Check failure on line 7 in roles/bmc_reboot/vars/main.yml
|