From 432cee9b36a87f63e787fe4465ec385aa750e172 Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Tue, 19 Nov 2019 11:51:46 -0800 Subject: Add v2 with project API Definiton, Profile and other APIs will migrate to this area with support for Projects and v2. This patch adds the Project API only along with support for the Mongo database. Migration of other APIs will happen in future patches Issue-ID: MULTICLOUD-871 Change-Id: I2eb2d0db2384fd58d1ec874e24fa9125a1f5b288 Signed-off-by: Kiran Kamineni --- src/orchestrator/tests/configs/mock_config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/orchestrator/tests/configs/mock_config.json (limited to 'src/orchestrator/tests/configs') diff --git a/src/orchestrator/tests/configs/mock_config.json b/src/orchestrator/tests/configs/mock_config.json new file mode 100644 index 00000000..47a6b627 --- /dev/null +++ b/src/orchestrator/tests/configs/mock_config.json @@ -0,0 +1,5 @@ +{ + "database-type": "mock_db_test", + "database-ip": "127.0.0.1", + "plugin-dir": "." +} \ No newline at end of file -- cgit 1.2.3-korg