diff options
Diffstat (limited to 'ansible_collections/dellemc/openmanage/meta')
-rw-r--r-- | ansible_collections/dellemc/openmanage/meta/execution-environment.yml | 5 | ||||
-rw-r--r-- | ansible_collections/dellemc/openmanage/meta/runtime.yml | 36 |
2 files changed, 41 insertions, 0 deletions
diff --git a/ansible_collections/dellemc/openmanage/meta/execution-environment.yml b/ansible_collections/dellemc/openmanage/meta/execution-environment.yml new file mode 100644 index 000000000..5aa14625e --- /dev/null +++ b/ansible_collections/dellemc/openmanage/meta/execution-environment.yml @@ -0,0 +1,5 @@ +--- +version: 1 +dependencies: + galaxy: requirements.yml + python: requirements.txt diff --git a/ansible_collections/dellemc/openmanage/meta/runtime.yml b/ansible_collections/dellemc/openmanage/meta/runtime.yml new file mode 100644 index 000000000..d550a6d38 --- /dev/null +++ b/ansible_collections/dellemc/openmanage/meta/runtime.yml @@ -0,0 +1,36 @@ +--- +requires_ansible: '>=2.10.0' +plugin_routing: + modules: + dellemc_get_firmware_inventory: + deprecation: + removal_date: "2023-01-15" + warning_text: dellemc_get_firmware_inventory will be removed in a future release of this collection. Use dellemc.openmanage.idrac_firmware_info instead. + dellemc_get_system_inventory: + deprecation: + removal_date: "2023-01-15" + warning_text: dellemc_get_system_inventory will be removed in a future release of this collection. Use dellemc.openmanage.idrac_system_info instead. + dellemc_configure_idrac_eventing: + deprecation: + removal_date: "2024-07-31" + warning_text: dellemc_configure_idrac_eventing will be removed in a future release of this collection. Use dellemc.openmanage.idrac_attributes instead. + dellemc_configure_idrac_services: + deprecation: + removal_date: "2024-07-31" + warning_text: dellemc_configure_idrac_services will be removed in a future release of this collection. Use dellemc.openmanage.idrac_attributes instead. + dellemc_idrac_lc_attributes: + deprecation: + removal_date: "2024-07-31" + warning_text: dellemc_idrac_lc_attributes will be removed in a future release of this collection. Use dellemc.openmanage.idrac_attributes instead. + dellemc_system_lockdown_mode: + deprecation: + removal_date: "2024-07-31" + warning_text: dellemc_system_lockdown_mode will be removed in a future release of this collection. Use dellemc.openmanage.idrac_attributes instead. + idrac_network: + deprecation: + removal_date: "2024-07-31" + warning_text: idrac_network will be removed in a future release of this collection. Use dellemc.openmanage.idrac_attributes instead. + idrac_timezone_ntp: + deprecation: + removal_date: "2024-07-31" + warning_text: idrac_timezone_ntp will be removed in a future release of this collection. Use dellemc.openmanage.idrac_attributes instead.
\ No newline at end of file |