Skip to content

Commit b481a1a

Browse files
authored
chore: PENG-2681 Removed unneeded systemd config for agents (#29)
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.
1 parent ff52576 commit b481a1a

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

democluster/user-data

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -171,44 +171,6 @@ write_files:
171171
=mg0I
172172
-----END PGP PUBLIC KEY BLOCK-----
173173

174-
- path: /usr/lib/systemd/system/jobbergate-agent.service
175-
owner: root:root
176-
permissions: '0644'
177-
content: |
178-
[Unit]
179-
Description=jobbergate-agent
180-
After=network.target
181-
182-
[Service]
183-
Type=simple
184-
User=root
185-
Group=root
186-
WorkingDirectory=/srv/jobbergate-agent-venv
187-
ExecStart=/srv/jobbergate-agent-venv/bin/jg-run
188-
189-
[Install]
190-
Alias=jobbergate-agent.service
191-
WantedBy=multi-user.target
192-
193-
- path: /usr/lib/systemd/system/vantage-agent.service
194-
owner: root:root
195-
permissions: '0644'
196-
content: |
197-
[Unit]
198-
Description=vantage-agent
199-
After=network.target
200-
201-
[Service]
202-
Type=simple
203-
User=root
204-
Group=root
205-
WorkingDirectory=/srv/vantage-agent-venv
206-
ExecStart=/srv/vantage-agent-venv/bin/vtg-run
207-
208-
[Install]
209-
Alias=vantage-agent.service
210-
WantedBy=multi-user.target
211-
212174
- path: /etc/slurm/slurmrestd.conf
213175
owner: root:root
214176
permissions: '0600'

0 commit comments

Comments
 (0)