summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-18Task "Update router image to current version" failed, if router not in ↵Jan-Otto Kröpke
default namespace Also added hardcoded -n default to registry patch, since oc get has -n default, too.
2016-05-17Merge pull request #1886 from smunilla/BZ1331239Jason DeTiberus
a-o-i: No proxy questions for 3.0/3.1
2016-05-17Merge pull request #1907 from cboggs/fix-issue-1906Jason DeTiberus
Issue 1906: Remove interpolated g_all_hosts with_items arg from upgrade playbooks
2016-05-17remove interpolated g_all_hosts with_items arg from upgrade playbooksCody Boggs
2016-05-17Merge pull request #1897 from sdodson/issue1435Jason DeTiberus
Include sdn-ovs in upgrade commands to avoid pulling in newer packages
2016-05-17Merge pull request #1691 from abutcher/rhel-subscribeJason DeTiberus
Check consumed pools prior to attaching.
2016-05-17Merge pull request #1811 from sdodson/dont-pull-cli-on-upgradeJason DeTiberus
Don't pull cli image when we're not containerized
2016-05-17Merge pull request #1899 from abutcher/v2-recursive-loopJason DeTiberus
Fix 'recursive loop detected in template string' for upgrading variable.
2016-05-17Merge pull request #1876 from abutcher/openshift-common-hostnameJason DeTiberus
Fix proxy facts
2016-05-17Set openshift.common.hostname early in playbook execution.Andrew Butcher
2016-05-16Automatic commit of package [openshift-ansible] release [3.0.90-1].Troy Dawson
2016-05-16Merge pull request #1880 from dgoodwin/registry-insecureBrenton Leanhardt
Fixes for openshift_docker_hosted_registry_insecure var.
2016-05-16Fix 'recursive loop detected in template string' for upgrading variable.Andrew Butcher
2016-05-16Merge pull request #1890 from sdodson/image-stream-syncBrenton Leanhardt
Image stream sync
2016-05-16a-o-i: No proxy questions for 3.0/3.1Samuel Munilla
Global proxies were not supported until 3.2 so if a lesser version is specified then we don't need to ask for it.
2016-05-16Fixes for openshift_docker_hosted_registry_insecure var.Devan Goodwin
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.
2016-05-16Merge pull request #1859 from dgoodwin/containerized-upgradeBrenton Leanhardt
Containerized Upgrade Fixes
2016-05-16Fix minor upgrades in 3.1Scott Dodson
2016-05-16Move latest to v1.2Scott Dodson
2016-05-16Sync latest contentScott Dodson
2016-05-15Merge pull request #1891 from sosiouxme/20160613-update-logging-originJason DeTiberus
update origin logging and metrics deployer templates
2016-05-14Merge pull request #1888 from maci0/masterJason DeTiberus
Update default max-pods parameter
2016-05-14Update default max-pods parameterMarcel Wysocki
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.
2016-05-14Merge pull request #1892 from abutcher/max-requests-inflightJason DeTiberus
Configurable servingInfo.maxRequestsInFlight
2016-05-13Allow overriding servingInfo.maxRequestsInFlight via ↵Andrew Butcher
openshift_master_max_requests_inflight.
2016-05-13update logging and metrics deployer templatesLuke Meyer
2016-05-13Merge pull request #1860 from abutcher/v2-checkJason DeTiberus
Allow ansible >= 1.9.4
2016-05-13Merge pull request #1862 from abutcher/v2-vars-files-upgradeJason DeTiberus
Remove vars_files on play includes for upgrade playbooks.
2016-05-13Update default max-pods parameterMarcel Wysocki
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.
2016-05-12Merge pull request #1885 from dgoodwin/proxy-quotesJason DeTiberus
Fix mistaken quotes on proxy sysconfig variables.
2016-05-12Block upgrading w/ ansible v2.Andrew Butcher
2016-05-12Merge pull request #1875 from sdodson/fix-static-interfacesJason DeTiberus
Use IP4_NAMESERVERS rather than DHCP4_DOMAIN_NAME_SERVERS
2016-05-12Fixed openvswitch not upgrading.Devan Goodwin
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.
2016-05-12Do not upgrade containers to latest avail during a normal config run.Devan Goodwin
2016-05-12Update StringIO import for py2/3 compat.Andrew Butcher
2016-05-12Fix mistaken quotes on proxy sysconfig variables.Devan Goodwin
Only need double quotes if preserving whitespace, and never singles.
2016-05-12Sync comments with origin prScott Dodson
2016-05-12Use IP4_NAMESERVERS rather than DHCP4_DOMAIN_NAME_SERVERSScott Dodson
Only modify resolv.conf if IP4_NAMESERVERS is defined, it's not safe to do so otherwise.
2016-05-12Merge pull request #1870 from sdodson/fix-firewallJason DeTiberus
Fix master firewall rules by deferring them
2016-05-12Merge pull request #1737 from moolitayer/manageiq_sa_to_have_image_scanning_roleJason DeTiberus
Add image-auditor role to ManageIQ SA
2016-05-12Remove vars_files on play includes for upgrade playbooks.Andrew Butcher
2016-05-12Merge pull request #1883 from dgoodwin/tokenconfigJason DeTiberus
Document oauth token config inventory vars.
2016-05-12Merge pull request #1871 from sdodson/fix-versionJason DeTiberus
Fix version fact on containerized installs
2016-05-12Document oauth token config inventory vars.Devan Goodwin
These were added in November but weren't covered in the example inventories.
2016-05-11Why is the node failing to startScott Dodson
2016-05-11Move os_firewall out of openshift_commonScott Dodson
2016-05-11Remove old unused firewall rulesScott Dodson
2016-05-11Fix firewall rulesScott Dodson
2016-05-10Merge pull request #1873 from smunilla/BZ1331236Jason DeTiberus
a-o-i: Write proxy variables
2016-05-10Merge pull request #1192 from lebauce/storage-cinder-roleJason DeTiberus
Add support for Openstack based persistent volumes