-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathshift2sdv_manifest.yaml
55 lines (55 loc) · 1.66 KB
/
shift2sdv_manifest.yaml
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
apiVersion: v0.1
workloads:
Ankaios_Dashboard:
runtime: podman
agent: dashboard
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"
fleet_manager:
runtime: podman
agent: hpc1
controlInterfaceAccess:
allowRules:
- type: StateRule
operation: ReadWrite
filterMask:
- "*"
restartPolicy: NEVER
runtimeConfig: |
image: ghcr.io/eclipse-sdv-hackathon-chapter-two/shift2sdv/fleet_manager:latest
commandOptions: [ "--net=host","-p", "1883:1883", "-e", "VIN=1", "-e", "MQTT_BROKER_ADDR=20.164.18.107"]
vehicle_state_log:
runtime: podman
agent: hpc2
controlInterfaceAccess:
allowRules:
- type: StateRule
operation: ReadWrite
filterMask:
- "*"
restartPolicy: NEVER
runtimeConfig: |
image: ghcr.io/eclipse-sdv-hackathon-chapter-two/shift2sdv/vehicle_state_log:latest
commandOptions: [ "--net=host","-p","1883:1883", "-e", "VIN=1", "-e", "MQTT_BROKER_ADDR=20.164.18.107", "--ipc=host"]
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"]