From 0fa1dc262905c42b3549172fea59f7ad4cb58b1f Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sat, 20 Mar 2021 17:01:31 +0100 Subject: serverless: Add initial implementation of OpenDC Serverless (#100) This change adds the initial implementation of OpenDC Serverless to the main repository, which is based on Soufiane Jounaid's work. This commit introduces the main interfaces into the repository. Later commits will introduce the other features that Soufiane has implemented previously in OpenDC. --- simulator/settings.gradle.kts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'simulator/settings.gradle.kts') diff --git a/simulator/settings.gradle.kts b/simulator/settings.gradle.kts index 0e5a2711..d5603664 100644 --- a/simulator/settings.gradle.kts +++ b/simulator/settings.gradle.kts @@ -27,6 +27,9 @@ include(":opendc-compute:opendc-compute-service") include(":opendc-compute:opendc-compute-simulator") include(":opendc-workflow:opendc-workflow-api") include(":opendc-workflow:opendc-workflow-service") +include(":opendc-serverless:opendc-serverless-api") +include(":opendc-serverless:opendc-serverless-service") +include(":opendc-serverless:opendc-serverless-simulator") include(":opendc-format") include(":opendc-experiments:opendc-experiments-sc18") include(":opendc-experiments:opendc-experiments-capelin") -- cgit v1.2.3