Compare commits
32 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ebd25ab37 | |||
| 7bb8957b7c | |||
| 04689e0631 | |||
| ab14cd6009 | |||
| 8bf6692b8d | |||
| 2ea6d9457d | |||
| e314e8f63e | |||
| 88015cdbb3 | |||
| 0868f3540f | |||
| ed1593ad48 | |||
| 797184f183 | |||
| 6fd7021803 | |||
| 89cdc64350 | |||
| 16b1101b45 | |||
| 8ee68c1109 | |||
| 5ce4c4295b | |||
| a6e8bdf77b | |||
| 780b4894ca | |||
| 270f2b64f8 | |||
| e6acafdf95 | |||
| 03fb2a5e20 | |||
| 7902ef7a7b | |||
| a1a40304c7 | |||
| fe4680ddc2 | |||
| c996cf733b | |||
| 4aa2d6be5c | |||
| 6d06ce2abd | |||
| 5d3b19e827 | |||
| ef3d680421 | |||
| 24e2f714d5 | |||
| b31016554a | |||
| be07468ca0 |
3 changed files with 9 additions and 6 deletions
|
|
@ -20,7 +20,7 @@ spec:
|
|||
containers:
|
||||
- name: vm-operator
|
||||
image: >-
|
||||
ghcr.io/mnlipp/org.jdrupes.vmoperator.manager:latest
|
||||
registry.mnl.de/org/jdrupes/vm-operator/org.jdrupes.vmoperator.manager:testing
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: JAVA_OPTS
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@ metadata:
|
|||
|
||||
spec:
|
||||
image:
|
||||
source: ghcr.io/mnlipp/org.jdrupes.vmoperator.runner.qemu-arch:latest
|
||||
# source: registry.mnl.de/org/jdrupes/vm-operator/org.jdrupes.vmoperator.runner.qemu-arch:testing
|
||||
# source: docker-registry.lan.mnl.de/vmoperator/org.jdrupes.vmoperator.runner.qemu-arch:latest
|
||||
# source: ghcr.io/mnlipp/org.jdrupes.vmoperator.runner.qemu-arch:3.3.1
|
||||
source: registry.mnl.de/org/jdrupes/vm-operator/org.jdrupes.vmoperator.runner.qemu-arch:testing
|
||||
# source: docker-registry.lan.mnl.de/vmoperator/org.jdrupes.vmoperator.runner.qemu-arch:feature-pools
|
||||
pullPolicy: Always
|
||||
|
||||
runnerTemplate:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# VM-Operator
|
||||
# Copyright (C) 2025 Michael N. Lipp
|
||||
# Copyright (C) 2023 Michael N. Lipp
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License as published by
|
||||
|
|
@ -19,7 +19,10 @@
|
|||
handlers=java.util.logging.ConsoleHandler, \
|
||||
org.jgrapes.webconlet.logviewer.LogViewerHandler
|
||||
|
||||
org.jdrupes.vmoperator.level=FINE
|
||||
org.jgrapes.level=FINE
|
||||
org.jgrapes.core.handlerTracking.level=FINER
|
||||
|
||||
org.jdrupes.vmoperator.manager.level=FINE
|
||||
|
||||
java.util.logging.ConsoleHandler.level=ALL
|
||||
java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue