User story #3349
closedAdd global parameters that can be used in Directives
Description
We want to have a way to define, within the Web Interface, global parameters, which are key -> values that we can use in Directives
A Parameter is a String that matches [a-zA-Z0-9_]+ ; and it may have an arbitrarly length
Within the Directive screen, we would use it with ${rudder.parameter.PARAM_NAME} (or shortcut are available: r.p.PARAM_NAME, rudder.param.PARAM_NAME, or any other combinaison)
A parameter may be overridable or not
Updated by Nicolas PERRON over 11 years ago
- Target version changed from 2.6.0~beta1 to 2.6.0~rc1
Updated by François ARMAND over 11 years ago
- Target version changed from 2.6.0~rc1 to 2.7.0~beta1
Updated by François ARMAND over 11 years ago
- Status changed from 8 to 13
For the development part, the full pull request is here: https://github.com/Normation/rudder/pull/249
Updated by Nicolas CHARLES over 11 years ago
Ha, there are some modifications to do :/
Updated by Nicolas CHARLES over 11 years ago
- Assignee changed from Nicolas CHARLES to François ARMAND
For the developpement part, the ful pull request is there
https://github.com/Normation/rudder/pull/259
Updated by Vincent MEMBRÉ over 11 years ago
including API parameters here : https://github.com/Normation/rudder/pull/267
already rebased on master.
Updated by Vincent MEMBRÉ over 11 years ago
Reset logback to info on https://github.com/Normation/rudder/pull/267.
This pull request contains all code about parameters
Updated by Anonymous over 11 years ago
- Status changed from 13 to Pending release
- % Done changed from 68 to 100
Applied in changeset aa6e9a81490dec5ed001f2df17e131296a607a69.
Updated by Nicolas PERRON over 11 years ago
- Status changed from Pending release to Released
Updated by François ARMAND about 8 years ago
- Related to User story #9158: Normalize ${rudder.parameter} syntaxe between ncf and directive added