Project

General

Profile

« Previous | Next » 

Revision f5f7c192

Added by Kamil Herbik about 7 years ago

Messaging transport version (#195)

  • [messaging_transport_version]
    - added new param 'messaging_version'
    - it is related to the isue that 'python-gofer-qpid' and 'python-gofer-amqp'
    get version number from the main pulp's 'version' value which is incorrect.

Changes to be committed:
- modified: manifests/init.pp
- modified: manifests/install.pp
- modified: manifests/params.pp

  • [messaging_transport_version]
    - new parameter 'messaging_transport_version'
    - it is related to the issue that when $version is set to e.g. 2.12.0-1.el7 it is also assigned
    to packages like 'python-gofer-qpid', 'python-gofer-amqp' or 'gofer' which do not have such number

    Changes to be committed:
    - modified: manifests/init.pp
    - modified: manifests/params.pp
    - modified: manifests/install.pp
    - modified: manifests/consumer.pp
    - modified: manifests/consumer/install.pp
    - modified: manifests/consumer/params.pp

  • Update install.pp

Added a "comma" in the 'ensure_packages' for $pulp::messaging_transport

  • Update consumer.pp

An 'messaging_version' was documented but was not in the parameters part of the code.

View differences:

manifests/init.pp
# $messaging_client_cert:: Absolute path to PEM encoded file containing both the private key and
# certificate Pulp should present to the broker to be authenticated by the broker.
#
# $messaging_version:: Determines the version of packages related to the 'messaging transport protocol'.
#
#
# $broker_url:: A URL to a broker that Celery can use to queue tasks:
# qpid://<username>:<password>@<hostname>:<port>/
#
......
$messaging_topic_exchange = $pulp::params::messaging_topic_exchange,
$messaging_event_notifications_enabled = $pulp::params::messaging_event_notifications_enabled,
$messaging_event_notification_url = $pulp::params::messaging_event_notification_url,
$messaging_version = $pulp::params::messaging_version,
$broker_url = $pulp::params::broker_url,
$broker_use_ssl = $pulp::params::broker_use_ssl,
$tasks_login_method = $pulp::params::tasks_login_method,

Also available in: Unified diff