-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack.yaml
More file actions
91 lines (85 loc) · 3.21 KB
/
stack.yaml
File metadata and controls
91 lines (85 loc) · 3.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
name: hardware-hpe
namespace: agentic-stacks
description: >
Complete operational knowledge for administering HPE ProLiant Gen10 and Gen11
servers. Covers the full lifecycle — discovery, BIOS/RAID/network configuration,
firmware management, health monitoring, troubleshooting, and decommissioning —
using iLO RESTful API (Redfish), HPE OneView, and iLOrest CLI.
repository: https://github.com/agentic-stacks/hardware-hpe
target:
software: hpe-ilo
versions:
- "iLO 5 (Gen10)"
- "iLO 6 (Gen11)"
skills:
- name: concepts
entry: skills/foundation/concepts
description: iLO architecture, Redfish API model, OneView concepts, HPE terminology
- name: connectivity
entry: skills/foundation/connectivity
description: Connecting to iLO and OneView, iLOrest setup, inventory management
- name: bios-uefi
entry: skills/deploy/bios-uefi
description: BIOS/UEFI configuration, boot order, secure boot, performance profiles
- name: storage
entry: skills/deploy/storage
description: RAID configuration, Smart Array and MR/SR controllers, disk management
- name: networking
entry: skills/deploy/networking
description: NIC configuration, VLAN, PXE/HTTP boot, FlexibleLOM
- name: firmware
entry: skills/deploy/firmware
description: SPP, firmware updates, baselines, compliance checking, rollback
- name: health-check
entry: skills/operations/health-check
description: Hardware health validation, sensors, IML/AHS log review
- name: power-mgmt
entry: skills/operations/power-mgmt
description: Power on/off/reset, power capping, efficiency, UID LED
- name: licensing
entry: skills/operations/licensing
description: iLO Standard/Advanced/Premium licensing and feature activation
- name: remote-console
entry: skills/operations/remote-console
description: Virtual media, remote console, OS provisioning preparation
- name: lifecycle
entry: skills/operations/lifecycle
description: Warranty, decommissioning, secure erase, asset tracking
- name: troubleshooting
entry: skills/diagnose/troubleshooting
description: Symptom-based diagnostic decision trees for hardware issues
- name: log-analysis
entry: skills/diagnose/log-analysis
description: IML, AHS, and iLO event log interpretation
- name: known-issues
entry: skills/reference/known-issues
description: Version-specific bugs and workarounds for iLO 5/6 and Gen10/Gen11
- name: compatibility
entry: skills/reference/compatibility
description: Firmware and component compatibility matrices
- name: decision-guides
entry: skills/reference/decision-guides
description: RAID level selection, NIC config patterns, firmware update strategies
project:
structure:
- inventory.yaml
- configs/
- configs/bios-baseline.json
- configs/raid-config.json
- configs/firmware-baseline.json
- profiles/
- profiles/oneview/
- logs/
- logs/ahs/
- scripts/
- scripts/health-check.sh
- scripts/firmware-update.sh
requires:
tools:
- name: ilorest
description: HPE iLOrest CLI for Redfish operations
- name: curl
description: Direct Redfish API calls
- name: jq
description: JSON response parsing
depends_on: []