
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 - Add 'parts' section to charmcraft.yaml Change-Id: I502455aff4864bcda16a80c5bf6fbd04acf7d719
20 lines
501 B
YAML
20 lines
501 B
YAML
# Copyright 2022 Canonical Ltd.
|
|
# See LICENSE file for licensing details
|
|
|
|
name: ironic-dashboard
|
|
display-name: Ironic Dashboard
|
|
summary: Horizon plugin for Ironic Bare Metal services
|
|
maintainers:
|
|
- OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
The Ironic Dashboard provides the plugin necessary to
|
|
manage bare metal instances from the Horizon Dashboard.
|
|
tags:
|
|
- openstack
|
|
subordinate: true
|
|
|
|
requires:
|
|
dashboard:
|
|
interface: dashboard-plugin
|
|
scope: container
|