Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Task "Update router image to current version" failed, if router not in ↵ | Jan-Otto Kröpke | 2016-05-18 | 1 | -2/+2 |
| | | | | | default namespace Also added hardcoded -n default to registry patch, since oc get has -n default, too. | ||||
* | Merge pull request #1886 from smunilla/BZ1331239 | Jason DeTiberus | 2016-05-17 | 1 | -1/+3 |
|\ | | | | | a-o-i: No proxy questions for 3.0/3.1 | ||||
| * | a-o-i: No proxy questions for 3.0/3.1 | Samuel Munilla | 2016-05-16 | 1 | -1/+3 |
| | | | | | | | | | | | | Global proxies were not supported until 3.2 so if a lesser version is specified then we don't need to ask for it. | ||||
* | | Merge pull request #1907 from cboggs/fix-issue-1906 | Jason DeTiberus | 2016-05-17 | 3 | -3/+3 |
|\ \ | | | | | | | Issue 1906: Remove interpolated g_all_hosts with_items arg from upgrade playbooks | ||||
| * | | remove interpolated g_all_hosts with_items arg from upgrade playbooks | Cody Boggs | 2016-05-17 | 3 | -3/+3 |
|/ / | |||||
* | | Merge pull request #1897 from sdodson/issue1435 | Jason DeTiberus | 2016-05-17 | 1 | -2/+2 |
|\ \ | | | | | | | Include sdn-ovs in upgrade commands to avoid pulling in newer packages | ||||
| * | | Fix minor upgrades in 3.1 | Scott Dodson | 2016-05-16 | 1 | -2/+2 |
| |/ | |||||
* | | Merge pull request #1691 from abutcher/rhel-subscribe | Jason DeTiberus | 2016-05-17 | 1 | -0/+11 |
|\ \ | | | | | | | Check consumed pools prior to attaching. | ||||
| * | | Check consumed pools prior to attaching. | Andrew Butcher | 2016-03-31 | 1 | -0/+11 |
| | | | |||||
* | | | Merge pull request #1811 from sdodson/dont-pull-cli-on-upgrade | Jason DeTiberus | 2016-05-17 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Don't pull cli image when we're not containerized | ||||
| * | | | Don't pull cli image when we're not containerized | Scott Dodson | 2016-04-26 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #1899 from abutcher/v2-recursive-loop | Jason DeTiberus | 2016-05-17 | 3 | -6/+3 |
|\ \ \ \ | | | | | | | | | | | Fix 'recursive loop detected in template string' for upgrading variable. | ||||
| * | | | | Fix 'recursive loop detected in template string' for upgrading variable. | Andrew Butcher | 2016-05-16 | 3 | -6/+3 |
| | | | | | |||||
* | | | | | Merge pull request #1876 from abutcher/openshift-common-hostname | Jason DeTiberus | 2016-05-17 | 1 | -1/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix proxy facts | ||||
| * | | | | | Set openshift.common.hostname early in playbook execution. | Andrew Butcher | 2016-05-17 | 1 | -1/+4 |
|/ / / / / | |||||
* | | | | | Automatic commit of package [openshift-ansible] release [3.0.90-1]. | Troy Dawson | 2016-05-16 | 2 | -2/+83 |
| | | | | | |||||
* | | | | | Merge pull request #1880 from dgoodwin/registry-insecure | Brenton Leanhardt | 2016-05-16 | 6 | -12/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixes for openshift_docker_hosted_registry_insecure var. | ||||
| * | | | | | Fixes for openshift_docker_hosted_registry_insecure var. | Devan Goodwin | 2016-05-16 | 6 | -12/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a failure on masters if you explicitly set openshift_docker_hosted_registry_insecure=true. This is the default but if you tried to set it an error would trigger as a relevant variable was not passed in the master playbooks. Fixes setting the variable to false being ignored. master/node playbooks were referencing the docker fact, which was not set at that point and thus we were always getting the default of true, regardless what was in your inventory. Stop passing registry insecure in via playbooks, we can access it when running openshift_facts itself. Add a new default in openshift facts. | ||||
* | | | | | | Merge pull request #1890 from sdodson/image-stream-sync | Brenton Leanhardt | 2016-05-16 | 16 | -38/+100 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Image stream sync | ||||
| * | | | | | Move latest to v1.2 | Scott Dodson | 2016-05-16 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Sync latest content | Scott Dodson | 2016-05-16 | 15 | -37/+99 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #1859 from dgoodwin/containerized-upgrade | Brenton Leanhardt | 2016-05-16 | 6 | -9/+31 |
|\ \ \ \ \ | |/ / / / |/| | | | | Containerized Upgrade Fixes | ||||
| * | | | | Fixed openvswitch not upgrading. | Devan Goodwin | 2016-05-12 | 2 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem was a missing restart as systemd file did not change, so no notification was triggered. Added a notification on a file that contains the image version which does change. This exposed a bug where openvswitch shuts down the node and you return to no functioning nodes. Fixed by reordering the handlers so openvswitch restarts first. | ||||
| * | | | | Do not upgrade containers to latest avail during a normal config run. | Devan Goodwin | 2016-05-12 | 4 | -6/+25 |
| | | | | | |||||
* | | | | | Merge pull request #1891 from sosiouxme/20160613-update-logging-origin | Jason DeTiberus | 2016-05-15 | 2 | -9/+21 |
|\ \ \ \ \ | | | | | | | | | | | | | update origin logging and metrics deployer templates | ||||
| * | | | | | update logging and metrics deployer templates | Luke Meyer | 2016-05-13 | 2 | -9/+21 |
| | | | | | | |||||
* | | | | | | Merge pull request #1888 from maci0/master | Jason DeTiberus | 2016-05-14 | 3 | -3/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Update default max-pods parameter | ||||
| * | | | | | | Update default max-pods parameter | Marcel Wysocki | 2016-05-14 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates the openshift_node_kubelet_args max-pods parameter from 40 to 110 which is the new number of maximum supported pods per node in OSE 3.2. The inventory file should reflect this. | ||||
| * | | | | | | Update default max-pods parameter | Marcel Wysocki | 2016-05-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates the openshift_node_kubelet_args max-pods parameter from 40 to 110 which is the new number of maximum supported pods per node in OSE 3.2. The inventory file should reflect this. | ||||
* | | | | | | | Merge pull request #1892 from abutcher/max-requests-inflight | Jason DeTiberus | 2016-05-14 | 6 | -2/+13 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Configurable servingInfo.maxRequestsInFlight | ||||
| * | | | | | | Allow overriding servingInfo.maxRequestsInFlight via ↵ | Andrew Butcher | 2016-05-13 | 6 | -2/+13 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | openshift_master_max_requests_inflight. | ||||
* | | | | | | Merge pull request #1860 from abutcher/v2-check | Jason DeTiberus | 2016-05-13 | 1 | -2/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Allow ansible >= 1.9.4 | ||||
| * | | | | | | Ensure ansible version greater than 1.9.4 | Andrew Butcher | 2016-05-05 | 1 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #1862 from abutcher/v2-vars-files-upgrade | Jason DeTiberus | 2016-05-13 | 10 | -31/+98 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Remove vars_files on play includes for upgrade playbooks. | ||||
| * | | | | | | Block upgrading w/ ansible v2. | Andrew Butcher | 2016-05-12 | 5 | -1/+18 |
| | | | | | | | |||||
| * | | | | | | Update StringIO import for py2/3 compat. | Andrew Butcher | 2016-05-12 | 1 | -4/+4 |
| | | | | | | | |||||
| * | | | | | | Remove vars_files on play includes for upgrade playbooks. | Andrew Butcher | 2016-05-12 | 8 | -26/+76 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #1885 from dgoodwin/proxy-quotes | Jason DeTiberus | 2016-05-12 | 3 | -9/+9 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix mistaken quotes on proxy sysconfig variables. | ||||
| * | | | | | | | Fix mistaken quotes on proxy sysconfig variables. | Devan Goodwin | 2016-05-12 | 3 | -9/+9 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | Only need double quotes if preserving whitespace, and never singles. | ||||
* | | | | | | | Merge pull request #1875 from sdodson/fix-static-interfaces | Jason DeTiberus | 2016-05-12 | 1 | -7/+10 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Use IP4_NAMESERVERS rather than DHCP4_DOMAIN_NAME_SERVERS | ||||
| * | | | | | | Sync comments with origin pr | Scott Dodson | 2016-05-12 | 1 | -4/+6 |
| | | | | | | | |||||
| * | | | | | | Use IP4_NAMESERVERS rather than DHCP4_DOMAIN_NAME_SERVERS | Scott Dodson | 2016-05-12 | 1 | -3/+4 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Only modify resolv.conf if IP4_NAMESERVERS is defined, it's not safe to do so otherwise. | ||||
* | | | | | | Merge pull request #1870 from sdodson/fix-firewall | Jason DeTiberus | 2016-05-12 | 5 | -37/+34 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix master firewall rules by deferring them | ||||
| * | | | | | | Why is the node failing to start | Scott Dodson | 2016-05-11 | 1 | -0/+11 |
| | | | | | | | |||||
| * | | | | | | Move os_firewall out of openshift_common | Scott Dodson | 2016-05-11 | 2 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Remove old unused firewall rules | Scott Dodson | 2016-05-11 | 1 | -5/+0 |
| | | | | | | | |||||
| * | | | | | | Fix firewall rules | Scott Dodson | 2016-05-11 | 2 | -36/+27 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #1737 from moolitayer/manageiq_sa_to_have_image_scanning_role | Jason DeTiberus | 2016-05-12 | 3 | -0/+14 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Add image-auditor role to ManageIQ SA | ||||
| * | | | | | | Add system:image-auditor role to ManageIQ SA | Mooli Tayer | 2016-05-03 | 3 | -0/+14 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #1883 from dgoodwin/tokenconfig | Jason DeTiberus | 2016-05-12 | 3 | -3/+15 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Document oauth token config inventory vars. |