aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/bootcblade-rebuild.timer.j25
-rw-r--r--templates/bootcblade.containerfile.j22
2 files changed, 3 insertions, 4 deletions
diff --git a/templates/bootcblade-rebuild.timer.j2 b/templates/bootcblade-rebuild.timer.j2
index cffd275..8dc2159 100644
--- a/templates/bootcblade-rebuild.timer.j2
+++ b/templates/bootcblade-rebuild.timer.j2
@@ -2,9 +2,8 @@
Description=bootcblade-rebuild timer
[Timer]
-OnBootSec=60min
-OnUnitActiveSec=1w
-
+OnCalendar=weekly
+Persistent=true
[Install]
WantedBy=timers.target
diff --git a/templates/bootcblade.containerfile.j2 b/templates/bootcblade.containerfile.j2
index 7e5ade6..41a5a6a 100644
--- a/templates/bootcblade.containerfile.j2
+++ b/templates/bootcblade.containerfile.j2
@@ -7,7 +7,7 @@ RUN dnf -y install epel-release && \
dnf -y install zfs && \
dkms build zfs/$(rpm -q --qf '%{VERSION}' zfs) -k $(ls /usr/lib/modules) && \
dkms install zfs/$(rpm -q --qf '%{VERSION}' zfs) -k $(ls /usr/lib/modules)
-RUN dnf -y install vim git podman fish ansible wget && \
+RUN dnf -y install vim git podman fish ansible wget dstat byobu && \
echo "qemu:x:107:107:qemu user:/:/sbin/nologin" >> /etc/passwd && \
dnf -y install qemu-kvm libvirt virt-install virt-viewer && \
dnf -y install cockpit cockpit-bridge cockpit-file-sharing cockpit-machines cockpit-pcp cockpit-podman cockpit-storaged cockpit-system