openshift / openshift-sdn

Apache License 2.0
69 stars 63 forks source link

Remove support for supervisord-managed docker #192

Closed marun closed 8 years ago

marun commented 9 years ago

docker-in-docker cluster deployment is now managed by systemd, so supporting supervisord when running in a container is no longer necessary.

marun commented 9 years ago

This is preliminary - support for supervisord still needs to be removed from the multitenant plugin, and the this needs to land in origin at the same time that the dind deployment switches to systemd.

danwinship commented 9 years ago

Basically looks right to me. Need to figure out how this interacts with #187

sdodson commented 9 years ago

I can rebase #187 on top of this work

marun commented 8 years ago

Latest patchset updates the multitenant plugin.

danwinship commented 8 years ago

lgtm. not merging per your earlier comment about syncing with origin changes

marun commented 8 years ago

@danwinship I think this can probably merge now. The dind move to systemd is almost done and will need this to merge here first.