From 66cec45960ce1d9c794e9399de15c138acb18aed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 18:03:42 +0200 Subject: Adding upstream version 7.3.0+dfsg. Signed-off-by: Daniel Baumann --- .../openmanage/meta/execution-environment.yml | 5 +++ .../dellemc/openmanage/meta/runtime.yml | 36 ++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 ansible_collections/dellemc/openmanage/meta/execution-environment.yml create mode 100644 ansible_collections/dellemc/openmanage/meta/runtime.yml (limited to 'ansible_collections/dellemc/openmanage/meta') 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 00000000..5aa14625 --- /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 00000000..d550a6d3 --- /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 -- cgit v1.2.3