-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #197 from gabrik/prepare-0.2
Preparing release 0.2
- Loading branch information
Showing
16 changed files
with
264 additions
and
220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,43 @@ | ||
|
||
[submodule "src/agent"] | ||
path = src/agent | ||
url = https://github.com/eclipse-fog05/agent | ||
[submodule "sdk/sdk-ocaml"] | ||
path = sdk/sdk-ocaml | ||
url = https://github.com/eclipse-fog05/sdk-ocaml | ||
[submodule "sdk/sdk-go"] | ||
path = sdk/sdk-go | ||
url = https://github.com/eclipse-fog05/sdk-go | ||
[submodule "sdk/sdk-python"] | ||
path = sdk/sdk-python | ||
url = https://github.com/eclipse-fog05/sdk-python | ||
[submodule "api/api-ocaml"] | ||
path = api/api-ocaml | ||
url = https://github.com/eclipse-fog05/api-ocaml | ||
[submodule "api/api-python"] | ||
path = api/api-python | ||
url = https://github.com/eclipse-fog05/api-python | ||
[submodule "api/api-go"] | ||
path = api/api-go | ||
url = https://github.com/eclipse-fog05/api-go | ||
[submodule "plugins/plugin-os-linux"] | ||
path = plugins/plugin-os-linux | ||
url = https://github.com/eclipse-fog05/plugin-os-linux | ||
[submodule "plugins/plugin-net-linuxbridge"] | ||
path = plugins/plugin-net-linuxbridge | ||
url = https://github.com/eclipse-fog05/plugin-net-linuxbridge | ||
[submodule "plugins/plugin-fdu-kvm"] | ||
path = plugins/plugin-fdu-kvm | ||
url = https://github.com/eclipse-fog05/plugin-fdu-kvm | ||
[submodule "plugins/plugin-fdu-native"] | ||
path = plugins/plugin-fdu-native | ||
url = https://github.com/eclipse-fog05/plugin-fdu-native | ||
[submodule "plugins/plugin-fdu-lxd"] | ||
path = plugins/plugin-fdu-lxd | ||
url = https://github.com/eclipse-fog05/plugin-fdu-lxd | ||
[submodule "sdk/sdk-go"] | ||
path = sdk/sdk-go | ||
url = https://github.com/eclipse-fog05/sdk-go | ||
[submodule "sdk/sdk-ocaml"] | ||
path = sdk/sdk-ocaml | ||
url = https://github.com/eclipse-fog05/sdk-ocaml | ||
[submodule "sdk/sdk-python"] | ||
path = sdk/sdk-python | ||
url = https://github.com/eclipse-fog05/sdk-python | ||
[submodule "api/api-go"] | ||
path = api/api-go | ||
url = https://github.com/eclipse-fog05/api-go | ||
[submodule "api/api-python"] | ||
path = api/api-python | ||
url = https://github.com/eclipse-fog05/api-python | ||
[submodule "src/agent"] | ||
path = src/agent | ||
url = https://github.com/eclipse-fog05/agent | ||
[submodule "api/api-ocaml"] | ||
path = api/api-ocaml | ||
url = https://github.com/eclipse-fog05/api-ocaml | ||
[submodule "plugins/plugin-fdu-kvm"] | ||
path = plugins/plugin-fdu-kvm | ||
url = https://github.com/eclipse-fog05/plugin-fdu-kvm | ||
[submodule "plugins/plugin-fdu-ros2"] | ||
path = plugins/plugin-fdu-ros2 | ||
url = https://github.com/eclipse-fog05/plugin-fdu-ros2 | ||
[submodule "plugins/plugin-fdu-containerd"] | ||
path = plugins/plugin-fdu-containerd | ||
url = https://github.com/eclipse-fog05/plugin-fdu-containerd |
Submodule api-go
updated
from fe5dbc to 8da668
Submodule api-ocaml
updated
from 0a62e5 to b28461
Submodule api-python
updated
from ff4ccb to 1d9548
Submodule plugin-fdu-containerd
updated
from 4bdc03 to cde94a
Submodule plugin-fdu-kvm
updated
from 1c7231 to 98a936
Submodule plugin-fdu-lxd
updated
from ef419f to d38826
Submodule plugin-fdu-native
updated
from 2bd3bb to 5960a6
Submodule plugin-fdu-ros2
added at
c2bf12
Submodule plugin-net-linuxbridge
updated
from bd9c75 to 261837
Submodule sdk-go
updated
from c44c74 to bd74dd
Submodule sdk-ocaml
updated
from a7aff8 to 6d4319
Submodule sdk-python
updated
from ef2f3d to e34982
Submodule agent
updated
from c24993 to a06593
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"host": "0.0.0.0", | ||
"port": 8080, | ||
"port": 5000, | ||
"debug": true, | ||
"yaks": "127.0.0.1", | ||
"sysid": "0", | ||
|
Oops, something went wrong.