refactor(gb-infra): Remove unused utils module and update dependencies; add Vector logger implementation
This commit is contained in:
parent
729448d852
commit
0b2211eccb
1 changed files with 2 additions and 1 deletions
|
@ -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]
|
||||||
|
|
Loading…
Add table
Reference in a new issue