slacm.params module

Created on Oct 10, 2020

@author: esdev

class slacm.params.Params(param_file=None)[source]

Bases: object

Parameters are stored as YAML files, of the following format: hostname_or_host:

actor_name:
component_name:

param_name: param_value

get_actor_params(host, actor)[source]
get_comp_params(host, actor, component)[source]
get_host_params(host)[source]
is_host(host)[source]