| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #5490 from giuseppe/set-crio-docker-tag-for-ose | OpenShift Merge Robot | 2017-10-03 | 3 | -9/+35 |
|\ |
|
| * | docker: fix some tox warnings | Giuseppe Scrivano | 2017-09-27 | 1 | -6/+6 |
| * | Require openshift_image_tag in the inventory with openshift-enterprise | Giuseppe Scrivano | 2017-09-27 | 1 | -0/+8 |
| * | crio: use the image_tag on RHEL | Giuseppe Scrivano | 2017-09-27 | 1 | -2/+11 |
| * | docker: use the image_tag on RHEL | Giuseppe Scrivano | 2017-09-27 | 1 | -1/+10 |
* | | Restore registires to /etc/sysconfig/docker | Michael Gugino | 2017-10-02 | 1 | -2/+12 |
* | | Fix typo in files (Docker registries) | William Burton | 2017-09-29 | 1 | -1/+1 |
* | | Migrate enterprise registry logic to docker role | Michael Gugino | 2017-09-27 | 3 | -9/+17 |
|/ |
|
* | Merge pull request #5519 from giuseppe/crio-set-proper-tag | OpenShift Merge Robot | 2017-09-26 | 1 | -1/+1 |
|\ |
|
| * | crio: set the correct image name with OSE | Giuseppe Scrivano | 2017-09-25 | 1 | -1/+1 |
* | | Merge pull request #5205 from mgugino-upstream-stage/docker-etc-containers-regs | OpenShift Merge Robot | 2017-09-25 | 1 | -9/+9 |
|\ \
| |/
|/| |
|
| * | Move additional/block/insecure registires to /etc/containers/registries.conf | Michael Gugino | 2017-09-21 | 1 | -9/+9 |
* | | Merge pull request #5501 from giuseppe/crio-skip-nfs-and-lb | OpenShift Merge Robot | 2017-09-24 | 1 | -0/+1 |
|\ \ |
|
| * | | crio: skip installation on lbs and nfs nodes | Giuseppe Scrivano | 2017-09-22 | 1 | -0/+1 |
* | | | Merge pull request #5354 from ashcrow/crio-systemcontainer-image-override | OpenShift Merge Robot | 2017-09-22 | 1 | -8/+12 |
|\ \ \
| |/ /
|/| | |
|
| * | | cri-o: Allow full image override | Steve Milner | 2017-09-12 | 1 | -8/+12 |
* | | | crio: ensure no default CNI configuration files are left | Giuseppe Scrivano | 2017-09-20 | 1 | -0/+8 |
| |/
|/| |
|
* | | more retries on repoquery_cmd | Luke Meyer | 2017-09-19 | 1 | -1/+1 |
* | | Merge pull request #5401 from sosiouxme/20170913-retries-subset | Luke Meyer | 2017-09-14 | 1 | -0/+2 |
|\ \ |
|
| * | | add retry on repoquery_cmd | Luke Meyer | 2017-09-13 | 1 | -0/+2 |
| |/ |
|
* | | Merge pull request #5359 from mgugino-upstream-stage/version-docker-auth-config | OpenShift Bot | 2017-09-13 | 1 | -0/+12 |
|\ \ |
|
| * | | Fix: authenticated registry support for containerized hosts | Michael Gugino | 2017-09-11 | 1 | -0/+12 |
* | | | cri-o: Fix Fedora image name | Steve Milner | 2017-09-13 | 1 | -1/+1 |
| |/
|/| |
|
* | | container-engine: Allow full image override | Steve Milner | 2017-09-11 | 1 | -8/+12 |
|/ |
|
* | Merge pull request #5310 from ashcrow/split-rhel-centos-crio | OpenShift Bot | 2017-09-07 | 1 | -2/+8 |
|\ |
|
| * | cri-o: Split RHEL and CentOS images | Steve Milner | 2017-09-06 | 1 | -2/+8 |
* | | Merge pull request #5202 from giuseppe/crio-additional-registries | OpenShift Bot | 2017-09-06 | 1 | -0/+9 |
|\ \
| |/
|/| |
|
| * | cri-o: add support for additional registries | Giuseppe Scrivano | 2017-08-24 | 1 | -0/+9 |
* | | roles: use openshift_use_crio | Giuseppe Scrivano | 2017-08-25 | 1 | -2/+2 |
|/ |
|
* | cri-o: configure the CNI network | Giuseppe Scrivano | 2017-08-04 | 1 | -0/+10 |
* | cri-o: allow to override CRI-O image indipendently from Docker | Giuseppe Scrivano | 2017-08-03 | 1 | -3/+3 |
* | docker: introduce use_crio_only | Giuseppe Scrivano | 2017-08-03 | 1 | -2/+3 |
* | docker: skip Docker setup when using CRI-O | Giuseppe Scrivano | 2017-08-03 | 1 | -1/+3 |
* | cri-o: use only images from Docker Hub | Giuseppe Scrivano | 2017-08-03 | 1 | -10/+6 |
* | cri-o: Enable systemd-modules-load if required | Steve Milner | 2017-08-03 | 1 | -0/+6 |
* | cri-o: Ensure overlay is available | Steve Milner | 2017-08-03 | 1 | -0/+20 |
* | cri-o: Default insecure registries to "" | Steve Milner | 2017-08-03 | 1 | -0/+1 |
* | crio: use a template for the configuration | Giuseppe Scrivano | 2017-08-03 | 1 | -24/+5 |
* | cri-o: Minor fixes for tasks | Steve Milner | 2017-08-03 | 1 | -2/+1 |
* | cri-o: Hardcode image name to cri-o | Steve Milner | 2017-08-03 | 1 | -1/+1 |
* | cri-o: configure storage and insecure registries | Giuseppe Scrivano | 2017-08-03 | 2 | -3/+34 |
* | cri-o: Allow cri-o usage. | Steve Milner | 2017-08-03 | 2 | -0/+110 |
* | Merge pull request #4757 from sosiouxme/20170703-docker-storage-overlay2 | Scott Dodson | 2017-07-20 | 1 | -1/+1 |
|\ |
|
| * | docker: fix docker_selinux_enabled | Luke Meyer | 2017-07-18 | 1 | -1/+1 |
* | | Ensure proper fact evaluation | Scott Dodson | 2017-07-18 | 2 | -2/+2 |
* | | Wrap additional service changes in retries | Scott Dodson | 2017-07-18 | 2 | -4/+15 |
|/ |
|
* | container-engine: Update Fedora registry url | Steve Milner | 2017-07-07 | 1 | -1/+1 |
* | Install container-selinux with container-engine | Steve Milner | 2017-07-06 | 1 | -0/+6 |
* | rename daemon.json to container-daemon.json | Steve Milner | 2017-06-05 | 1 | -4/+6 |
* | Add mtu setting to /etc/sysconfig/docker-network | Scott Dodson | 2017-06-01 | 1 | -0/+15 |