refactor(gb-infra): Remove unused utils module and update dependencies; add Vector logger implementation

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-06-01 21:06:42 -03:00
parent 729448d852
commit 0b2211eccb

View file

@ -32,7 +32,8 @@ lxc config device add "$PARAM_TENANT"-alm almlogs disk source="$HOST_LOGS" path=
lxc exec "$PARAM_TENANT"-alm -- bash -c " lxc exec "$PARAM_TENANT"-alm -- bash -c "
mkdir -p /opt/gbo/data /opt/gbo/conf /opt/gbo/logs mkdir -p /opt/gbo/data /opt/gbo/conf /opt/gbo/logs
chown -R alm:alm /opt/gbo/data /opt/gbo/conf /opt/gbo/logs chown -R alm:alm /opt/gbo
cat > /etc/systemd/system/alm.service <<EOF cat > /etc/systemd/system/alm.service <<EOF
[Unit] [Unit]