Project

General

Profile

Actions

Architecture #13622

closed

Add a flag library to store persistent context on the agents

Architecture #13622: Add a flag library to store persistent context on the agents

Added by Alexis Mousset over 7 years ago. Updated almost 4 years ago.

Status:
Released
Priority:
N/A
Category:
Generic methods
Target version:
Effort required:
Name check:
Fix check:
Regression:

Description

This lib will be part of 20_cfe_basics.

It will allow storing a persisting database of flags that will be usable in the agents. Flags are somehow like persistent conditions but:

  • They have no expiration date
  • They are kept when resetting agent state

This will allow use cases like executing a command only once on a system.

The storage format will be a json file containing:

{
  "flag_name_1": { "created": "20181008-...." },
  "flag_name_2": { "created": "20181008-...." }
}

The file is by default in /var/rudder/agent-data/flags.json, and configurable in ncf.conf.

This library should provide methods to:

  • Load the flags into a variable
  • Reserve a flag (set the persistent class, fails of already present)
  • Set a flag
  • (Get a flag)
  • (Unset a flag)

Updated by Alexis Mousset over 7 years ago Actions #1

  • Project changed from Rudder to 41
  • Category set to Generic methods

Updated by Alexis Mousset over 7 years ago Actions #2

  • Description updated (diff)

Updated by Alexis Mousset over 7 years ago Actions #3

  • Target version set to 4.3.5

Updated by Alexis Mousset over 7 years ago Actions #4

  • Description updated (diff)

Updated by Alexis Mousset over 7 years ago Actions #5

  • Description updated (diff)

Updated by Alexis Mousset over 7 years ago Actions #6

  • Status changed from New to In progress

Updated by Alexis Mousset over 7 years ago Actions #11

  • 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/ncf/pull/847

Updated by Vincent MEMBRÉ over 7 years ago Actions #12

  • Target version changed from 4.3.5 to 4.3.6

Updated by Alexis Mousset over 7 years ago Actions #13

  • Status changed from Pending technical review to Pending release

Updated by Alexis Mousset over 7 years ago Actions #15

  • Subject changed from Add a flag library to Add a flag library to store persistent context on the agents

Updated by Vincent MEMBRÉ over 7 years ago Actions #16

  • Status changed from Pending release to Released
This bug has been fixed in Rudder 4.3.6 and 5.0.2 which were released today.
Changelog
Changelog

Updated by Alexis Mousset almost 4 years ago Actions #17

  • Project changed from 41 to Rudder
  • Category changed from Generic methods to Generic methods
Actions

Also available in: PDF Atom