titanfe.config module

the global configuration

class titanfe.config.Configuration[source]

Bases: object

Current Configuration

option_aliases = {'IP': 'IP', 'brick_folder': 'BrickFolder', 'endpoint_provider': 'EndpointProvider', 'flowmanager_address': 'FlowManager', 'gridmanager_address': 'GridManager', 'kafka_bootstrap_servers': 'Kafka', 'kafka_log_topic': 'KafkaLogTopic', 'packagemanager_address': 'PackageManager', 'reposervice_address': 'RepositoryService', 'secret_key': 'SecretKey'}
update(config: Union[Configuration, dict])[source]

update config from dict or other config

update_from_yaml(file_path)[source]

Read and update the configuration from a yaml file

class titanfe.config.NotFound[source]

Bases: object