From 33b2d634ca3b0515fe7d1b12ca9158f91cecb54a Mon Sep 17 00:00:00 2001 From: odidev Date: Wed, 11 Dec 2024 05:20:49 +0000 Subject: [PATCH] Add neutron and ironic files Signed-off-by: odidev --- content/opensource_packages/Neutron.md | 28 ++++++++++++++++++++++++++ content/opensource_packages/ironic.md | 28 ++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 content/opensource_packages/Neutron.md create mode 100644 content/opensource_packages/ironic.md diff --git a/content/opensource_packages/Neutron.md b/content/opensource_packages/Neutron.md new file mode 100644 index 00000000..c299e87a --- /dev/null +++ b/content/opensource_packages/Neutron.md @@ -0,0 +1,28 @@ +--- +name: Neutron +category: Networking +description: Neutron is an open-source networking service in OpenStack that delivers networking capabilities for virtual machines and various other resources. +download_url: https://pypi.org/project/neutron/#history +works_on_arm: true +supported_minimum_version: + version_number: 10.0.5 + release_date: 2018/04/15 + +optional_info: + homepage_url: https://docs.openstack.org/neutron/latest/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://docs.openstack.org/neutron/latest/install/index.html + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Linux/ARM64 release notes are not available. Installation is verified using "pip3 install neutron". + +--- diff --git a/content/opensource_packages/ironic.md b/content/opensource_packages/ironic.md new file mode 100644 index 00000000..5faf56e3 --- /dev/null +++ b/content/opensource_packages/ironic.md @@ -0,0 +1,28 @@ +--- +name: Ironic +category: Containers and Orchestration +description: Ironic is an open-source service used to manage and provision Bare Metal servers, allowing users to deploy and control physical hardware. +download_url: https://pypi.org/project/ironic/9.1.6/#history +works_on_arm: true +supported_minimum_version: + version_number: 9.1.6 + release_date: 2018/12/20 + +optional_info: + homepage_url: https://opendev.org/openstack/ironic + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://docs.openstack.org/ironic/latest/contributor/arm-devstack-guide.html + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Linux/ARM64 release notes are not available. Installation is verified using "pip3 install ironic". + +---