diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-03-20 17:01:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-20 17:01:31 +0100 |
| commit | 0fa1dc262905c42b3549172fea59f7ad4cb58b1f (patch) | |
| tree | 0fb8f41f324e1df4438bb191066c072babb6d492 /simulator/settings.gradle.kts | |
| parent | 0862f8489b1122671cefa5c5bd59f677b56a3712 (diff) | |
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.
Diffstat (limited to 'simulator/settings.gradle.kts')
| -rw-r--r-- | simulator/settings.gradle.kts | 3 |
1 files changed, 3 insertions, 0 deletions
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") |
