summaryrefslogtreecommitdiffstats
path: root/ansible_collections/dellemc/openmanage/meta
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:03:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:03:42 +0000
commit66cec45960ce1d9c794e9399de15c138acb18aed (patch)
tree59cd19d69e9d56b7989b080da7c20ef1a3fe2a5a /ansible_collections/dellemc/openmanage/meta
parentInitial commit. (diff)
downloadansible-upstream.tar.xz
ansible-upstream.zip
Adding upstream version 7.3.0+dfsg.upstream/7.3.0+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--ansible_collections/dellemc/openmanage/meta/execution-environment.yml5
-rw-r--r--ansible_collections/dellemc/openmanage/meta/runtime.yml36
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 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