Skip to content

Commit

Permalink
ASP-5000 Add support for DSLS license server binary configuration (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianaklulo authored Oct 23, 2024
1 parent a46a1ce commit 9451f8c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Unreleased
----------
* Update the charm to support installing the new License Manager Agent process [ASP-5383]
* Remove support for CentOS7
* Add support to DSLS license server [ASP-5000]

1.1.4 - 2023-16-24
------------------
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ license-manager-agent:
lsdyna-path: "<path-to-lstc_qrun>"
lmxendutil-path: "<path-to-lmxendutil>"
olixtool-path: "<path-to-olixtool>"
dslicsrv-path: "<path-to-dslicsrv>"
oidc-domain: "<domain-collected-from-oidc>"
oidc-client-id: "<client-id-for-oidc-app>"
oidc-client-secret: "<client-secret-for-oidc-app>"
Expand All @@ -52,7 +53,7 @@ deploy the charm:
```bash
$ juju deploy ./license-manager-agent.charm \
--config ./license-manager-agent.yaml \
--series centos7
--series jammy
$ juju relate license-manager-agent:juju-info slurmctld
$ juju relate license-manager-agent:prolog-epilog slurmctld
```
Expand Down
5 changes: 5 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ options:
default:
description: |
Path to the OLicense binary. Leave blank if not needed.
dslicsrv-path:
type: string
default:
description: |
Path to the DSLicSrv binary. Leave blank if not needed.
use-reconcile-in-prolog-epilog:
type: boolean
default: True
Expand Down

0 comments on commit 9451f8c

Please sign in to comment.