
Summary of changes: - Update the charmcraft.yaml file to use base and platforms, only allowing noble support. - Update config to default to caracal. - Update osci.yaml to use the charmcraft 3.x/beta - Drop non-noble tests - Update constraints file from -2024.1.txt to -noble.txt - Add charmbuild to .zuul.yaml Change-Id: I7a090070bd7d7327e15b75adacda44388aa66eef
30 lines
973 B
YAML
30 lines
973 B
YAML
name: ironic-conductor
|
|
summary: Openstack bare metal conductor
|
|
maintainer: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
|
|
description: |
|
|
OpenStack bare metal provisioning a.k.a Ironic is an integrated OpenStack
|
|
program which aims to provision bare metal machines instead of virtual
|
|
machines, forked from the Nova baremetal driver. It is best thought of
|
|
as a bare metal hypervisor API and a set of plugins which interact with
|
|
the bare metal hypervisors. By default, it will use PXE and IPMI in order
|
|
to provision and turn on/off machines, but Ironic also supports
|
|
vendor-specific plugins which may implement additional functionality.
|
|
tags:
|
|
- openstack
|
|
- baremetal
|
|
extra-bindings:
|
|
deployment:
|
|
cleaning:
|
|
internal:
|
|
subordinate: false
|
|
display-name: Ironic Conductor
|
|
requires:
|
|
shared-db:
|
|
interface: mysql-shared
|
|
amqp:
|
|
interface: rabbitmq
|
|
identity-credentials:
|
|
interface: keystone-credentials
|
|
ironic-api:
|
|
interface: baremetal
|