Project

General

Profile

Actions

Bug #19590

closed

Architecture #19037: Refactor the system techniques by component

Passwords are not correctly set in rudder 7.0

Added by Nicolas CHARLES over 2 years ago. Updated over 2 years ago.

Status:
Released
Priority:
N/A
Category:
Packaging
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:

Description

   error: Bundle 'root_component_check' listed in the bundlesequence was not found

no password is thus correctly configured


Related issues 1 (0 open1 closed)

Related to Rudder - Bug #19584: when the password are updated by the policies, rudder-jetty and rudder-slapd are not restartedReleasedFélix DALLIDETActions
Actions #1

Updated by Nicolas CHARLES over 2 years ago

in 6.2, root_component_check does

  • for rudder-reports

rudder_generic_service("postgresql"

  • for root_server

root_password_check_ldap;
root_password_check_file;
root_password_check_psql;
root_password_security;
root_password_restart_jetty;

  • for a policy_server

rudder_generic_service("relayd", "rudder-relayd");
rudder_relayd_configuration;
root_networks_check;
root_password_check_dav;
rudder_generic_service("apache",

  • for webapp

rudder_generic_service("jetty", "rudder-jetty");
compress_webapp_log;
root_integrity_check;
root_technique_reload;
generic_alive_check("rudder");
rudder_generic_service("slapd", "rudder-slapd");
compress_ldap_backups;

Actions #2

Updated by Nicolas CHARLES over 2 years ago

I think the following bundlesequence ought to be

  1. system_rudder_postgresql_configuration
  2. system_rudder_slapd_configuration
  3. system_rudder_webapp
  4. system_rudder_relay_configuration
  5. system_reload_rudder_services
Actions #3

Updated by Nicolas CHARLES over 2 years ago

  • Status changed from New to In progress
  • Assignee set to Nicolas CHARLES
Actions #4

Updated by Nicolas CHARLES over 2 years ago

  • Status changed from In progress to Pending technical review
  • Assignee changed from Nicolas CHARLES to Félix DALLIDET
  • Pull Request set to https://github.com/Normation/rudder-packages/pull/2503
Actions #5

Updated by Nicolas CHARLES over 2 years ago

  • Status changed from Pending technical review to Pending release
Actions #6

Updated by François ARMAND over 2 years ago

  • Subject changed from error at install in rudder-init for 7.0 to Passwords are not correctly set in rudder 7.0
  • Parent task set to #19037
Actions #7

Updated by François ARMAND over 2 years ago

  • Related to Bug #19584: when the password are updated by the policies, rudder-jetty and rudder-slapd are not restarted added
Actions #8

Updated by Vincent MEMBRÉ over 2 years ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 7.0.0~beta1 which was released today.

Actions

Also available in: Atom PDF