Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
| * | | | | | Document oauth token config inventory vars. | Devan Goodwin | 2016-05-12 | 3 | -3/+15 |
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | These were added in November but weren't covered in the example inventories. | ||||
* | | | | | Merge pull request #1871 from sdodson/fix-version | Jason DeTiberus | 2016-05-12 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix version fact on containerized installs | ||||
| * | | | | Fix version | Scott Dodson | 2016-05-09 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #1873 from smunilla/BZ1331236 | Jason DeTiberus | 2016-05-10 | 1 | -0/+10 |
|\ \ \ \ \ | | | | | | | | | | | | | a-o-i: Write proxy variables | ||||
| * | | | | | a-o-i: Write proxy variables | Samuel Munilla | 2016-05-10 | 1 | -0/+10 |
| | |_|_|/ | |/| | | | | | | | | | | | | | Write the proper variables for http(s) and proxy excludes to the ansible inventory. | ||||
* | | | | | Merge pull request #1192 from lebauce/storage-cinder-role | Jason DeTiberus | 2016-05-10 | 5 | -34/+104 |
|\ \ \ \ \ | | | | | | | | | | | | | Add support for Openstack based persistent volumes | ||||
| * | | | | | Add support for Openstack based persistent volumes | Sylvain Baubeau | 2016-05-10 | 5 | -34/+104 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com> | ||||
* | | | | | | Merge pull request #1828 from sdodson/bz1330920 | Jason DeTiberus | 2016-05-10 | 4 | -11/+12 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix openshift_generate_no_proxy_hosts boolean | ||||
| * | | | | | | Fix openshift_generate_no_proxy_hosts boolean | Scott Dodson | 2016-04-27 | 1 | -10/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing this also made it obvious that we weren't adding even the current host's name to the no_proxy list. This is absolutely necessary or the master won't be able to reach etcd. So even if they request not to have the list of all hosts and cluster dns zone added we should add the current host's hostname to the no_proxy list. | ||||
| * | | | | | | Fix openshift_generate_no_proxy_hosts examples | Scott Dodson | 2016-04-27 | 3 | -3/+3 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #1874 from abutcher/eval-hosts | Jason DeTiberus | 2016-05-10 | 1 | -2/+0 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Remove extra evaluate_groups include. |