forked from opiproject/ansible-opi-dpu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Related to opiproject#53 Signed-off-by: Boris Glimcher <[email protected]>
- Loading branch information
Showing
14 changed files
with
207 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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_factory_reset | ||
|
||
https_port: 443 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# 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: Factory reset of DPU BMC | ||
description: | ||
- Reset all states of the DPU BMC to factory defaults. | ||
options: | ||
hostname: | ||
required: true | ||
type: str | ||
description: | ||
- DPU BMC IP Address. | ||
username: | ||
type: str | ||
description: | ||
- DPU BMC username. | ||
password: | ||
type: str | ||
description: | ||
- DPU BMC user password. | ||
https_port: | ||
type: int | ||
description: | ||
- DPU BMC port. | ||
default: 443 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
https_port: 443 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# 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 reset and restart DPU BMC | ||
description: | ||
- Role to reset and restart DPU BMC. | ||
options: | ||
hostname: | ||
required: true | ||
type: str | ||
description: | ||
- DPU BMC IP Address. | ||
username: | ||
type: str | ||
description: | ||
- DPU BMC username. | ||
password: | ||
type: str | ||
description: | ||
- DPU BMC user password. | ||
https_port: | ||
type: int | ||
description: | ||
- DPU BMC port. | ||
default: 443 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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_session | ||
|
||
https_port: 443 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# 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 manage DPU BMC session | ||
description: | ||
- Role to manage (create and delete) the DPU BMC authentication session. | ||
options: | ||
hostname: | ||
required: true | ||
type: str | ||
description: | ||
- DPU BMC IP Address. | ||
username: | ||
type: str | ||
description: | ||
- DPU BMC username. | ||
password: | ||
type: str | ||
description: | ||
- DPU BMC user password. | ||
https_port: | ||
type: int | ||
description: | ||
- DPU BMC port. | ||
default: 443 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 enable_secure_boot | ||
|
||
https_port: 443 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# 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: Enable DPU secure boot | ||
description: | ||
- This role enables DPU secure boot. | ||
options: | ||
hostname: | ||
required: true | ||
type: str | ||
description: | ||
- DPU BMC IP Address. | ||
username: | ||
type: str | ||
description: | ||
- DPU BMC username. | ||
password: | ||
type: str | ||
description: | ||
- DPU BMC user password. | ||
https_port: | ||
type: int | ||
description: | ||
- DPU BMC port. | ||
default: 443 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 get_bmc_facts | ||
|
||
https_port: 443 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# 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: Gathers facts about DPU BMC Inventory. | ||
description: | ||
- This role Gathers facts about DPU BMC software and firmware Inventory. | ||
options: | ||
hostname: | ||
required: true | ||
type: str | ||
description: | ||
- DPU BMC IP Address. | ||
username: | ||
type: str | ||
description: | ||
- DPU BMC username. | ||
password: | ||
type: str | ||
description: | ||
- DPU BMC user password. | ||
https_port: | ||
type: int | ||
description: | ||
- DPU BMC port. | ||
default: 443 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 update_bmc_password | ||
|
||
https_port: 443 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters