Skip to content

Commit

Permalink
ASP-5422 Add TOOL_TIMEOUT env var as config
Browse files Browse the repository at this point in the history
  • Loading branch information
julianaklulo committed Dec 10, 2024
1 parent 798ef24 commit a9f9864
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@ This file keeps track of all notable changes to the License Manager Agent Charm.

Unreleased
----------
* Update the charm to support installing the new License Manager Agent process [ASP-5383]
* Remove support for CentOS7
* Include `TOOL_TIMEOUT` env var in the agent's configuratin

1.2.1 - 2024-09-02
-------------------
* Add support to DSLS license server [ASP-5000]
* Fix bug on upgrade action

1.2.0 - 2024-09-02
-------------------
* Remove support for CentOS7
* Update the charm to support installing the new License Manager Agent process [ASP-5383]

1.1.4 - 2023-16-24
------------------
Expand Down
5 changes: 5 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ options:
default: 300
description: |
Interval (in seconds) at which the reconciliation process should run
tool-timeout:
type: int
default: 6
description: |
Timeout (in seconds) for the binaries command to run without raising an error
lmutil-path:
type: string
default:
Expand Down

0 comments on commit a9f9864

Please sign in to comment.