Comment 8 for bug 1945962

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/813013
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/d7874ae35833961fc55798833d795a2e3f0c53a2
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit d7874ae35833961fc55798833d795a2e3f0c53a2
Author: Michele Baldessari <email address hidden>
Date: Mon Oct 4 11:20:59 2021 +0200

    Fix swift "Could not enable rsyncd" error

    The inclusing of rsync::server as a tag makes it error out as follows:
    2021-10-04T08:43:54.486557677+00:00 stderr F <13>Oct 4 08:43:54 puppet-user: Debug: Executing: '/usr/bin/systemctl is-enabled -- rsyncd'
    2021-10-04T08:43:54.495188022+00:00 stderr F <13>Oct 4 08:43:54 puppet-user: Debug: Executing: '/usr/bin/systemctl unmask -- rsyncd'
    2021-10-04T08:43:54.502673716+00:00 stderr F <13>Oct 4 08:43:54 puppet-user: Debug: Executing: '/usr/bin/systemctl enable -- rsyncd'
    2021-10-04T08:43:54.511733823+00:00 stderr F <13>Oct 4 08:43:54 puppet-user: Error: Could not enable rsyncd:

    Let's make sure we noop the service completely. I believe this started
    showing on my CS9 env after https://github.com/puppetlabs/puppetlabs-rsync/commit/8f6a96587106a6c5eaa9d923be8f85e710c82992

    Tested and am able to deploy successfully again.

    Depends-On: https://review.opendev.org/c/openstack/puppet-tripleo/+/812389

    Closes-Bug: #1945962
    Change-Id: Ic39c146ca23a1adb85bb0b3a2119c37176eba332
    (cherry picked from commit 512ba5ed4228c07c35956ecd7933314533f411ad)