summaryrefslogtreecommitdiff
path: root/roles/container_runtime/templates
AgeCommit message (Collapse)Author
2018-01-30cri-o: export variables defined in crio-networkGiuseppe Scrivano
so that the cri-o process can use them. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1529478 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2018-01-25Removing dependency on the extra stroage device.Kenny Woodson
2018-01-05crio: configure proxy variablesGiuseppe Scrivano
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1529478 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-12-19Adding support for docker-storage-setup on overlayKenny Woodson
2017-12-12crio: change socket path to /var/run/crio/crio.sockGiuseppe Scrivano
it is required for OpenShift 3.9 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-12-08container-engine: skip openshift_docker_log_driver when it is FalseGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-12-08container-engine: log-opts is a dictionary in the daemon.json fileGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-12-01Implement container runtime roleMichael Gugino