-
Notifications
You must be signed in to change notification settings - Fork 8
/
test-discovery-beauty.ign
56 lines (56 loc) · 1.26 KB
/
test-discovery-beauty.ign
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
{
"ignition": {
"version": "3.1.0"
},
"systemd": {
"units": [
{
"name": "precache-images.service",
"enabled": true,
"contents": "[Unit]\nDescription=Truncated for test usage\nExecStart=bash /usr/local/bin/extract-ai.sh --label data\n"
},
{
"name": "var-mnt.mount",
"enabled": true,
"contents": "[Unit]\nDescription=Truncated for test usage\nBefore=precache-images.service\nBindsTo=precache-images.service\n"
}
]
},
"storage": {
"files": [
{
"overwrite": true,
"path": "/usr/local/bin/agent-fix-bz1964591",
"mode": 493,
"user": {
"name": "root"
},
"contents": {
"source": "Truncated for test usage"
}
},
{
"overwrite": true,
"path": "/usr/local/bin/test-purposes",
"mode": 493,
"user": {
"name": "root"
},
"contents": {
"source": "Truncated for test usage"
}
},
{
"overwrite": true,
"path": "/usr/local/bin/extract-ai.sh",
"mode": 493,
"user": {
"name": "root"
},
"contents": {
"source": "Truncated for test usage"
}
}
]
}
}