Federico Mariani created CAMEL-24087:
----------------------------------------
Summary: camel-test-infra - Add --with-ui flag and companion UI
containers to camel infra run
Key: CAMEL-24087
URL: https://issues.apache.org/jira/browse/CAMEL-24087
Project: Camel
Issue Type: Improvement
Components: camel-test-infra
Reporter: Federico Mariani
Add UI support to the {{camel infra run}} command:
* Add {{--with-ui}} flag to start companion UI containers alongside services
(e.g., Kafka UI for Kafka, Mongo Express for MongoDB, pgAdmin for PostgreSQL)
* Add {{uiSupported}} field to {{@InfraService}} annotation so the catalog and
{{camel infra list}} show which services support a UI
* Expose {{uiUrl()}} in service interfaces for services with built-in UIs
(Artemis, RabbitMQ, Jaeger, MinIO, Neo4j, etc.) so the JSON output includes the
UI link
* Gate companion UI container startup on {{isFixedPort() AND isWithUi()}} to
ensure UI containers are never started during tests
* Use only OSS-licensed UI images via {{mirror.gcr.io}} (Apache 2.0, MIT,
PostgreSQL License)
Companion UI containers: Kafka UI, Mongo Express, pgAdmin, OpenSearch
Dashboards, Redis Commander.
Excluded: Kibana (SSPL - Category X for ASF).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)