diff --git a/.zuul.d/jobs.yaml b/.zuul.d/jobs.yaml index ded04280d..4519e36b3 100644 --- a/.zuul.d/jobs.yaml +++ b/.zuul.d/jobs.yaml @@ -26,7 +26,6 @@ # Fedora paused until dnf segfaults resolved: # https://bugzilla.redhat.com/show_bug.cgi?id=1758737 # https://bugzilla.redhat.com/show_bug.cgi?id=1761282 - # - fedora-minimal/build-succeeds # - ironic-agent/build-succeeds-fedora # - pip-and-virtualenv/source-install-fedora - pip-and-virtualenv/source-install-ubuntu diff --git a/diskimage_builder/elements/ironic-agent/README.rst b/diskimage_builder/elements/ironic-agent/README.rst index 1701cc457..04e75fdca 100644 --- a/diskimage_builder/elements/ironic-agent/README.rst +++ b/diskimage_builder/elements/ironic-agent/README.rst @@ -1,6 +1,13 @@ ============ ironic-agent ============ +warning:: + This element is deprecated and copied to + ironic-python-agent-builder and can be found at: + https://opendev.org/openstack/ironic-python-agent-builder/dib/ + The ramdisk can be build from the ironic-python-agent-builder and + the "ironic-element" in diskimage-builder is deprecated. + Builds a ramdisk with ironic-python-agent. More information can be found at: https://opendev.org/openstack/ironic-python-agent/ diff --git a/releasenotes/notes/deprecate-ironic-agent-element.yaml b/releasenotes/notes/deprecate-ironic-agent-element.yaml new file mode 100644 index 000000000..840123b50 --- /dev/null +++ b/releasenotes/notes/deprecate-ironic-agent-element.yaml @@ -0,0 +1,6 @@ +--- +deprecations: + + - The "ironic-agent" element can now be found at + ironic-python-agent-builder to build the ramdisk. + This element is deprecated from diskimage-builder.