| Commit message (Expand) | Author | Age | Files | Lines |
* | Add service file templates for master and node | Steve Milner | 2017-05-09 | 3 | -0/+55 |
* | Update systemd units to use proper container service name | Steve Milner | 2017-05-09 | 3 | -12/+12 |
* | Stop logging AWS credentials in master role. | Devan Goodwin | 2017-05-03 | 1 | -0/+1 |
* | Don't double quote when conditions | Scott Dodson | 2017-05-01 | 1 | -1/+1 |
* | master-api: add mount for /var/log | Giuseppe Scrivano | 2017-04-06 | 1 | -1/+1 |
* | master: add mount for /var/log | Giuseppe Scrivano | 2017-04-06 | 1 | -1/+1 |
* | Use meta/main.yml for role dependencies | Russell Teague | 2017-03-27 | 2 | -4/+1 |
* | Merge pull request #3599 from martineg/min_tls_version | OpenShift Bot | 2017-03-14 | 1 | -0/+18 |
|\ |
|
| * | Allow overriding minTLSVersion and cipherSuites | Martin Eggen | 2017-03-09 | 1 | -0/+18 |
* | | Force to use TLSv1.2 (related to https://github.com/openshift/openshift-ansib... | Olivier Buisson | 2017-03-13 | 1 | -1/+1 |
* | | nuage: Move role back to config | Steve Milner | 2017-03-10 | 1 | -2/+0 |
|/ |
|
* | Merge pull request #3393 from srampal/contiv | Scott Dodson | 2017-03-01 | 2 | -1/+4 |
|\ |
|
| * | Combined (squashed) commit for all changes related to adding Contiv support i... | Sanjeev Rampal | 2017-02-27 | 2 | -1/+4 |
* | | master: use the new oc_atomic_container module | Giuseppe Scrivano | 2017-02-28 | 2 | -57/+23 |
|/ |
|
* | master, vars/main.yml: define l_is_ha and l_is_same_version | Giuseppe Scrivano | 2017-02-14 | 2 | -12/+15 |
* | master: support HA deployments with system containers | Giuseppe Scrivano | 2017-02-10 | 2 | -2/+47 |
* | Merge pull request #3109 from giuseppe/system-containers | Giuseppe Scrivano | 2017-02-10 | 3 | -3/+43 |
|\ |
|
| * | system-containers: implement idempotent update | Giuseppe Scrivano | 2017-02-10 | 1 | -2/+21 |
| * | atomic-openshift: install as a system container | Giuseppe Scrivano | 2017-02-10 | 3 | -3/+24 |
* | | Ensure embedded etcd config uses CA bundle. | Andrew Butcher | 2017-02-09 | 1 | -0/+12 |
|/ |
|
* | Restructure certificate redeploy playbooks | Andrew Butcher | 2017-02-02 | 1 | -0/+8 |
* | Merge pull request #2973 from AlbertoPeon/metrics_url | Scott Dodson | 2017-01-26 | 1 | -2/+2 |
|\ |
|
| * | Set metrics url even if metrics_deploy is false | Alberto Peon | 2017-01-20 | 1 | -2/+2 |
* | | Comma separate no_proxy host list in openshift_facts so that it appears as a ... | Andrew Butcher | 2017-01-25 | 3 | -3/+3 |
|/ |
|
* | Merge pull request #3086 from bparees/build_nodes | Scott Dodson | 2017-01-17 | 1 | -0/+1 |
|\ |
|
| * | add configuration for build default+overrides settings | Ben Parees | 2017-01-16 | 1 | -0/+1 |
* | | Support openshift_node_port_range for configuring service NodePorts | Clayton Coleman | 2017-01-10 | 1 | -1/+1 |
|/ |
|
* | Move role dependencies out of playbooks for openshift_master, openshift_node ... | Andrew Butcher | 2017-01-09 | 1 | -1/+30 |
* | YAML Linting | Russell Teague | 2016-12-12 | 1 | -0/+1 |
* | Merge pull request #2902 from dgoodwin/fix-metrics-url | Scott Dodson | 2016-12-08 | 1 | -3/+3 |
|\ |
|
| * | Fix metricsPublicURL only being set correctly on first master. | Devan Goodwin | 2016-12-01 | 1 | -3/+3 |
* | | Pre-pull master/node/ovs images during upgrade. | Devan Goodwin | 2016-12-07 | 2 | -7/+8 |
* | | Update scheduler predicate/priorities vars | Jason DeTiberus | 2016-12-01 | 1 | -2/+6 |
|/ |
|
* | refactor handling of scheduler defaults | Jason DeTiberus | 2016-11-29 | 1 | -5/+2 |
* | Refactored to use Ansible systemd module | Russell Teague | 2016-11-28 | 4 | -33/+42 |
* | Merge pull request #2836 from abutcher/BZ1393645 | Scott Dodson | 2016-11-28 | 1 | -10/+0 |
|\ |
|
| * | Merge kube_admission_plugin_config with admission_plugin_config | Samuel Munilla | 2016-11-22 | 1 | -10/+0 |
* | | Refactor to use Ansible package module | Russell Teague | 2016-11-17 | 1 | -3/+5 |
|/ |
|
* | Merge pull request #2702 from jkhelil/fix_master_config_template | Andrew Butcher | 2016-11-16 | 2 | -16/+18 |
|\ |
|
| * | Prevent useless master by reworking template for master service enf file | Jawed khelil | 2016-11-02 | 2 | -16/+18 |
* | | Merge pull request #2636 from enlinxu/master | Andrew Butcher | 2016-11-16 | 1 | -0/+1 |
|\ \ |
|
| * | | support 3rd party scheduler | enlinxu | 2016-10-20 | 1 | -0/+1 |
* | | | Change to allow cni deployments without openshift SDN | yfauser | 2016-11-08 | 1 | -1/+1 |
* | | | Merge pull request #2718 from dgoodwin/restart-api-always | Scott Dodson | 2016-11-04 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Restart API service always as well. | Devan Goodwin | 2016-11-04 | 1 | -0/+1 |
| | |/
| |/| |
|
* / | | Where we use curl force it to use tlsv1.2 | Scott Dodson | 2016-11-02 | 1 | -1/+1 |
|/ / |
|
* / | Change HA master controller service to restart always. | Devan Goodwin | 2016-10-27 | 2 | -2/+2 |
|/ |
|
* | Switch from "oadm" to "oc adm" and fix bug in binary sync. | Devan Goodwin | 2016-10-19 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:openshift/openshift-ansible into variable... | Justin Cook | 2016-10-11 | 1 | -0/+23 |
|\ |
|
| * | Apply same pattern to HA master services | Scott Dodson | 2016-10-10 | 1 | -0/+12 |