| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #4898 from giuseppe/cri-o | OpenShift Bot | 2017-08-04 | 5 | -5/+39 |
|\ |
|
| * | cri-o: Restart cri-o after openshift sdn installation | Steve Milner | 2017-08-03 | 1 | -0/+7 |
| * | cri-o: Continue node without SELinux check | Steve Milner | 2017-08-03 | 1 | -3/+3 |
| * | openvswitch: system container depends on the cri-o service | Giuseppe Scrivano | 2017-08-03 | 1 | -1/+12 |
| * | openshift_node: fix typo for experimental-cri | Steve Milner | 2017-08-03 | 1 | -1/+1 |
| * | cri-o: Fix node template to use full variable | Steve Milner | 2017-08-03 | 1 | -1/+1 |
| * | cri-o: Add cri-o as a Wants in node units | Steve Milner | 2017-08-03 | 2 | -1/+2 |
| * | node.yaml: configure node to use cri-o when openshift.common.use_crio | Giuseppe Scrivano | 2017-08-03 | 1 | -0/+15 |
* | | Merge pull request #4789 from ingvagabund/allow-to-specify-docker-registry-fo... | Jan Chaloupka | 2017-08-04 | 2 | -4/+4 |
|\ \
| |/
|/| |
|
| * | allow to specify docker registry for system containers | Jan Chaloupka | 2017-07-19 | 2 | -4/+4 |
* | | Merge pull request #4912 from abutcher/openshift-node-facts | OpenShift Bot | 2017-08-01 | 2 | -28/+1 |
|\ \ |
|
| * | | Move node facts to new openshift_node_facts role. | Andrew Butcher | 2017-07-27 | 2 | -28/+1 |
* | | | move common tasks to a single file included by both systemd_units.yml | Jan Chaloupka | 2017-07-28 | 8 | -78/+85 |
|/ / |
|
* | | Merge pull request #4874 from ingvagabund/set-default-values | Jan Chaloupka | 2017-07-27 | 4 | -5/+9 |
|\ \ |
|
| * | | Sync all openshift.common.use_openshift_sdn uses in yaml files | Jan Chaloupka | 2017-07-26 | 4 | -5/+9 |
* | | | Merge pull request #4813 from sdodson/log-dumper | Scott Dodson | 2017-07-26 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix log dumping on service failure | Scott Dodson | 2017-07-20 | 1 | -1/+1 |
| |/ |
|
* | | Set TimeoutStartSec=300 | Scott Dodson | 2017-07-25 | 1 | -0/+1 |
* | | Revert "set KillMode to process in node service file" | Scott Dodson | 2017-07-25 | 1 | -1/+0 |
|/ |
|
* | Dump some logs | Scott Dodson | 2017-07-18 | 1 | -0/+11 |
* | daemon_reload on node and ovs start | Scott Dodson | 2017-07-18 | 1 | -0/+2 |
* | Wrap additional service changes in retries | Scott Dodson | 2017-07-18 | 2 | -0/+8 |
* | Add retries to node restart handlers | Scott Dodson | 2017-07-18 | 1 | -1/+7 |
* | Merge pull request #4540 from giuseppe/openvswitch-syscontainer-specify-docke... | Scott Dodson | 2017-07-14 | 1 | -0/+2 |
|\ |
|
| * | openvswitch, syscontainer: specify the Docker service name | Giuseppe Scrivano | 2017-06-22 | 1 | -0/+2 |
* | | set KillMode to process in node service file | Jan Chaloupka | 2017-07-13 | 1 | -0/+1 |
* | | Merge pull request #4531 from abutcher/f26-ah-setsebool | OpenShift Bot | 2017-07-06 | 2 | -26/+76 |
|\ \ |
|
| * | | Workaround seboolean module with setsebool command. | Andrew Butcher | 2017-07-05 | 2 | -26/+76 |
| |/ |
|
* | | Use default ports for dnsmasq and node dns | Scott Dodson | 2017-06-30 | 5 | -5/+3 |
* | | Run dns on the node and use that for dnsmasq | Scott Dodson | 2017-06-30 | 8 | -44/+43 |
* | | Merge pull request #4414 from sdodson/bz1460626 | Scott Dodson | 2017-06-26 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Ensure that host pki tree is mounted in containerized components | Scott Dodson | 2017-06-12 | 1 | -1/+1 |
* | | Add daemon-reload handler to openshift_node and notify when /etc/systemd file... | Andrew Butcher | 2017-06-09 | 2 | -7/+21 |
|/ |
|
* | Add daemon_reload parameter to service tasks | Tim Bielawa | 2017-06-01 | 1 | -0/+1 |
* | Merge pull request #4234 from vshn/feature/oreg_url_masternode | OpenShift Bot | 2017-05-26 | 2 | -5/+6 |
|\ |
|
| * | allow to configure oreg_url specifically for node or master. refs #4233 | Tobias Brunner | 2017-05-19 | 2 | -5/+6 |
* | | Workaround sysctl module issue with py3 by converting task to lineinfile. | Andrew Butcher | 2017-05-19 | 2 | -1/+10 |
|/ |
|
* | Merge pull request #4125 from VincentS/Calico_BGP_Port | Jan Chaloupka | 2017-05-19 | 2 | -0/+9 |
|\ |
|
| * | Added Calico BGP Port 179 to Firewalld | Vincent Schwarzer | 2017-05-15 | 2 | -0/+9 |
* | | node, systemd: change Requires to Wants for openvswitch | Giuseppe Scrivano | 2017-05-17 | 1 | -1/+1 |
* | | Fix templating of static service files | Russell Teague | 2017-05-12 | 3 | -1/+1 |
|/ |
|
* | Merge pull request #4126 from VincentS/SDN_Check_Fix | Jan Chaloupka | 2017-05-12 | 1 | -1/+1 |
|\ |
|
| * | Fix for OpenShift SDN Check | Vincent Schwarzer | 2017-05-09 | 1 | -1/+1 |
* | | Add service file templates for master and node | Steve Milner | 2017-05-09 | 3 | -1/+50 |
* | | Update systemd units to use proper container service name | Steve Milner | 2017-05-09 | 3 | -10/+10 |
|/ |
|
* | Don't double quote when conditions | Scott Dodson | 2017-05-01 | 1 | -1/+1 |
* | Add bool for proper conditional handling | Russell Teague | 2017-04-26 | 1 | -1/+1 |
* | Update swap disable tasks | Russell Teague | 2017-04-21 | 1 | -9/+14 |
* | Disable swap space on nodes at install and upgrade | Russell Teague | 2017-04-12 | 1 | -0/+27 |
* | Port 10255 unnecessary. Removing all instances | Chris Callegari | 2017-04-04 | 2 | -8/+0 |