Skip to content

Commit 644d1ff

Browse files
Merge pull request openshift#19306 from smarterclayton/manifests
Remove openvswitch from node system container
2 parents 137350f + 7c390c1 commit 644d1ff

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

images/node/system-container/config.json.template

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -340,16 +340,6 @@
340340
"mode=755"
341341
]
342342
},
343-
{
344-
"type": "bind",
345-
"source": "$ORIGIN_CONFIG_DIR/openvswitch",
346-
"destination": "/etc/openvswitch",
347-
"options": [
348-
"rbind",
349-
"rw",
350-
"mode=755"
351-
]
352-
},
353343
{
354344
"type": "bind",
355345
"source": "$ORIGIN_DATA_DIR",
@@ -454,16 +444,6 @@
454444
"ro"
455445
]
456446
},
457-
{
458-
"type": "bind",
459-
"source": "$ORIGIN_CONFIG_DIR/sdn",
460-
"destination": "/etc/openshift-sdn",
461-
"options": [
462-
"rbind",
463-
"rw",
464-
"mode=755"
465-
]
466-
},
467447
{
468448
"type": "bind",
469449
"source": "$ORIGIN_CONFIG_DIR/node",

images/node/system-container/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"KUBELET_DATA_DIR": "/var/lib/kubelet",
88
"MASTER_SERVICE": "atomic-openshift-master.service",
99
"DOCKER_SERVICE": "docker.service",
10-
"OPENVSWITCH_SERVICE": "openvswitch.service",
1110
"ADDTL_MOUNTS": ""
1211
}
1312
}

images/node/system-container/service.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[Unit]
22
After=${DOCKER_SERVICE}
3-
After=${OPENVSWITCH_SERVICE}
43
Wants=${DOCKER_SERVICE}
54
After=$NAME-dep.service
65
After=${MASTER_SERVICE}

0 commit comments

Comments
 (0)