Project

General

Profile

Activity

From 2014-07-08 to 2014-07-08

2014-07-08

23:58 Bug #5223: After upgrade to 2.11 on rpm systems, web interface isn't started by jetty as rudder.xml is deleted during upgrade
Applied in changeset commit:99d1e8418480946764678d3e2e190a130707e14d. Jonathan CLARKE
23:58 Bug #5223 (Pending release): After upgrade to 2.11 on rpm systems, web interface isn't started by jetty as rudder.xml is deleted during upgrade
Applied in changeset commit:f472815cd777505ce11c6a3c2739584a354531e1. Nicolas PERRON
17:05 Bug #5223 (Pending technical review): After upgrade to 2.11 on rpm systems, web interface isn't started by jetty as rudder.xml is deleted during upgrade
PR URL added: https://github.com/Normation/rudder-packages/pull/442
Jon, coukld you review it please ?
Nicolas PERRON
23:58 Revision 99d1e841 (rudder-packages): Merge pull request #442 from nperron/bug_5223/int/fix_migration_to_2_11_on_rpm
Fixes #5223 - Fix migration of rudder-webapp to 2.11 on RPM Jonathan CLARKE
21:51 Bug #5245: simplify regexp to parse bundle name
Applied in changeset commit:2ba5c528486a779317f8108d13ec2aa766accabf. François ARMAND
21:51 Bug #5245 (Pending release): simplify regexp to parse bundle name
Applied in changeset commit:1441afd2a49a42fe3444049671427ffd2b7227a1. Vincent MEMBRÉ
21:43 Bug #5245 (Pending technical review): simplify regexp to parse bundle name
PR here: https://github.com/Normation/ncf/pull/85 Vincent MEMBRÉ
21:39 Bug #5245 (Released): simplify regexp to parse bundle name
in ncf.py
We can replace [a-zA-Z0-9_] by \w, which is simpler to read
Vincent MEMBRÉ
21:51 Revision 2ba5c528 (ncf): Merge pull request #85 from VinceMacBuche/5245/simpler_regexp
Fixes #5245: Simpler regexp to parse bundle name Francois Armand
21:40 Revision 1441afd2 (ncf): Fixes #5245: Simpler regexp to parse bundle name
Vincent Membré
19:20 Bug #5244 (Rejected): Technique 'Package management for RHEL / CentOS / SuSE / RPM systems' v5.1: Unable to update a package without version set but still report a success
Technique 'Package management for RHEL / CentOS / SuSE / RPM systems' is not able to update a package is a version ha... Nicolas PERRON
18:40 Bug #5243: Error in parsing of bundle names causing ncf to use technique names like "ntp {"
Applied in changeset commit:0deb97debc67bd6103f0ab892d10bdc61a3d389f. François ARMAND
18:40 Bug #5243 (Pending release): Error in parsing of bundle names causing ncf to use technique names like "ntp {"
Applied in changeset commit:85df0e94a26cdb72531b0682521e2adce5fa514e. Jonathan CLARKE
18:35 Bug #5243: Error in parsing of bundle names causing ncf to use technique names like "ntp {"
Taking it.
Tested with online regex tester, seems ok.
François ARMAND
18:26 Bug #5243 (Pending technical review): Error in parsing of bundle names causing ncf to use technique names like "ntp {"
Jonathan CLARKE
18:12 Bug #5243 (Released): Error in parsing of bundle names causing ncf to use technique names like "ntp {"
This has an impact on the ncf Python lib, the ncf-api and therefore ncf-builder.
The culprit is a badly formed reg...
Jonathan CLARKE
18:40 Revision 0deb97de (ncf): Merge pull request #84 from jooooooon/bug_5243/error_in_parsing_of_bundle_names_causing_ncf_to_use_technique_names_like_ntp
Fixes #5243: Error in parsing of bundle names causing ncf to use technique names like "ntp {" Francois Armand
18:24 Revision 85df0e94 (ncf): Fixes #5243: Error in parsing of bundle names causing ncf to use technique names like "ntp {"
Jonathan CLARKE
17:45 User story #5225: Allow to use environment variable from node inventory in directive rudder variables
The pull request with all the logic & unit tests is here: https://github.com/Normation/rudder/pull/572
I would lik...
François ARMAND
17:12 User story #5236 (Pending technical review): Add a bulk load for NodeInventory information
https://github.com/Normation/ldap-inventory/pull/45 François ARMAND
17:10 Revision 353e8551 (rudder): Fixes #5236: add a bulk-get method for node inventories
François ARMAND
17:10 Revision 353e8551 (ldap-inventory): Fixes #5236: add a bulk-get method for node inventories
François ARMAND
16:56 Revision f472815c (rudder-packages): Fixes #5223 - Fix migration of rudder-webapp to 2.11 on RPM
Nicolas PERRON
16:36 Bug #5238: CFEngine is unable to run automatically on Rudder Server 2.11.0.rc1 since its generated promises have group writable permissions
Applied in changeset clerk:commit:3e6977387923a26627e155dc90ef9cef1aa8de14. François ARMAND
16:36 Bug #5238 (Pending release): CFEngine is unable to run automatically on Rudder Server 2.11.0.rc1 since its generated promises have group writable permissions
Applied in changeset clerk:commit:59bec00f4c55132d0f6fdc7b671e65807e993e1a. Vincent MEMBRÉ
15:57 Bug #5238 (Pending technical review): CFEngine is unable to run automatically on Rudder Server 2.11.0.rc1 since its generated promises have group writable permissions
Vincent MEMBRÉ
15:48 Bug #5238: CFEngine is unable to run automatically on Rudder Server 2.11.0.rc1 since its generated promises have group writable permissions
Nicolas PERRON wrote:
> The solution seems to be:
> Add specific permissions on files generated by Rudder under fol...
Nicolas PERRON
15:36 Bug #5238: CFEngine is unable to run automatically on Rudder Server 2.11.0.rc1 since its generated promises have group writable permissions
The solution seems to be:
Add specific permissions on files generated by Rudder under folder */var/rudder/cfengine/i...
Nicolas PERRON
15:17 Bug #5238: CFEngine is unable to run automatically on Rudder Server 2.11.0.rc1 since its generated promises have group writable permissions
In fact, the problem is more insidious than that.
The umask of Jetty has been changed to be ncf compliant (group m...
Nicolas PERRON
12:16 Bug #5238 (Released): CFEngine is unable to run automatically on Rudder Server 2.11.0.rc1 since its generated promises have group writable permissions
The folders */var/rudder/ncf/{local,common}* are populated by CFEngine and it is there that the MetaTechniques are se... Nicolas PERRON
16:36 Revision 3e697738 (cf-clerk): Merge pull request #48 from VinceMacBuche/bug_5238/perms_promises
Fixes #5238: Fix perms on created promises François ARMAND
16:28 Revision 59bec00f (cf-clerk): Fixes #5238: Fix perms on created promises
Vincent MEMBRÉ
16:15 Bug #5242 (Rejected): On Rudder 2.11, if the first MetaTechnique created has no name when clicking on "save", it will never be possible to save it.
Forget the name of you first MetaTechnique build by ncf-builder and you will have to recreate another one. If you cli... Nicolas PERRON
16:15 Bug #5239 (Pending technical review): Technique "User Management" v3.0: If the password is not set, the password component is in a "No answer" status
https://github.com/Normation/rudder-techniques/pull/441 Nicolas CHARLES
15:46 Bug #5239 (Released): Technique "User Management" v3.0: If the password is not set, the password component is in a "No answer" status
If we don't set a password in a Directive based on UserManagement 3.0, then the Password component is in no answer.
Nicolas CHARLES
16:11 Revision 37bcea8a (rudder-techniques): Fixes #5239: correct reporting for password component in user management
Nicolas CHARLES
15:51 Revision 6866bb6a (cf-clerk): Merge branch 'branches/rudder/2.10' into branches/rudder/2.11
Vincent MEMBRÉ
15:51 Bug #5240: Promise generation is slowed down because expected_reports.csv file is written multiple times per node
Applied in changeset clerk:commit:7034ad6f533430307e681cec7b322cf69d911fe2. Vincent MEMBRÉ
15:49 Bug #5240: Promise generation is slowed down because expected_reports.csv file is written multiple times per node
Applied in changeset clerk:commit:74e96224fd346a77f9cfc2410e0af259a74bd94b. François ARMAND
15:49 Bug #5240 (Pending release): Promise generation is slowed down because expected_reports.csv file is written multiple times per node
Applied in changeset clerk:commit:630f2ebcc4da42370bccf934aa2f9d0789ad6b31. Vincent MEMBRÉ
15:49 Bug #5240 (Pending technical review): Promise generation is slowed down because expected_reports.csv file is written multiple times per node
Vincent MEMBRÉ
15:46 Bug #5240 (Released): Promise generation is slowed down because expected_reports.csv file is written multiple times per node
For each promise file generated by node we wrote exepected_reports.csv at the root of the folder.
This could lead ...
Vincent MEMBRÉ
15:51 Bug #5241 (Released): In compliance popup, report status displayed for each node is not correct
The Compliance does not display the right status in the detail. The attached file show a Rule in 50% but all the node... Nicolas PERRON
15:51 Revision 7034ad6f (cf-clerk): Fixes #5240: Write expected reports once per node
Vincent MEMBRÉ
15:49 Revision 74e96224 (cf-clerk): Merge pull request #47 from VinceMacBuche/bug_5240/write_expected_reports_one
Fixes #5240: Write expected reports once per node François ARMAND
15:47 Revision 630f2ebc (cf-clerk): Fixes #5240: Write expected reports once per node
Vincent MEMBRÉ
14:06 Bug #5234 (Released): Test fails when building Rudder due to invalid ldap schema for unit tests
This bug has been fixed in Rudder 2.11.0~rc1 ("announcement":http://www.rudder-project.org/pipermail/rudder-announce/... Vincent MEMBRÉ
14:06 Bug #5233 (Released): If the inventory of Rudder server is not received by rudder-webapp, Rudder server has no role then rsyslogd configuration is broken
This bug has been fixed in Rudder 2.11.0~rc1 ("announcement":http://www.rudder-project.org/pipermail/rudder-announce/... Vincent MEMBRÉ
14:06 User story #5226 (Released): Add links to ncf in Directive and Technique page
This bug has been fixed in Rudder 2.11.0~rc1 ("announcement":http://www.rudder-project.org/pipermail/rudder-announce/... Vincent MEMBRÉ
14:06 User story #5230 (Released): Add links to ncf in Directive and Technique page
This bug has been fixed in Rudder 2.11.0~rc1 ("announcement":http://www.rudder-project.org/pipermail/rudder-announce/... Vincent MEMBRÉ
14:06 Bug #5221 (Released): The ncf api hooks should not log unneeded things and need cleanup
This bug has been fixed in Rudder 2.11.0~rc1 ("announcement":http://www.rudder-project.org/pipermail/rudder-announce/... Vincent MEMBRÉ
14:06 Bug #5210 (Released): ncf post hooks, use http to reload techniques instead of https
This bug has been fixed in Rudder 2.11.0~rc1 ("announcement":http://www.rudder-project.org/pipermail/rudder-announce/... Vincent MEMBRÉ
14:06 Bug #5219 (Released): Change policy server reference in techniques
This bug has been fixed in Rudder 2.11.0~rc1 ("announcement":http://www.rudder-project.org/pipermail/rudder-announce/... Vincent MEMBRÉ
14:06 Bug #5206 (Released): Remove uncessary question about policy server fqdn in rudder-init script
This bug has been fixed in Rudder 2.11.0~rc1 ("announcement":http://www.rudder-project.org/pipermail/rudder-announce/... Vincent MEMBRÉ
14:06 Bug #5197 (Released): ncf techniques category.xml is not commited by ncf-builder post hook on first technique creation.
This bug has been fixed in Rudder 2.11.0~rc1 ("announcement":http://www.rudder-project.org/pipermail/rudder-announce/... Vincent MEMBRÉ
14:06 Bug #5189 (Released): System Techniques does not use role rudder-relay-top
This bug has been fixed in Rudder 2.11.0~rc1 ("announcement":http://www.rudder-project.org/pipermail/rudder-announce/... Vincent MEMBRÉ
14:06 Bug #5188 (Released): Rename "rudder-relay-top" to "relay-top" in configuration file
This bug has been fixed in Rudder 2.11.0~rc1 ("announcement":http://www.rudder-project.org/pipermail/rudder-announce/... Vincent MEMBRÉ
14:06 Bug #5186 (Released): Rename properties (rudder-front, rudder-webapp) in migration script
This bug has been fixed in Rudder 2.11.0~rc1 ("announcement":http://www.rudder-project.org/pipermail/rudder-announce/... Vincent MEMBRÉ
14:06 Bug #5185 (Released): Rename properties (rudder-front, rudder-webapp) in rudder-webapp configuration file
This bug has been fixed in Rudder 2.11.0~rc1 ("announcement":http://www.rudder-project.org/pipermail/rudder-announce/... Vincent MEMBRÉ
14:06 Bug #5227 (Released): rudder-webapp fails with chmod in its postinst as bashism does not work
This bug has been fixed in Rudder 2.11.0~rc1 ("announcement":http://www.rudder-project.org/pipermail/rudder-announce/... Vincent MEMBRÉ
14:06 Bug #5229 (Released): ncf-api needs to adjust permissions on .git
This bug has been fixed in Rudder 2.11.0~rc1 ("announcement":http://www.rudder-project.org/pipermail/rudder-announce/... Vincent MEMBRÉ
14:06 Bug #5212 (Released): The group 'rudder' can't be added on SLES or RHEL during installation of rudder-webapp
This bug has been fixed in Rudder 2.11.0~rc1 ("announcement":http://www.rudder-project.org/pipermail/rudder-announce/... Vincent MEMBRÉ
14:06 Bug #5220 (Released): The package rudder-webapp enforce mode of all files/folder under /var/rudder/configuration-files into '2775'
This bug has been fixed in Rudder 2.11.0~rc1 ("announcement":http://www.rudder-project.org/pipermail/rudder-announce/... Vincent MEMBRÉ
14:06 Bug #5209 (Released): Some issues on perms still persists even with shared repository
This bug has been fixed in Rudder 2.11.0~rc1 ("announcement":http://www.rudder-project.org/pipermail/rudder-announce/... Vincent MEMBRÉ
14:06 Bug #5194 (Released): correct permission on /var/rudder/configuration-repository so ncf-builder can write/delete techniques
This bug has been fixed in Rudder 2.11.0~rc1 ("announcement":http://www.rudder-project.org/pipermail/rudder-announce/... Vincent MEMBRÉ
14:06 Bug #5172 (Released): ncf-api does not run as root and cannot use command to read/write promises
This bug has been fixed in Rudder 2.11.0~rc1 ("announcement":http://www.rudder-project.org/pipermail/rudder-announce/... Vincent MEMBRÉ
14:06 Bug #5089 (Released): uuid.hive gets overwritten on the root server if rudder-agent is installed after rudder-webapp
This bug has been fixed in Rudder 2.11.0~rc1 ("announcement":http://www.rudder-project.org/pipermail/rudder-announce/... Vincent MEMBRÉ
14:04 Bug #5169 (Released): Demo data generates nodes with Nova hosts, but no "demo" license is set, so promises generation fails
This bug has been fixed in Rudder 2.6.16 ( "changelog":http://www.rudder-project.org/foswiki/bin/view/System/Document... Vincent MEMBRÉ
14:04 Bug #5149 (Released): In User Management Technique v3.0, if the group is not defined, the user is not created because it tries to insert it in group ""
This bug has been fixed in Rudder 2.6.16 ( "changelog":http://www.rudder-project.org/foswiki/bin/view/System/Document... Vincent MEMBRÉ
14:04 Bug #5140 (Released): Sudo techniques can fail on Debian 6 if the original files defines Command aliases
This bug has been fixed in Rudder 2.6.16 ( "changelog":http://www.rudder-project.org/foswiki/bin/view/System/Document... Vincent MEMBRÉ
14:04 Bug #5136 (Released): Fix typos in classes names that detect distrib version in OpenSSH Techniques (for debian3, 4, centos3 and 4)
This bug has been fixed in Rudder 2.6.16 ( "changelog":http://www.rudder-project.org/foswiki/bin/view/System/Document... Vincent MEMBRÉ
14:04 Bug #5126 (Released): OpenSSH Technique tries to set invalid parameters on Redhat3, 4 and Debian 3 and 4 (branch 2.6)
This bug has been fixed in Rudder 2.6.16 ( "changelog":http://www.rudder-project.org/foswiki/bin/view/System/Document... Vincent MEMBRÉ
14:04 Bug #5111 (Released): On reports (Rule,Node) pages, a warning is displayed in javascript console
This bug has been fixed in Rudder 2.6.16 ( "changelog":http://www.rudder-project.org/foswiki/bin/view/System/Document... Vincent MEMBRÉ
14:04 Bug #5099 (Released): Rsyslog conditonnal cannot accept reports from CFEngine 3.6
This bug has been fixed in Rudder 2.6.16 ( "changelog":http://www.rudder-project.org/foswiki/bin/view/System/Document... Vincent MEMBRÉ
14:04 Bug #4757 (Released): The script /var/rudder/tools/check_rsyslog_version will not work with versions containg more digits like "5.10.1"
This bug has been fixed in Rudder 2.6.16 ( "changelog":http://www.rudder-project.org/foswiki/bin/view/System/Document... Vincent MEMBRÉ
12:41 Bug #5237: Reports cannot be stored in local postgresql on a server Rudder in stand alone configuration
Applied in changeset policy-templates:commit:c34411d6c2704eb93420dc12bf0cffc3be77a5d7. Matthieu CERDA
12:41 Bug #5237 (Pending release): Reports cannot be stored in local postgresql on a server Rudder in stand alone configuration
Applied in changeset policy-templates:commit:0170a42af562b234a4448ffbd3bcfe549858c541. Matthieu CERDA
12:31 Bug #5237 (Pending technical review): Reports cannot be stored in local postgresql on a server Rudder in stand alone configuration
PR is ready ! Matthieu CERDA
12:13 Bug #5237 (Released): Reports cannot be stored in local postgresql on a server Rudder in stand alone configuration
On a node installed with rudder-server-root, on a Debian system, localhost = 127.0.0.1 and machine hostname = 127.0.1... Matthieu CERDA
12:40 Revision c34411d6 (rudder-techniques): Merge pull request #440 from Kegeruneku/bug_5237/int/5237_use_localhost_on_rsyslog_pgsl_if_rudder_server_root
Fixes #5237: Use localhost has a rSyslog postgresql target when rudder-s... Matthieu CERDA
12:39 Revision 0170a42a (rudder-techniques): Fixes #5237: Use localhost has a rSyslog postgresql target when rudder-server-root is installed
Matthieu CERDA
11:00 Bug #5137 (Released): Integrate ncf-builder and ncf api in Rudder
Vincent MEMBRÉ
00:49 Bug #5235: An error occurs during upgrade because variable OPT_RUDDER is missing in rudder-upgrade-database script
Applied in changeset commit:9921dc8b1dcc49ca52a8e5ef12d41e6090571724. Jonathan CLARKE
00:49 Bug #5235 (Pending release): An error occurs during upgrade because variable OPT_RUDDER is missing in rudder-upgrade-database script
Applied in changeset commit:517859f12ceabed69fb396524b4458a168c110a0. Matthieu CERDA
00:49 Revision 9921dc8b (rudder-packages): Merge pull request #441 from Kegeruneku/bug_5235/int/5235_correct_bigint_database_migration_script
Fixes #5235: Fixes rudder-upgrade-database (missing RUDDER_OPT definitio... Jonathan CLARKE
 

Also available in: Atom