Commit aae1590
Remove omsdk dependency from Dell OpenManage Ansible collection (ECS02C-251)
- Remove omsdk and omdrivers from requirements files (requirements.txt,
test-requirements.txt, tests/unit/requirements.txt)
- Remove omsdk requirement lines from DOCUMENTATION strings in all 15
affected plugin modules and 15 RST doc files
- Remove omsdk install instructions from README.md, tests/README.md,
and EXECUTION_ENVIRONMENT.md
- Remove dead omsdk/omdrivers try/except import blocks from 10 modules
- Replace dead legacy function bodies (that used omsdk config_mgr,
update_mgr, file_share_manager, etc.) with NotImplementedError in:
dellemc_configure_idrac_eventing, dellemc_configure_idrac_services,
dellemc_idrac_lc_attributes, dellemc_idrac_storage_volume,
dellemc_system_lockdown_mode, idrac_firmware, idrac_lifecycle_controller_logs,
idrac_network, idrac_syslog, idrac_timezone_ntp
- Rename is_omsdk_required -> is_legacy_idrac across plugins, tests,
and integration test YAML files
- Rename update_firmware_omsdk -> update_firmware_legacy and
update_firmware_url_omsdk -> update_firmware_url_legacy in idrac_firmware
- Rename omsdk_mock -> idrac_mock_obj in unit test fixtures
- Update YAML task names referencing omsdk to use 'legacy iDRAC' terminology
- Update ansible_doc.txt files to remove omsdk references
- Add targeted pytest.mark.skipif(not HAS_OMSDK) markers to 83 unit
tests that test legacy omsdk code paths, allowing non-omsdk tests
to run (243 pass, 83 skip)
Generated with [Devin](https://cli.devin.ai/docs)
Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>1 parent a2956f1 commit aae1590
110 files changed
Lines changed: 412 additions & 1029 deletions
File tree
- docs
- modules
- plugins
- module_utils
- idrac_utils/info
- modules
- roles
- idrac_firmware
- molecule
- resources
- idrac_gather_facts
- molecule
- backplane-10633
- enclosure-10667
- system-10621
- tests/asserts
- idrac_storage_controller/molecule
- controller_encryption-10652
- disable_security-19281
- enable_security-19280
- helper
- negative_scenarios-10653
- rekeying_encryption-10659
- remove_key_controller-10658
- set_controller_key-10656
- tests
- integration/targets
- idrac_bios/files
- idrac_firmware/files
- idrac_lifecycle_controller_job_status_info/files
- idrac_lifecycle_controller_jobs/files
- idrac_lifecycle_controller_logs/files
- idrac_lifecycle_controller_status_info/files
- idrac_os_deployment/files
- idrac_redfish_storage_controller/tests
- idrac_system_info
- files
- tests
- idrac_virtual_media/tests
- unit
- plugins
- module_utils/idrac_utils
- modules
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 37 | | |
41 | 38 | | |
42 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
190 | 189 | | |
191 | 190 | | |
192 | 191 | | |
193 | | - | |
194 | 192 | | |
195 | 193 | | |
196 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
0 commit comments