Skip to content

Commit

Permalink
fix: rebase with main, move agent6 to docker-compose.dpu.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Bhoopesh <bhoopesh459@gmail.com>
  • Loading branch information
bhoopesh369 committed Sep 19, 2024
1 parent e8c95fd commit e543632
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker-compose.dpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,20 @@ services:
'--device-private-key', '/certs/first_private_key.pem',
'--serial-number', 'first-serial-number']

agent6:
<<: *agent
volumes:
- /var/run/dbus:/var/run/dbus
- client-certs:/certs
- /etc/os-release:/etc/os-release
- /etc/ssh:/etc/ssh
privileged: true
command: ['/opi-sztp-agent', 'run',
'--bootstrap-trust-anchor-cert', '/certs/opi.pem',
'--device-end-entity-cert', '/certs/first_my_cert.pem',
'--device-private-key', '/certs/first_private_key.pem',
'--serial-number', 'first-serial-number']

volumes:
client-certs:
dhcp-leases-folder:

0 comments on commit e543632

Please sign in to comment.