Rename es24n/ to modules/
Update sys.path reference in es24n_conf.py and all documentation to reflect the new folder name. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
16
README.md
16
README.md
@@ -67,14 +67,14 @@ Connects to each IOM directly over the network and updates IOM and/or Fabric Car
|
||||
## File Structure
|
||||
|
||||
```
|
||||
es24n_conf.py ← Entry point — run this
|
||||
es24n/
|
||||
ui.py ← Display helpers and input prompts
|
||||
serial_port.py ← Serial port driver (no pyserial required)
|
||||
models.py ← IOMConfig and ShelfConfig data classes
|
||||
redfish.py ← Redfish API client (shared by all workflows)
|
||||
workflow_serial.py ← Serial-based network configuration workflow
|
||||
workflow_firmware.py ← Firmware update workflow
|
||||
es24n_conf.py ← Entry point — run this
|
||||
modules/
|
||||
ui.py ← Display helpers and input prompts
|
||||
serial_port.py ← Serial port driver (no pyserial required)
|
||||
models.py ← IOMConfig and ShelfConfig data classes
|
||||
redfish.py ← Redfish API client (shared by all workflows)
|
||||
workflow_serial.py ← Serial-based network configuration workflow
|
||||
workflow_firmware.py ← Firmware update workflow
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
Reference in New Issue
Block a user