Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contribute Smart Trailer Sample Applications #20

Merged
merged 29 commits into from
May 14, 2024
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
ff51830
Initial Sample Applications
ladatz Mar 12, 2024
6022878
Add workflow file for trailer properties provider and Updating bluech…
ladatz Mar 22, 2024
0f770e5
Add copyright headers
ladatz Mar 26, 2024
cd1b67f
README edits
ladatz Mar 26, 2024
b20bb71
Update scenarios/smart_trailer/README.md
ladatz Mar 27, 2024
4f5e925
Update scenarios/smart_trailer/applications/smart_trailer_application…
ladatz Mar 27, 2024
1c7afe0
Update scenarios/smart_trailer/applications/smart_trailer_application…
ladatz Mar 27, 2024
7276752
Update scenarios/smart_trailer/digital_twin_providers/trailer_propert…
ladatz Mar 28, 2024
4079dbe
Update scenarios/smart_trailer/applications/smart_trailer_application…
ladatz Mar 28, 2024
bcde5bc
Update scenarios/smart_trailer/digital_twin_providers/trailer_propert…
ladatz Mar 28, 2024
d05d348
Update scenarios/smart_trailer/applications/smart_trailer_application…
ladatz Mar 28, 2024
2f5cfad
Better error handling, move the rust flags, small fixes
ladatz Mar 29, 2024
6388fd9
updates
ladatz Apr 1, 2024
1d0b4bc
test workflow with public registry
ladatz Apr 1, 2024
8e5ce84
Revert local change
ladatz Apr 1, 2024
767b9f5
Fix image names in script
ladatz Apr 2, 2024
5abde80
Remove unused docker files
ladatz Apr 2, 2024
f7830d6
Update scenarios/smart_trailer/digital_twin_providers/trailer_propert…
ladatz Apr 8, 2024
10a5ce1
Update scenarios/smart_trailer/digital_twin_providers/trailer_propert…
ladatz Apr 8, 2024
2450e3c
Addressing comments
ladatz Apr 8, 2024
fd60887
Update scenarios/smart_trailer/digital_twin_providers/trailer_connect…
ladatz Apr 11, 2024
a37c141
Update scenarios/smart_trailer/Dockerfile.sample_workloads
ladatz Apr 11, 2024
257e1df
Update containerize-sample-workloads.yml
ladatz Apr 11, 2024
e0a6556
Update containerize-sample-workloads.yml
ladatz Apr 11, 2024
f85fd3c
Add Ibeji to script variables
ladatz Apr 11, 2024
ab9a2c8
Merge branch 'ladatz/sample_trailer' of https://github.com/ladatz/sof…
ladatz Apr 11, 2024
02f00af
Replace MIT with Apache 2 license
ladatz May 3, 2024
f1a2f5a
Updated License headers
ladatz May 13, 2024
5a53c90
Remove unnecessary file
ladatz May 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Initial Sample Applications
ladatz committed Mar 25, 2024
commit ff518309a16f5dbd70748f037ed6baa202aa6a62
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/target/**
23 changes: 6 additions & 17 deletions eclipse-ankaios/config/startupState.yaml
Original file line number Diff line number Diff line change
@@ -6,16 +6,16 @@ workloads:
- key: project
value: chariott
runtimeConfig: |
image: sdvblueprint.azurecr.io/sdvblueprint/eclipse-chariott/service-discovery:0.1.1
commandOptions: ["--network", "host", "--name", "service_discovery"]
image: ghcr.io/ladatz/software-orchestration/eclipse-chariott/service-discovery:0.2.0
commandOptions: ["--network", "host", "--name", "service-discovery"]
mqtt_broker:
runtime: podman
agent: agent_A
tags:
- key: project
value: agemo
runtimeConfig: |
image: sdvblueprint.azurecr.io/sdvblueprint/eclipse-mosquitto/mqtt-broker:latest
image: ghcr.io/ladatz/software-orchestration/eclipse-mosquitto/mqtt-broker-agemo-config:0.1.1
commandOptions: ["--network", "host", "--name", "mqtt-broker"]
dynamic_topic_management:
runtime: podman
@@ -24,7 +24,7 @@ workloads:
- key: project
value: agemo
runtimeConfig: |
image: sdvblueprint.azurecr.io/sdvblueprint/eclipse-agemo/pub-sub-service:0.1.0
image: ghcr.io/ladatz/software-orchestration/eclipse-agemo/pub-sub-service:0.1.1
commandOptions: ["--network", "host", "--name", "pub-sub-service"]
digital_twin_vehicle:
runtime: podman
@@ -33,7 +33,7 @@ workloads:
- key: project
value: ibeji
runtimeConfig: |
image: sdvblueprint.azurecr.io/sdvblueprint/eclipse-ibeji/invehicle-digital-twin:0.1.0
image: ghcr.io/ladatz/software-orchestration/eclipse-ibeji/invehicle-digital-twin:0.1.0
commandOptions: ["--network", "host", "--name", "invehicle-digital-twin"]
digital_twin_cloud_sync:
runtime: podman
@@ -42,16 +42,5 @@ workloads:
- key: project
value: freyja
runtimeConfig: |
image: sdvblueprint.azurecr.io/sdvblueprint/eclipse-freyja/local-with-ibeji:0.1.0
image: ghcr.io/ladatz/sdvblueprint/eclipse-freyja/local-with-ibeji:0.1.0
commandOptions: ["--network", "host", "--name", "local-cloud-sync"]
cloud_connector:
runtime: podman
agent: agent_A
restart: true
updateStrategy: AT_MOST_ONCE
accessRights:
allow: []
deny: []
runtimeConfig: |
image: sdvblueprint.azurecr.io/sdvblueprint/eclipse-freyja/azure-cloud-connector:0.1.0
commandOptions: ["--network", "host", "--name", "cloud-connector", "--mount", "type=bind,src=/etc/freyja/config,dst=/mnt/config,ro=true"]
7 changes: 7 additions & 0 deletions scenarios/smart_trailer/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"
rustflags = [ "-C", "target-feature=+crt-static", "-C", "link-arg=-lgcc" ]

[target.x86_64-unknown-linux-gnu]
linker = "x86_64-linux-gnu-gcc"
rustflags = [ "-C", "target-feature=+crt-static", "-C", "link-arg=-lgcc" ]
Loading