-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathshift2sdv_manifest.yaml
More file actions
85 lines (84 loc) · 2.65 KB
/
shift2sdv_manifest.yaml
File metadata and controls
85 lines (84 loc) · 2.65 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
apiVersion: v0.1
workloads:
Ankaios_Dashboard:
runtime: podman
agent: agent_A
restart: true
updateStrategy: AT_LEAST_ONCE
accessRights:
allow: []
deny: []
restartPolicy: NEVER
dependencies:
runtimeConfig: |
image: ghcr.io/felixmoelders/ankaios-dashboard:v0.3
commandOptions: ["-p", "5001:5001", "-e", "PASSWORD=admin"]
controlInterfaceAccess:
allowRules:
- type: StateRule
operation: ReadWrite
filterMask:
- "desiredState"
- "workloadStates"
symphony_provider:
runtime: podman
agent: hpc1
controlInterfaceAccess:
allowRules:
- type: StateRule
operation: ReadWrite
filterMask:
- "*"
restartPolicy: NEVER
runtimeConfig: |
image: ghcr.io/eclipse-sdv-hackathon-chapter-two/shift2sdv/symphony_provider:latest
commandOptions: [ "--net=host", "-e", "VIN=42"]
example_app:
runtime: podman
agent: hpc2
restartPolicy: NEVER
runtimeConfig: |
image: ghcr.io/eclipse-sdv-hackathon-chapter-two/shift2sdv/example_app:latest
commandOptions: [ "--net=host", "-e", "VIN=42"]
web_ivi:
runtime: podman
agent: hpc2
restartPolicy: NEVER
runtimeConfig: |
image: ghcr.io/eclipse-sdv-hackathon-chapter-two/shift2sdv/web_ivi:latest
commandOptions: [ "--net=host", "--ipc=host"]
stability_app:
runtime: podman
agent: hpc2
restartPolicy: NEVER
runtimeConfig: |
image: ghcr.io/eclipse-sdv-hackathon-chapter-two/shift2sdv/stability_app:latest
commandOptions: [ "--net=host","--ipc=host" ,"-e", "VIN=42"]
long_distance_drive:
runtime: podman
agent: hpc2
restartPolicy: NEVER
runtimeConfig: |
image: ghcr.io/eclipse-sdv-hackathon-chapter-two/shift2sdv/long_distance_drive:latest
commandOptions: [ "--net=host","--ipc=host" ,"-e", "VIN=42"]
object_alert_app:
runtime: podman
agent: hpc2
restartPolicy: NEVER
runtimeConfig: |
image: ghcr.io/eclipse-sdv-hackathon-chapter-two/shift2sdv/object_alert_app:latest
commandOptions: [ "--net=host","--ipc=host" ,"-e", "VIN=42"]
violation_check:
runtime: podman
agent: hpc2
restartPolicy: NEVER
runtimeConfig: |
image: ghcr.io/eclipse-sdv-hackathon-chapter-two/shift2sdv/violation_check:latest
commandOptions: [ "--net=host","--ipc=host" ,"-e", "VIN=42"]
vehicle_health:
runtime: podman
agent: hpc2
restartPolicy: NEVER
runtimeConfig: |
image: ghcr.io/eclipse-sdv-hackathon-chapter-two/shift2sdv/vehicle_health:latest
commandOptions: [ "--net=host","--ipc=host" ,"-e", "VIN=42"]