docs: remove metalsmith and molteniron references

So much outdated... Now fixed. Also found a molteniron reference which
should just be deleted.

Change-Id: Icc1069f8465ddcec887f3ba2a8f7338c6f2cba82
Signed-off-by: Julia Kreger <juliaashleykreger@gmail.com>
This commit is contained in:
Julia Kreger
2025-09-26 11:13:33 -07:00
parent 2b2d19b9bd
commit 05b7b4ca1f
5 changed files with 2 additions and 11 deletions

View File

@@ -78,7 +78,6 @@ openstackdocs_projects = [
'ironic-ui',
'keystone',
'keystonemiddleware',
'metalsmith',
'networking-baremetal',
'neutron',
'nova',

View File

@@ -37,8 +37,6 @@ All Ironic project bugtrackers, filtered and sorted for triage:
* `ironic-prometheus-exporter <https://bugs.launchpad.net/ironic-prometheus-exporter/+bugs?field.status%3Alist=NEW&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&orderby=-id>`_
* `ironic-python-agent-builder <https://bugs.launchpad.net/ironic-python-agent-builder/+bugs?field.status%3Alist=NEW&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&orderby=-id>`_
* `ironic-ui <https://bugs.launchpad.net/ironic-ui/+bugs?field.status%3Alist=NEW&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&orderby=-id>`_
* `metalsmith <https://bugs.launchpad.net/metalsmith/+bugs?field.status%3Alist=NEW&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&orderby=-id>`_
* `molteniron <https://bugs.launchpad.net/molteniron/+bugs?field.status%3Alist=NEW&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&orderby=-id>`_
* `networking-baremetal <https://bugs.launchpad.net/networking-baremetal/+bugs?field.status%3Alist=NEW&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&orderby=-id>`_
* `networking-generic-switch <https://bugs.launchpad.net/networking-generic-switch/+bugs?field.status%3Alist=NEW&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&orderby=-id>`_
* `python-ironic-inspector-client <https://bugs.launchpad.net/python-ironic-inspector-client/+bugs?field.status%3Alist=NEW&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&orderby=-id>`_

View File

@@ -51,7 +51,6 @@ Non-client libraries
The following deliverables are non-client libraries:
* ironic-lib
* metalsmith
* sushy
Client libraries

View File

@@ -1,6 +1,6 @@
.. meta::
:description: Deploy bare metal instances with Ironic. Standalone deployments, allocations, boot modes, and direct provisioning without Nova integration.
:keywords: bare metal deployment, ironic standalone, instance deployment, allocations, boot modes, direct provisioning, metalsmith
:keywords: bare metal deployment, ironic standalone, instance deployment, allocations, boot modes, direct provisioning
:author: OpenStack Ironic Team
:robots: index, follow
:audience: cloud users, developers
@@ -11,12 +11,7 @@ Deploying with Bare Metal service
This guide explains how to use Ironic to deploy nodes without any front-end
service, such as OpenStack Compute (nova) or Metal3_.
.. note::
To simplify this task you can use the metalsmith_ tool which provides a
convenient CLI for the most common cases.
.. _Metal3: http://metal3.io/
.. _metalsmith: https://docs.openstack.org/metalsmith/latest/
Allocations
-----------

View File

@@ -1,6 +1,6 @@
.. meta::
:description: User guide for OpenStack Ironic bare metal service. Deploy physical servers, manage instances, and integrate with OpenStack cloud services.
:keywords: ironic user guide, bare metal instances, physical server deployment, openstack integration, metalsmith, instance management
:keywords: ironic user guide, bare metal instances, physical server deployment, openstack integration, instance management
:author: OpenStack Ironic Team
:robots: index, follow
:audience: cloud users, developers, operators