90a9b0a89de633eff2a0ee472b5eca28d72865cd
[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/mmcblk0p4",
13                                 "/dev/mmcblk0p4"
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":        "0"
34                 },
35                 {
36                         "type":         "prlimit",
37                         "object":       "rtprio",
38                         "value":        "50"
39                 }
40         ],
41         "fs": {
42                 "mount": [
43                         {
44                                 "type":         "filesystem",
45                                 "from":         "tmpfs",
46                                 "to":           "run",
47                                 "fstype":       "tmpfs",
48                                 "option":       "defaults 0 0"
49                         },
50                         {
51                                 "type":         "directory",
52                                 "from":         "/sys/kernel/security",
53                                 "to":           "sys/kernel/security",
54                                 "fstype":       "none",
55                                 "option":       "ro,bind,optional 0 0"
56                         },
57                         {
58                                 "type":         "directory",
59                                 "from":         "/run/drm-lease-manager/lease-cluster",
60                                 "to":           "var/display/drm-lease-manager/lease",
61                                 "fstype":       "none",
62                                 "option":       "bind,create=file"
63                         },
64                         {
65                                 "type":         "directory",
66                                 "from":         "/run/dlt",
67                                 "to":           "run/dlt",
68                                 "fstype":       "none",
69                                 "option":       "bind,optional,create=dir"
70                         },
71                         {
72                                 "type":         "directory",
73                                 "from":         "/opt/container/guests/cluster-demo/system.conf",
74                                 "to":           "etc/systemd/system.conf.d/10-environment.conf",
75                                 "fstype":       "none",
76                                 "option":       "bind,optional,create=file"
77                         }
78                 ]
79         },
80         "device": {
81                 "static": [
82                         {
83                                 "type":                 "devdir",
84                                 "from":                 "/dev/dri",
85                                 "to":                   "dev/dri",
86                                 "devnode":              "/dev/dri/card0",
87                                 "optional":             0,
88                                 "wideallow":    1,
89                                 "exclusive":    0
90                         },
91                         {
92                                 "type":                 "devnode",
93                                 "from":                 "/dev/mali0",
94                                 "to":                   "dev/mali0",
95                                 "devnode":              "/dev/mali0",
96                                 "optional":             0,
97                                 "wideallow":    0,
98                                 "exclusive":    0
99                         }
100                 ]
101         },
102         "network": {
103                 "static": [
104                         {
105                                 "type":         "veth",
106                                 "param": {
107                                         "name": "veth0",
108                                         "link":         "lxcbr0",
109                                         "flags":        "up",
110                                         "hwaddr":       "00:16:3e:xx:xx:xx",
111                                         "mode": "bridge"
112                                 }
113                         }
114                 ],
115                 "dynamic": [
116                         {
117                                 "ifname":       "vxcan0"
118                         }
119                 ]
120         }
121 }