Project

General

Profile

Actions

Bug #19739

closed

generated bundle name of technique is invalid, as it is postfixed by _technique

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

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

Description

created a technique named DANIEL, generated technique.cf is

# generated by rudderc
# @name DANIEL
# @version 1.0
# @description 

bundle agent DANIEL_technique {

  vars:
    "resources_dir"        string => "${this.promise_dirname}/resources";
    "args"                  slist => {};
    "report_param"         string => join("_", args);
    "full_class_prefix"    string => canonify("DANIEL_technique_${report_param}");
    "class_prefix"         string => string_head("${full_class_prefix}", "1000");

  methods:
    # File content:
    # 

and metadata is
<TECHNIQUE name="DANIEL">
  <DESCRIPTION></DESCRIPTION>
  <USEMETHODREPORTING>true</USEMETHODREPORTING>
  <AGENT type="cfengine-community,cfengine-nova">
    <BUNDLES>
      <NAME>DANIEL</NAME>
    </BUNDLES>

Actions #1

Updated by Alexis Mousset over 2 years ago

  • Status changed from New to In progress
  • Assignee set to Alexis Mousset
Actions #2

Updated by Nicolas CHARLES over 2 years ago

  • Assignee changed from Alexis Mousset to Nicolas CHARLES
Actions #3

Updated by Alexis Mousset over 2 years ago

  • Assignee changed from Nicolas CHARLES to Alexis Mousset
Actions #4

Updated by Alexis Mousset over 2 years ago

  • Status changed from In progress to Pending technical review
  • Assignee changed from Alexis Mousset to Nicolas CHARLES
  • Pull Request set to https://github.com/Normation/rudder/pull/3811
Actions #5

Updated by Alexis Mousset over 2 years ago

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

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