Add synchronization for data structure 34/10234/7
authorhalil.cakal <halil.cakal@est.tech>
Wed, 4 Jan 2023 15:25:38 +0000 (15:25 +0000)
committerhalil.cakal <halil.cakal@est.tech>
Fri, 13 Jan 2023 15:13:29 +0000 (15:13 +0000)
commita63f8da741b8dd197a7cd93a92e0650e40dbf926
tree7604690a2d54205a1da2cd2860bf0dc188b3ccf2
parent2f5fab19dbe5cb01ea81a2120ed821647478ba87
Add synchronization for data structure

Add Synchronized Rapp Registry repository, along with unit tests
, introduce python loggers

Issue-ID: NONRTRIC-817
Change-Id: Ifa46b744555718cd1c2f1625af821f8d9b2d3984
Signed-off-by: halil.cakal <halil.cakal@est.tech>
catalogue-enhanced/Dockerfile
catalogue-enhanced/config/logger.yaml [new file with mode: 0644]
catalogue-enhanced/src/catalogue_manager.py
catalogue-enhanced/src/configuration/log_config.py [new file with mode: 0644]
catalogue-enhanced/src/configuration/payload_logging.py [moved from catalogue-enhanced/src/payload_logging.py with 100% similarity]
catalogue-enhanced/src/main.py
catalogue-enhanced/src/repository/synchronized_rapp_registry.py [new file with mode: 0644]
catalogue-enhanced/src/var_declaration.py
catalogue-enhanced/tests/test_sychronized_rapp_registry.py [new file with mode: 0644]