
This is a major breaking change too. In the process, also: - move all processing from juju status to actions (run the actions to get data; the status line will be minimal) - switch to COS integration, no longer legacy prometheus for the iperf benchmarks It should be mostly feature parity with the original magpie charm, but some things still need improving and iterating on, such as the spec for data returned from actions, and actual functional tests. Change-Id: I289d4e7a0dd373c5c6f2471ab710e754c167ab8c
22 lines
643 B
YAML
22 lines
643 B
YAML
# This file populates the Overview on Charmhub.
|
|
# See https://juju.is/docs/sdk/metadata-reference for a checklist and guidance.
|
|
name: magpie
|
|
summary: Magpie layer to test networking - ICMP and DNS
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
Magpie will check ICMP, DNS, MTU and rx/tx speed between itself and any
|
|
peer units deployed - deploy more than one magpie unit for meaningful results.
|
|
tags: [testing, CI]
|
|
provides:
|
|
# https://charmhub.io/grafana-agent/libraries/cos_agent
|
|
cos-agent:
|
|
interface: cos_agent
|
|
peers:
|
|
magpie:
|
|
interface: magpie2
|
|
series:
|
|
- focal
|
|
- jammy
|
|
- lunar
|
|
- mantic
|