| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove openshift.common.service_type | Michael Gugino | 2017-12-07 | 13 | -29/+29 |
* | Merge pull request #6362 from mgugino-upstream-stage/crt-plays | Scott Dodson | 2017-12-07 | 3 | -16/+0 |
|\ |
|
| * | Implement container_runtime playbooks and changes | Michael Gugino | 2017-12-07 | 3 | -16/+0 |
* | | Include Deprecation: Convert to include_tasks | Russell Teague | 2017-12-06 | 1 | -1/+1 |
|/ |
|
* | Fix oreg_auth_credentials_create register var | Michael Gugino | 2017-12-05 | 1 | -2/+6 |
* | Implement container runtime role | Michael Gugino | 2017-12-01 | 4 | -15/+8 |
* | retry package operations | Luke Meyer | 2017-11-30 | 11 | -0/+28 |
* | Combine openshift_node and openshift_node_dnsmasq | Michael Gugino | 2017-11-27 | 5 | -2/+91 |
* | Merge pull request #6198 from mgugino-upstream-stage/openvswitch-sys-container | Michael Gugino | 2017-11-27 | 1 | -2/+2 |
|\ |
|
| * | Remove is_openvswitch_system_container from facts | Michael Gugino | 2017-11-22 | 1 | -2/+2 |
* | | Include Deprecation - openshift-node | Russell Teague | 2017-11-22 | 6 | -30/+27 |
|/ |
|
* | Fix system_images_registry variable | Michael Gugino | 2017-11-22 | 2 | -4/+4 |
* | Fix node system container var | Michael Gugino | 2017-11-21 | 2 | -3/+3 |
* | Combine openshift_node and openshift_node_upgrade | Michael Gugino | 2017-11-16 | 6 | -0/+320 |
* | Merge pull request #6094 from mgugino-upstream-stage/syscontainers-docker-log... | OpenShift Merge Robot | 2017-11-15 | 1 | -0/+19 |
|\ |
|
| * | Alternative method to create docker registry auth creds | Michael Gugino | 2017-11-14 | 1 | -0/+19 |
* | | Adding instance profile support for node groups. | Kenny Woodson | 2017-11-13 | 2 | -0/+2 |
|/ |
|
* | Adding CONFIG_FILE option back. | Kenny Woodson | 2017-11-01 | 1 | -3/+3 |
* | Configurable node config location. | Kenny Woodson | 2017-11-01 | 1 | -3/+3 |
* | Merge pull request #5924 from smarterclayton/bootstrap_cleanup | OpenShift Merge Robot | 2017-10-31 | 1 | -1/+1 |
|\ |
|
| * | GCP cannot use AWS growpart package | Clayton Coleman | 2017-10-30 | 1 | -1/+1 |
* | | Add retry logic to docker auth credentials | Michael Gugino | 2017-10-30 | 1 | -0/+3 |
|/ |
|
* | Renaming csr to bootstrap for consistency. | Kenny Woodson | 2017-10-25 | 1 | -1/+1 |
* | systemcontainers: Verify atomic.conf proxy is always configured | Steve Milner | 2017-10-19 | 2 | -0/+10 |
* | Do not remove files for bootstrap if resolv or dns. | Kenny Woodson | 2017-10-17 | 5 | -51/+102 |
* | Fix containerized node service unit placement order | Michael Gugino | 2017-10-12 | 4 | -15/+3 |
* | Fix broken debug_level | Michael Gugino | 2017-10-11 | 1 | -1/+1 |
* | Separate tuned daemon setup into a role. | Jiri Mencak | 2017-10-10 | 2 | -45/+0 |
* | Move node aws credentials to config.yml | Michael Gugino | 2017-10-02 | 2 | -16/+16 |
* | Merge pull request #5599 from ashcrow/node-start-fix | OpenShift Merge Robot | 2017-10-01 | 1 | -0/+2 |
|\ |
|
| * | openshift_node: Add MASTER_SERVICE on system container install | Steve Milner | 2017-09-29 | 1 | -0/+1 |
| * | openshift_node: Set DOCKER_SERVICE for system container | Steve Milner | 2017-09-29 | 1 | -0/+1 |
* | | Fix registry auth variable | Michael Gugino | 2017-09-29 | 1 | -1/+1 |
|/ |
|
* | Fix registry_auth logic for upgrades | Michael Gugino | 2017-09-22 | 1 | -10/+9 |
* | Merge pull request #5429 from giuseppe/node-specify-dns-domain | OpenShift Merge Robot | 2017-09-21 | 1 | -0/+2 |
|\ |
|
| * | node: specify the DNS domain | Giuseppe Scrivano | 2017-09-20 | 1 | -0/+2 |
* | | Cleanup old deployment types | Michael Gugino | 2017-09-20 | 1 | -1/+2 |
|/ |
|
* | Fix registry auth task ordering | Michael Gugino | 2017-09-18 | 1 | -2/+2 |
* | Merge pull request #5334 from juanluisvaladas/move-sysctl | OpenShift Merge Robot | 2017-09-16 | 1 | -8/+5 |
|\ |
|
| * | Move sysctl.conf customizations to a separate file | Juan Luis de Sousa-Valadas CastaƱo | 2017-09-08 | 1 | -8/+5 |
* | | Setup tuned after the node has been restarted. | Jiri Mencak | 2017-09-14 | 1 | -4/+4 |
* | | Merge pull request #5370 from jmencak/tuned-openshift-ansible-bad_merge-fix | OpenShift Bot | 2017-09-13 | 2 | -14/+4 |
|\ \ |
|
| * | | Re-enabling new tuned profile hierarchy (PR5089) | Jiri Mencak | 2017-09-12 | 2 | -14/+4 |
* | | | Fix: authenticated registry support for containerized hosts | Michael Gugino | 2017-09-11 | 2 | -14/+26 |
|/ / |
|
* | | Consolidating AWS roles and variables underneath openshift_aws role. | Kenny Woodson | 2017-09-07 | 2 | -11/+29 |
* | | Remove openshift-common | Michael Gugino | 2017-09-06 | 4 | -5/+5 |
* | | Merge pull request #5230 from kwoodson/openshift_node_bootstrap | OpenShift Bot | 2017-08-30 | 5 | -187/+232 |
|\ \ |
|
| * | | Merging openshift_node with openshift bootstrap. | Kenny Woodson | 2017-08-29 | 5 | -188/+233 |
* | | | Merge pull request #5128 from mgugino-upstream-stage/reg-auth | Scott Dodson | 2017-08-29 | 1 | -0/+15 |
|\ \ \ |
|
| * | | | Add independent registry auth support | Michael Gugino | 2017-08-28 | 1 | -0/+15 |
| |/ / |
|