osp-variables

List of configuration files

Filename

Short description

Format

Documentation

module.service

Each service is described in its own file and then assembled

yml

See the Swarm administration or Official documentation

module.variables

The configuration of the module

json

module.variables

owner.variables

Define the owner of the variable

json

module.variables

output.variables

Permit to change the value of the variable

json

output.variables

Overview

The osp-variables provides features to manage internal variables which can be used by other modules.

Persistent storage

The osp-variables plugin provides access to variables where data can be stored and retrieved from. It also provides an option to store the variables on the filesystem to keep persistent state across systems restarts.

The data are stored on /osp/data/store and this must be persisted between restart.

Note

See persistent storage section for more details