From 9451f8c1067da288f83d51dc986ad48a4bea7c9c Mon Sep 17 00:00:00 2001 From: Juliana Karoline de Sousa Date: Tue, 22 Oct 2024 21:44:20 -0300 Subject: [PATCH] ASP-5000 Add support for DSLS license server binary configuration (#66) --- CHANGELOG.rst | 1 + README.md | 3 ++- config.yaml | 5 +++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c25eafb..f226d5b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ------------------ diff --git a/README.md b/README.md index 7092723..f325080 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ license-manager-agent: lsdyna-path: "" lmxendutil-path: "" olixtool-path: "" + dslicsrv-path: "" oidc-domain: "" oidc-client-id: "" oidc-client-secret: "" @@ -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 ``` diff --git a/config.yaml b/config.yaml index 7fe5354..29ba366 100644 --- a/config.yaml +++ b/config.yaml @@ -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