-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #560 from odidev/ironic
Add neutron and ironic files
- Loading branch information
Showing
2 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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". | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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". | ||
|
||
--- |