Skip to content

Commit

Permalink
chore: PENG-2681 Removed unneeded systemd config for agents (#29)
Browse files Browse the repository at this point in the history
The agents are now installed through snaps, so the systemd configuration
for them is not needed.

This will also trigger a new build for the democluster when it is
merged.
  • Loading branch information
dusktreader authored Feb 3, 2025
1 parent ff52576 commit b481a1a
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions democluster/user-data
Original file line number Diff line number Diff line change
Expand Up @@ -171,44 +171,6 @@ write_files:
=mg0I
-----END PGP PUBLIC KEY BLOCK-----

- path: /usr/lib/systemd/system/jobbergate-agent.service
owner: root:root
permissions: '0644'
content: |
[Unit]
Description=jobbergate-agent
After=network.target

[Service]
Type=simple
User=root
Group=root
WorkingDirectory=/srv/jobbergate-agent-venv
ExecStart=/srv/jobbergate-agent-venv/bin/jg-run

[Install]
Alias=jobbergate-agent.service
WantedBy=multi-user.target

- path: /usr/lib/systemd/system/vantage-agent.service
owner: root:root
permissions: '0644'
content: |
[Unit]
Description=vantage-agent
After=network.target

[Service]
Type=simple
User=root
Group=root
WorkingDirectory=/srv/vantage-agent-venv
ExecStart=/srv/vantage-agent-venv/bin/vtg-run

[Install]
Alias=vantage-agent.service
WantedBy=multi-user.target

- path: /etc/slurm/slurmrestd.conf
owner: root:root
permissions: '0600'
Expand Down

0 comments on commit b481a1a

Please sign in to comment.