
* Add new interface service-ready to check for service readiness of remote application. * Create a placeholder charm sunbeam-libs to place all the common libraries. The charm and the libraries need not be published to charmhub since at this point of time they are used internally by sunbeam. * Add provider to service-ready in masakari-k8s * Add requirer to service-ready in openstack-hypervisor and enable/disable snap option masakari.enable based on service-ready relation. Change-Id: I99feccee2c871fc5a581fdea6f45a541efc2a968
26 lines
528 B
YAML
26 lines
528 B
YAML
type: charm
|
|
title: Sunbeam common libraries
|
|
name: sunbeam-libs
|
|
summary: Sunbeam common libraries
|
|
description: |
|
|
Placeholder for the common libraries used in Sunbeam.
|
|
assumes:
|
|
- k8s-api
|
|
links:
|
|
source: https://opendev.org/openstack/sunbeam-charms
|
|
issues: https://bugs.launchpad.net/sunbeam-charms
|
|
|
|
base: ubuntu@24.04
|
|
platforms:
|
|
amd64:
|
|
|
|
containers:
|
|
placeholder:
|
|
resource: placeholder-image
|
|
|
|
resources:
|
|
placeholder-image:
|
|
description: OCI image for placeholder
|
|
type: oci-image
|
|
upstream-source: busybox
|