summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorPaul Le Guen de Kerneizon <paul.leguendekerneizon@savoirfairelinux.com>2025-12-17 16:35:21 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-01-06 14:32:39 -0500
commit9d98a3a8e96d4dedcd96efd3e6f09c462d37754e (patch)
tree432009132f0b90fecd7f6fcfc187c5bcd8b61fb1 /conf/layer.conf
parent980ef86fd2b71e9dc5b1967c88f63252cebde0bb (diff)
downloadmeta-virtualization-9d98a3a8e96d4dedcd96efd3e6f09c462d37754e.tar.gz
cockpit-machines: add recipe
`cockpit-machines` is a Cockpit plugin used to provide a web interface to manage virtual machines. Since Cockpit version 242, cockpit-machines has been moved to a dedicated repository. This package is dependent on cockpit package from meta-webserver layer. To test it, access the cockpit-machines UI on the tested target at `https://127.0.0.1:9090/machines`. Signed-off-by: Paul Le Guen de Kerneizon <paul.leguendekerneizon@savoirfairelinux.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index dbe66d8c..5ec45ee0 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -30,7 +30,9 @@ LAYERDEPENDS_virtualization-layer = " \
30 meta-python \ 30 meta-python \
31" 31"
32 32
33# webserver: naigos requires apache2 33# webserver:
34# - naigos requires apache2
35# - cockpit-machines requires cockpit
34LAYERRECOMMENDS_virtualization-layer = " \ 36LAYERRECOMMENDS_virtualization-layer = " \
35 webserver \ 37 webserver \
36 selinux \ 38 selinux \