Change Collectd ports type to numbers.

In [0] it was changed the type of some of the ports
used in the service. The template needs to be adapted
to be able to work correctly.

[0] - https://github.com/voxpupuli/puppet-collectd/commit/d7b79c

Change-Id: Ied613222a593566634c69fd63f891f0ac1497f86
Related-Bug: #1871086
This commit is contained in:
Jose Luis Franco Arza 2020-04-07 21:56:07 +02:00 committed by Sergii Golovatiuk
parent ab778f6b0e
commit e0bf4579e4
3 changed files with 11 additions and 14 deletions

View File

@ -45,11 +45,10 @@ parameters:
default: 'overcloud-ceilometer-agent-notification'
type: string
MetricsQdrPort:
default: '5666'
default: 5666
description: Service name or port number on which the qdrouterd will accept
connections. This argument must be string, even if the numeric
form is used.
type: string
connections.
type: number
CeilometerQdrPublishEvents:
default: false
description: Whether to send events to MetricsQdr service.

View File

@ -45,11 +45,10 @@ parameters:
description: Keystone region for endpoint
default: 'regionOne'
MetricsQdrPort:
default: '5666'
default: 5666
description: Service name or port number on which the qdrouterd will accept
connections. This argument must be string, even if the numeric
form is used.
type: string
connections.
type: number
MetricsQdrUsername:
default: 'guest'
description: Username which should be used to authenticate to the deployed
@ -254,12 +253,12 @@ parameters:
description: Hostname or IP address of the AMQP 1.0 intermediary.
default: nil
CollectdAmqpPort:
type: string
type: number
description: >
Service name or port number on which the AMQP 1.0 intermediary accepts
connections. This argument must be a string, even if the numeric form
is used.
default: '5666'
default: 5666
CollectdAmqpUser:
type: string
description: >

View File

@ -45,11 +45,10 @@ parameters:
tag: openstack.nova.consoleauth
file: /var/log/containers/qdrouterd/metrics-qdr.log
MetricsQdrPort:
default: '5666'
default: 5666
description: Service name or port number on which the qdrouterd will accept
connections. This argument must be string, even if the numeric
form is used.
type: string
connections.
type: number
MetricsQdrUsername:
default: 'guest'
description: Username which should be used to authenticate to the deployed