Skip to content

Commit

Permalink
Merge pull request #119 from ARGOeu/devel
Browse files Browse the repository at this point in the history
Version 1.8.0
  • Loading branch information
themiszamani authored Jun 17, 2024
2 parents 3b47212 + dca2d43 commit d851854
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Release notes for argo-puppet module

### 1.8.0 - 17 Jun 2024

* AO-972 Change argo-poem-tools.conf.erb template to work with the changes in the tool

### 1.7.1 - 5 Jun 2024

* ARGO-4662 Update scg.conf.erb template
Expand Down
4 changes: 1 addition & 3 deletions manifests/mon/poemtools.pp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
class argo::mon::poemtools (
$poem_url = '',
$poem_token = '',
$profiles = '',
$tenants_data = {},
) {
package {'argo-poem-tools':
ensure => latest,
Expand Down
11 changes: 6 additions & 5 deletions templates/mon/poemtools/argo-poem-tools.conf.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[GENERAL]
Host = <%= @poem_url %>
Token = <%= @poem_token %>
<% @tenants_data.each do |key, value| -%>
[<%=key %>]
Host = <%= value['poem_host']%>
Token = <%= value['poem_token']%>
MetricProfiles = <%= value['profiles']%>

[PROFILES]
MetricProfiles = <%= @profiles %>
<% end -%>

0 comments on commit d851854

Please sign in to comment.