64e7656857a5f8c263aa373b4c9e2253ef19ed4b
[AGL/meta-agl-devel.git] /
1 {
2         "name": "cluster-demo",
3         "role": "cluster",
4         "base": {
5                 "autoboot": true,
6                 "bootpriority": 1,
7                 "rootfs": {
8                         "path": "/opt/container/guests/cluster-demo/rootfs",
9                         "filesystem":   "ext4",
10                         "mode":         "rw",
11                         "blockdev": [
12                                 "/dev/mmcblk1p2",
13                                 "/dev/mmcblk1p2"
14                         ]
15                 },
16                 "lifecycle": {
17                         "halt": "SIGRTMIN+3",
18                         "reboot": "SIGTERM",
19                         "timeout": 5000
20                 },
21                 "cap": {
22                         "drop": "sys_module mac_admin mac_override sys_time",
23                         "keep": ""
24                 },
25                 "environment": [
26                         "HOME=/home/root"
27                 ]
28         },
29         "resource": [
30                 {
31                         "type":         "cgroup",
32                         "object":       "cpuset.cpus",
33                         "value":        "1"
34                 }
35         ],
36         "fs": {
37                 "mount": [
38                         {
39                                 "type":         "filesystem",
40                                 "from":         "tmpfs",
41                                 "to":           "run",
42                                 "fstype":       "tmpfs",
43                                 "option":       "defaults 0 0"
44                         },
45                         {
46                                 "type":         "directory",
47                                 "from":         "/sys/kernel/security",
48                                 "to":           "sys/kernel/security",
49                                 "fstype":       "none",
50                                 "option":       "ro,bind,optional 0 0"
51                         },
52                         {
53                                 "type":         "directory",
54                                 "from":         "/run/drm-lease-manager/lease-cluster",
55                                 "to":           "var/display/drm-lease-manager/lease",
56                                 "fstype":       "none",
57                                 "option":       "bind,create=file"
58                         },
59                         {
60                                 "type":         "directory",
61                                 "from":         "/run/pipewire/icipc-0",
62                                 "to":           "var/icipc-0",
63                                 "fstype":       "none",
64                                 "option":       "bind,optional,create=file"
65                         },
66                         {
67                                 "type":         "directory",
68                                 "from":         "/opt/container/guests/cluster-demo/system.conf",
69                                 "to":           "etc/systemd/system.conf.d/10-environment.conf",
70                                 "fstype":       "none",
71                                 "option":       "bind,optional,create=file"
72                         }
73                 ]
74         },
75         "device": {
76                 "static": [
77                         {
78                                 "type":                 "devdir",
79                                 "from":                 "/dev/dri",
80                                 "to":                   "dev/dri",
81                                 "devnode":              "/dev/dri/card0",
82                                 "optional":             0,
83                                 "wideallow":    1,
84                                 "exclusive":    0
85                         },
86                         {
87                                 "type":                 "devnode",
88                                 "from":                 "/dev/pvr_sync",
89                                 "to":                   "dev/pvr_sync",
90                                 "devnode":              "/dev/pvr_sync",
91                                 "optional":             0,
92                                 "wideallow":    0,
93                                 "exclusive":    0
94                         }
95                 ]
96         },
97         "network": {
98                 "static": [
99                         {
100                                 "type":         "veth",
101                                 "param": {
102                                         "name": "veth0",
103                                         "link":         "lxcbr0",
104                                         "flags":        "up",
105                                         "hwaddr":       "00:16:3e:xx:xx:xx",
106                                         "mode": "bridge"
107                                 }
108                         }
109                 ]
110         }
111 }