Project

General

Profile

Actions

User story #12614

closed

Add scripts to help migrate techniques to rudder server command

Added by Félix DALLIDET almost 6 years ago. Updated almost 6 years ago.

Status:
Released
Priority:
N/A
Category:
Techniques
Target version:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:

Description

Update the technique migration script to only use rudder API calls, previous version is defined here: https://github.com/amousset/rudder-agent/commit/5db7a1cdbee317dc4579a96de2f226a4ee0106c1.

A script to replace a directive by another one in each rule could be useful when upgrading techniques.

Actions #1

Updated by Félix DALLIDET almost 6 years ago

  • Target version changed from Ideas (not version specific) to 4.1.12
Actions #2

Updated by Félix DALLIDET almost 6 years ago

  • Status changed from New to In progress
Actions #3

Updated by Félix DALLIDET almost 6 years ago

  • Status changed from In progress to Pending technical review
  • Assignee changed from Félix DALLIDET to Alexis Mousset
  • Pull Request set to https://github.com/Normation/rudder-agent/pull/174
Actions #4

Updated by Félix DALLIDET almost 6 years ago

  • Target version changed from 4.1.12 to 4.3.2
Actions #5

Updated by Félix DALLIDET almost 6 years ago

  • Pull Request changed from https://github.com/Normation/rudder-agent/pull/174 to https://github.com/Normation/rudder-agent/pull/175
Actions #6

Updated by Félix DALLIDET almost 6 years ago

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

Updated by Félix DALLIDET almost 6 years ago

  • Subject changed from Update the technique migration script to Add scripts to help migrate techniques
2 bash scripts where added to automate the technique migration:
  • rudder directive replace [-iIvdq] [-c] -o <old-directive-id> -n <new-directive>
    Will replace in all the rules the directive <old-directive-id> by <new-directive-id>. Options -v is for verbose mode and -c to disable the colored output.
  • rudder technique migrate [-iIcvd] -n technique_name [target_technique_version]
    Will migrate all the directives based on the technique <technique_name> in the version [target_technique_version]. This is equivalent to a manual migration via the interface.
    If no [target_technique_version] is given it will look for the latest available one.

/!\ The scripts are minimalist and will only raise an error when the actions fail and not execute any kind of tests to ensure that the changes are coherent.

Actions #8

Updated by Vincent MEMBRÉ almost 6 years ago

  • Subject changed from Add scripts to help migrate techniques to Add scripts to help migrate techniques to rudder server command
Actions #9

Updated by Vincent MEMBRÉ almost 6 years ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 4.3.2 which was released today.

Actions

Also available in: Atom PDF