summaryrefslogtreecommitdiffstats
path: root/meta-agl-ic-container/recipes-container/container-manager-config/cm-config-cluster-demo/raspberrypi4/cluster-demo.json
blob: 80f10cd653b789d15f3652ddfb730a9ef10bf57b (plain)
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
85
86
87
88
89
90
91
92
93
94
95
{
	"name": "cluster-demo",
	"role": "cluster",
	"base": {
		"autoboot": true,
		"bootpriority": 1,
		"rootfs": {
			"path": "/opt/container/guests/cluster-demo/rootfs",
			"filesystem":	"ext4",
			"mode":		"rw",
			"blockdev": [
				"/dev/mmcblk0p3",
				"/dev/mmcblk0p3"
			]
		},
		"lifecycle": {
			"halt": "SIGRTMIN+3",
			"reboot": "SIGTERM",
			"timeout": 5000
		},
		"cap": {
			"drop": "sys_module mac_admin mac_override sys_time",
			"keep": ""
		},
		"environment": [
			"HOME=/home/root"
		]
	},
	"fs": {
		"mount": [
			{
				"type": 	"filesystem",
				"from": 	"tmpfs",
				"to":		"run",
				"fstype":	"tmpfs",
				"option": 	"defaults 0 0"
			},
			{
				"type": 	"directory",
				"from": 	"/sys/kernel/security",
				"to":		"sys/kernel/security",
				"fstype":	"none",
				"option": 	"ro,bind,optional 0 0"
			},
			{
				"type": 	"directory",
				"from": 	"/run/drm-lease-manager/lease-cluster",
				"to":		"var/display/drm-lease-manager/lease",
				"fstype":	"none",
				"option": 	"bind,create=file"
			},
			{
				"type": 	"directory",
				"from": 	"/run/pipewire/icipc-0",
				"to":		"var/icipc-0",
				"fstype":	"none",
				"option": 	"bind,optional,create=file"
			},
			{
				"type": 	"directory",
				"from": 	"/opt/container/guests/cluster-demo/system.conf",
				"to":		"etc/systemd/system.conf.d/10-environment.conf",
				"fstype":	"none",
				"option": 	"bind,optional,create=file"
			}
		]
	},
	"device": {
		"static": [
			{
				"type": 		"devdir",
				"from": 		"/dev/dri",
				"to":			"dev/dri",
				"devnode":		"/dev/dri/card0",
				"optional": 		0,
				"wideallow": 	1,
				"exclusive": 	0
			}
		]
	},
	"network": {
		"static": [
			{
				"type": 	"veth",
				"param": {
					"name":	"veth0",
					"link": 	"lxcbr0",
					"flags":	"up",
					"hwaddr":	"00:16:3e:xx:xx:xx",
					"mode": "bridge"
				}
			}
		]
	}
}