-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
40 lines (40 loc) · 1.37 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[submodule "backend_shared_libraries"]
path = backend_shared_libraries
url = https://github.com/CloudItYourself/backend_shared_libraries.git
branch = feature/initial-release
[submodule "client-ui"]
path = client-ui
url = https://github.com/CloudItYourself/client-ui.git
branch = main
[submodule "cluster-server-installer"]
path = cluster-server-installer
url = https://github.com/CloudItYourself/cluster-server-installer.git
branch = main
[submodule "client-vm-runner"]
path = client-vm-runner
url = https://github.com/CloudItYourself/client-vm-runner.git
branch = dev
[submodule "cluster-access-control"]
path = cluster-access-control
url = https://github.com/CloudItYourself/cluster-access-control.git
branch = feature/initial-release
[submodule "headscale"]
path = headscale
url = https://github.com/CloudItYourself/headscale-ciy.git
branch = release/0.23.0-alpha3-cert-reload
[submodule "ciy-kube-scheduler"]
path = ciy-kube-scheduler
url = https://github.com/CloudItYourself/ciy-kube-scheduler.git
branch = main
[submodule "load_tester"]
path = load_tester
url = https://github.com/CloudItYourself/load_tester.git
branch = main
[submodule "ciy-descheduler"]
path = ciy-descheduler
url = https://github.com/CloudItYourself/ciy-descheduler.git
branch = main
[submodule "kube-loxilb"]
path = kube-loxilb
url = https://github.com/CloudItYourself/kube-loxilb.git
branch = main