Project

General

Profile

Actions

Bug #9678

closed

Bug #6737: Make all techniques compatible with systemd changes

clockConfiguration does not work properly on SLES12/systemd

Added by Janos Mattyasovszky over 7 years ago. Updated about 7 years ago.

Status:
Rejected
Priority:
N/A
Assignee:
-
Category:
Techniques
Target version:
-
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

Hi,

The systemSettings/misc/clockConfiguration/3.1/clockConfiguration.st is not sles12/systemd capable:

Line 125:

    SuSE_11::
      "ntp" 
        package_policy => "add",
        package_method => zypper,
        classes => kept_if_else("ntp_install_kept", "ntp_installed", "cant_install_ntp"),
        comment => "Installing ntp using zypper";

=> This should probably also include the SuSE_12 class.

Line 275:

    !windows.!redhat.(repaired_ntpconf|repaired_localtime|repaired_debiantz|repaired_susetz|ntpd_down)::
      "/etc/init.d/ntp" 
        args => "restart",
        classes => cf2_if_else("ntp_restarted", "cant_restart_ntp"),
        comment => "restarting ntp";

    redhat.(repaired_ntpconf|repaired_localtime|repaired_redhattz|ntpd_down)::
      "/etc/init.d/ntpd" 
        args => "restart",
        classes => cf2_if_else("ntp_restarted", "cant_restart_ntp"),
        comment => "restarting ntp";

This is also not systemd-service aware.


Related issues 1 (0 open1 closed)

Is duplicate of Rudder - Bug #6772: clockConfiguration is not compatible with systemd-based systemsReleasedBenoît PECCATTEActions
Actions #1

Updated by Alexis Mousset over 7 years ago

  • Parent task set to #6737
Actions #2

Updated by François ARMAND over 7 years ago

It seems related to #6772

Actions #3

Updated by François ARMAND over 7 years ago

  • Related to Bug #6772: clockConfiguration is not compatible with systemd-based systems added
Actions #4

Updated by Alexis Mousset about 7 years ago

  • Related to deleted (Bug #6772: clockConfiguration is not compatible with systemd-based systems)
Actions #5

Updated by Alexis Mousset about 7 years ago

  • Related to Bug #6772: clockConfiguration is not compatible with systemd-based systems added
Actions #6

Updated by Alexis Mousset about 7 years ago

  • Related to deleted (Bug #6772: clockConfiguration is not compatible with systemd-based systems)
Actions #7

Updated by Alexis Mousset about 7 years ago

  • Is duplicate of Bug #6772: clockConfiguration is not compatible with systemd-based systems added
Actions #8

Updated by Alexis Mousset about 7 years ago

  • Status changed from New to Rejected

Duplicates #6772.

Actions

Also available in: Atom PDF