Skip to content

Commit

Permalink
Add SAP MC gathered archive examples
Browse files Browse the repository at this point in the history
  • Loading branch information
natiiix committed May 10, 2021
1 parent 1c814ff commit bc59d90
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"apiVersion": "machineconfiguration.openshift.io/v1",
"kind": "MachineConfig",
"metadata": {
"creationTimestamp": "2021-01-21T09:39:02Z",
"generation": 1,
"labels": {
"machineconfiguration.openshift.io/role": "sdi"
},
"managedFields": [
{
"apiVersion": "machineconfiguration.openshift.io/v1",
"fieldsType": "FieldsV1",
"fieldsV1": {
"f:metadata": {
"f:labels": {
".": {},
"f:machineconfiguration.openshift.io/role": {}
}
},
"f:spec": {
".": {},
"f:config": {
".": {},
"f:ignition": {
".": {},
"f:version": {}
},
"f:storage": {
".": {},
"f:files": {}
},
"f:systemd": {
".": {},
"f:units": {}
}
}
}
},
"manager": "oc",
"operation": "Update",
"time": "2021-01-21T09:39:02Z"
}
],
"name": "75-worker-sap-data-intelligence",
"resourceVersion": "488484",
"selfLink": "/apis/machineconfiguration.openshift.io/v1/machineconfigs/75-worker-sap-data-intelligence",
"uid": "ea83db83-39d3-4919-a1fd-d2b432db7117"
},
"spec": {
"config": {
"ignition": {
"version": "2.2.0"
},
"storage": {
"files": []
},
"systemd": {
"units": []
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
{
"apiVersion": "machineconfiguration.openshift.io/v1",
"kind": "MachineConfig",
"metadata": {
"annotations": {
"machineconfiguration.openshift.io/generated-by-controller-version": "14a2b82d9f4c4d8b423f8f05f6926778ef36870d"
},
"creationTimestamp": "2021-01-21T09:39:43Z",
"generation": 1,
"labels": {
"machineconfiguration.openshift.io/role": "sdi"
},
"managedFields": [
{
"apiVersion": "machineconfiguration.openshift.io/v1",
"fieldsType": "FieldsV1",
"fieldsV1": {
"f:metadata": {
"f:annotations": {
".": {},
"f:machineconfiguration.openshift.io/generated-by-controller-version": {}
},
"f:labels": {
".": {},
"f:machineconfiguration.openshift.io/role": {}
},
"f:ownerReferences": {
".": {},
"k:{\"uid\":\"13fe29b8-e386-4c58-97b4-6e52eb5dcb1f\"}": {
".": {},
"f:apiVersion": {},
"f:blockOwnerDeletion": {},
"f:controller": {},
"f:kind": {},
"f:name": {},
"f:uid": {}
}
}
},
"f:spec": {
".": {},
"f:config": {
".": {},
"f:ignition": {
".": {},
"f:version": {}
},
"f:storage": {
".": {},
"f:files": {}
}
},
"f:extensions": {},
"f:fips": {},
"f:kernelArguments": {},
"f:kernelType": {},
"f:osImageURL": {}
}
},
"manager": "machine-config-controller",
"operation": "Update",
"time": "2021-03-11T16:48:22Z"
}
],
"name": "99-sdi-generated-containerruntime",
"ownerReferences": [
{
"apiVersion": "machineconfiguration.openshift.io/v1",
"blockOwnerDeletion": true,
"controller": true,
"kind": "ContainerRuntimeConfig",
"name": "sdi-pids-limit",
"uid": "13fe29b8-e386-4c58-97b4-6e52eb5dcb1f"
}
],
"resourceVersion": "38056012",
"selfLink": "/apis/machineconfiguration.openshift.io/v1/machineconfigs/99-sdi-generated-containerruntime",
"uid": "d421f83d-124d-4fa5-bf21-dd271c7e2139"
},
"spec": {
"config": {
"ignition": {
"version": "3.1.0"
},
"storage": {
"files": []
}
},
"extensions": null,
"fips": false,
"kernelArguments": null,
"kernelType": "",
"osImageURL": ""
}
}

0 comments on commit bc59d90

Please sign in to comment.