-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Bluechi workload file image references and add sample workload…
…s files (#27) * Updating bluechi images * Add in-vehicle stack images * Change service names in script * change line endings * Revert script change * Adjust comments in script * Add portions copyright header * remove unchanged file
- Loading branch information
Showing
13 changed files
with
130 additions
and
10 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
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
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,5 +1,6 @@ | ||
# /******************************************************************************** | ||
# * Copyright (c) 2024 Leonardo Rossetti <[email protected]> | ||
# * Portions Copyright (c) Microsoft Corporation. | ||
# * | ||
# * This program and the accompanying materials are made available under the 2 | ||
# * terms of the Apache License 2.0 which is available at | ||
|
@@ -30,5 +31,5 @@ spec: | |
hostNetwork: true | ||
containers: | ||
- name: pub-sub-service | ||
image: ghcr.io/ladatz/sdvblueprint/eclipse-agemo/pub-sub-service:0.1.1 | ||
image: ghcr.io/eclipse-sdv-blueprints/software-orchestration/eclipse-agemo/pub-sub-service:0.1.2 | ||
imagePullPolicy: IfNotPresent |
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,5 +1,6 @@ | ||
# /******************************************************************************** | ||
# * Copyright (c) 2024 Leonardo Rossetti <[email protected]> | ||
# * Portions Copyright (c) Microsoft Corporation. | ||
# * | ||
# * This program and the accompanying materials are made available under the 2 | ||
# * terms of the Apache License 2.0 which is available at | ||
|
@@ -30,5 +31,5 @@ spec: | |
hostNetwork: true | ||
containers: | ||
- name: local-cloud-sync | ||
image: ghcr.io/ladatz/sdvblueprint/eclipse-freyja/local-with-ibeji:0.1.0 | ||
image: ghcr.io/eclipse-sdv-blueprints/software-orchestration/eclipse-freyja/local-with-ibeji:0.1.0 | ||
imagePullPolicy: IfNotPresent |
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,5 +1,6 @@ | ||
# /******************************************************************************** | ||
# * Copyright (c) 2024 Leonardo Rossetti <[email protected]> | ||
# * Portions Copyright (c) Microsoft Corporation. | ||
# * | ||
# * This program and the accompanying materials are made available under the 2 | ||
# * terms of the Apache License 2.0 which is available at | ||
|
@@ -30,5 +31,5 @@ spec: | |
hostNetwork: true | ||
containers: | ||
- name: invehicle-digital-twin | ||
image: ghcr.io/ladatz/sdvblueprint/eclipse-ibeji/invehicle-digital-twin:0.1.0 | ||
image: ghcr.io/eclipse-sdv-blueprints/software-orchestration/eclipse-ibeji/invehicle-digital-twin:0.1.1 | ||
imagePullPolicy: IfNotPresent |
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,5 +1,6 @@ | ||
# /******************************************************************************** | ||
# * Copyright (c) 2024 Leonardo Rossetti <[email protected]> | ||
# * Portions Copyright (c) Microsoft Corporation. | ||
# * | ||
# * This program and the accompanying materials are made available under the 2 | ||
# * terms of the Apache License 2.0 which is available at | ||
|
@@ -30,5 +31,5 @@ spec: | |
hostNetwork: true | ||
containers: | ||
- name: mqtt-broker | ||
image: ghcr.io/ladatz/sdvblueprint/eclipse-mosquitto/mqtt-broker:latest | ||
image: ghcr.io/eclipse-sdv-blueprints/software-orchestration/eclipse-mosquitto/mqtt-broker-agemo-config:0.1.2 | ||
imagePullPolicy: IfNotPresent |
13 changes: 13 additions & 0 deletions
13
eclipse-bluechi/workspace/workloads/smart_trailer_application.kube
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# /******************************************************************************** | ||
# * Copyright (c) Microsoft Corporation. | ||
# * Licensed under the Apache License, Version 2.0 | ||
# * SPDX-License-Identifier: Apache-2.0 | ||
# ********************************************************************************/ | ||
|
||
# https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html | ||
[Kube] | ||
Yaml=smart_trailer_application.yml | ||
|
||
# Commented to disable the service to automatically start | ||
[Install] | ||
WantedBy=default.target |
27 changes: 27 additions & 0 deletions
27
eclipse-bluechi/workspace/workloads/smart_trailer_application.yml
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# /******************************************************************************** | ||
# * Copyright (c) Microsoft Corporation. | ||
# * Licensed under the Apache License, Version 2.0 | ||
# * SPDX-License-Identifier: Apache-2.0 | ||
# ********************************************************************************/ | ||
--- | ||
apiversion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
labels: | ||
app: smart-trailer-application | ||
name: smart-trailer-application | ||
spec: | ||
replicas: 1 | ||
selector: | ||
matchlabels: | ||
app: smart-trailer-application | ||
template: | ||
metadata: | ||
labels: | ||
app: smart-trailer-application | ||
spec: | ||
hostNetwork: true | ||
containers: | ||
- name: smart-trailer-application | ||
image: ghcr.io/eclipse-sdv-blueprints/software-orchestration/invehicle-stack/smart-trailer-application:0.1.0 | ||
imagePullPolicy: IfNotPresent |
13 changes: 13 additions & 0 deletions
13
eclipse-bluechi/workspace/workloads/trailer_connected_provider.kube
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# /******************************************************************************** | ||
# * Copyright (c) Microsoft Corporation. | ||
# * Licensed under the Apache License, Version 2.0 | ||
# * SPDX-License-Identifier: Apache-2.0 | ||
# ********************************************************************************/ | ||
|
||
# https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html | ||
[Kube] | ||
Yaml=trailer_connected_provider.yml | ||
|
||
# Commented to disable the service to automatically start | ||
# [Install] | ||
# WantedBy=default.target |
22 changes: 22 additions & 0 deletions
22
eclipse-bluechi/workspace/workloads/trailer_connected_provider.yml
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
apiversion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
labels: | ||
app: trailer-connected-provider | ||
name: trailer-connected-provider | ||
spec: | ||
replicas: 1 | ||
selector: | ||
matchlabels: | ||
app: trailer-connected-provider | ||
template: | ||
metadata: | ||
labels: | ||
app: trailer-connected-provider | ||
spec: | ||
hostNetwork: true | ||
containers: | ||
- name: trailer-connected-provider | ||
image: ghcr.io/eclipse-sdv-blueprints/software-orchestration/invehicle-stack/trailer-connected-provider:0.1.0 | ||
imagePullPolicy: IfNotPresent |
13 changes: 13 additions & 0 deletions
13
eclipse-bluechi/workspace/workloads/trailer_properties_provider.kube
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# /******************************************************************************** | ||
# * Copyright (c) Microsoft Corporation. | ||
# * Licensed under the Apache License, Version 2.0 | ||
# * SPDX-License-Identifier: Apache-2.0 | ||
# ********************************************************************************/ | ||
|
||
# https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html | ||
[Kube] | ||
Yaml=trailer_properties_provider.yml | ||
|
||
# Commented to disable the service to automatically start | ||
# [Install] | ||
# WantedBy=default.target |
27 changes: 27 additions & 0 deletions
27
eclipse-bluechi/workspace/workloads/trailer_properties_provider.yml
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# /******************************************************************************** | ||
# * Copyright (c) Microsoft Corporation. | ||
# * Licensed under the Apache License, Version 2.0 | ||
# * SPDX-License-Identifier: Apache-2.0 | ||
# ********************************************************************************/ | ||
--- | ||
apiversion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
labels: | ||
app: trailer-properties-provider | ||
name: trailer-properties-provider | ||
spec: | ||
replicas: 1 | ||
selector: | ||
matchlabels: | ||
app: trailer-properties-provider | ||
template: | ||
metadata: | ||
labels: | ||
app: trailer-properties-provider | ||
spec: | ||
hostNetwork: true | ||
containers: | ||
- name: trailer-properties-provider | ||
image: ghcr.io/eclipse-sdv-blueprints/software-orchestration/invehicle-stack/trailer-properties-provider:0.1.0 | ||
imagePullPolicy: IfNotPresent |
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