-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduction.json
78 lines (78 loc) · 3.14 KB
/
production.json
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
{
"ignition": {
"version": "3.3.0"
},
"kernelArguments": {
"shouldExist": [
"intel_iommu=on"
]
},
"passwd": {
"users": [
{
"name": "core",
"sshAuthorizedKeys": [
"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDObbEnWiD2nQRu9REtf7T3W0hlTB0DeOpej2nL3YUTfLGn+9I/UAZmBUFhArl+wjLHf9efogQV7GH24beTYN4IhVMVOWYsyybxi50CMzR4tZNJfmH2wOIdJxGhgUyKy/BprLJfJ2JNnRoUxOXqNHu5o1hSUzFHGJ/dIM5a5Gu0sAfUh1Usd0pd6eC9m6OqvKgXRq5TLyBgdID5qIK0zhxaduOJ66afw9kEGqn0pm94KfYS27iZ1FtWU1ppjy6Sf6mSOsAHFQ3on0MiebqvDi4J9MVQ6nuqxbJsFKoVlqvwGbMwpyjDjeoW3uNC+EuE3ebD9R4i51Reoeobsu9JsRE8+S4ruJK5jGGO/HIrPfFavtdvNBT6gWH0FcRa0oKynSFHTUcIM53djK67IxPCWTcR3xwvdDHvyIBp1Fa/jfbTgUGLeds3RyX5Sdv64nqPILmZ1kLb5E9DCg5hl1XDb9LrJPergeAnOYUzbFsTODjGOrwzsLMxx+E2VTQ1A997lbE= [email protected]",
"ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAhwNFQEz1l54YexhQhU5/7fVNcwVmowA9l2HbtZL75299UCo5efY4YXUBBERSW8SR/EauO5BeZdb9Bddp7+DyZ/xaLy8H9xW7OuD4qIxasAX0YE4c+LnDDohwCszMjiZKLD/vH/k8hYEdOf/HhLZ3o9JUzj4ENMIwI/34GNHsb3dLoBuzFRES4AjUIY8DPlSjr4QwgM2RZHHCkLt51PLs6F5e8PpR8XvwHO7ybdKY7vEDJoQKM0p4ddL1pwQZisf2c8h1R0CUt248QDwsexSyZBo5vQ2KHuGS14Q+ul7G90gDKXUaBOZMlMAQPVH3SLmrjvD6Y7S0IvAJWPFxEW/LHw== rsa-key-olb-desktop",
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAP83JsqhLdMKyH8HRTG10FK5rPeczmtPcjB+qnt5bo6 seb_buttah"
]
}
]
},
"storage": {
"files": [
{
"path": "/etc/modules-load.d/buttah.conf",
"contents": {
"compression": "",
"source": "data:,iscsi_tcp%0Avhost-net%0A"
},
"mode": 272
},
{
"path": "/etc/sysctl.d/buttah.conf",
"contents": {
"compression": "",
"source": "data:,fs.inotify.max_user_instances%3D1280%0Afs.inotify.max_user_watches%3D655360%0A"
},
"mode": 420
}
]
},
"systemd": {
"units": [
{
"mask": true,
"name": "locksmithd.service"
},
{
"enabled": true,
"name": "update-engine.service"
},
{
"enabled": true,
"name": "iscsid.service"
},
{
"dropins": [
{
"contents": "[Install]\nWantedBy=multi-user.target\n",
"name": "iscsi-initiatorname.conf"
}
],
"enabled": true,
"name": "iscsid-initiatorname.service"
},
{
"contents": "[Unit]\nDescription=Install /opt directories\nConditionPathIsDirectory=!/opt/libexec\nConditionPathIsDirectory=!/opt/libexec.wd\n\n[Service]\nType=oneshot\nExecStart=/usr/bin/mkdir -p /opt/libexec /opt/libexec.wd\n\n[Install]\nWantedBy=multi-user.target\n",
"enabled": true,
"name": "install-opt-dir.service"
},
{
"contents": "[Unit]\nDescription=Allow k8s CNI plugins to be installed\nBefore=local-fs.target\nRequires=install-opt-dir.service\nConditionPathExists=/opt/libexec\nConditionPathExists=/opt/libexec.wd\n\n[Mount]\nType=overlay\nWhat=overlay\nWhere=/usr/libexec\nOptions=lowerdir=/usr/libexec,upperdir=/opt/libexec,workdir=/opt/libexec.wd\n\n[Install]\nWantedBy=local-fs.target\n",
"enabled": true,
"name": "usr-libexec.mount"
}
]
}
}