Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add neutron and ironic files #560

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions content/opensource_packages/Neutron.md
Original file line number Diff line number Diff line change
@@ -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".

---
28 changes: 28 additions & 0 deletions content/opensource_packages/ironic.md
Original file line number Diff line number Diff line change
@@ -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".

---