summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix 'recursive loop detected in template string' for upgrading variable.Andrew Butcher2016-05-163-6/+3
|
* Merge pull request #1859 from dgoodwin/containerized-upgradeBrenton Leanhardt2016-05-166-9/+31
|\ | | | | Containerized Upgrade Fixes
| * Fixed openvswitch not upgrading.Devan Goodwin2016-05-122-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 Goodwin2016-05-124-6/+25
| |
* | Merge pull request #1891 from sosiouxme/20160613-update-logging-originJason DeTiberus2016-05-152-9/+21
|\ \ | | | | | | update origin logging and metrics deployer templates
| * | update logging and metrics deployer templatesLuke Meyer2016-05-132-9/+21
| | |
* | | Merge pull request #1888 from maci0/masterJason DeTiberus2016-05-143-3/+3
|\ \ \ | | | | | | | | Update default max-pods parameter
| * | | Update default max-pods parameterMarcel Wysocki2016-05-142-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 parameterMarcel Wysocki2016-05-131-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-inflightJason DeTiberus2016-05-146-2/+13
|\ \ \ \ | |_|/ / |/| | | Configurable servingInfo.maxRequestsInFlight
| * | | Allow overriding servingInfo.maxRequestsInFlight via ↵Andrew Butcher2016-05-136-2/+13
|/ / / | | | | | | | | | openshift_master_max_requests_inflight.
* | | Merge pull request #1860 from abutcher/v2-checkJason DeTiberus2016-05-131-2/+2
|\ \ \ | | | | | | | | Allow ansible >= 1.9.4
| * | | Ensure ansible version greater than 1.9.4Andrew Butcher2016-05-051-2/+2
| | | |
* | | | Merge pull request #1862 from abutcher/v2-vars-files-upgradeJason DeTiberus2016-05-1310-31/+98
|\ \ \ \ | |_|/ / |/| | | Remove vars_files on play includes for upgrade playbooks.
| * | | Block upgrading w/ ansible v2.Andrew Butcher2016-05-125-1/+18
| | | |
| * | | Update StringIO import for py2/3 compat.Andrew Butcher2016-05-121-4/+4
| | | |
| * | | Remove vars_files on play includes for upgrade playbooks.Andrew Butcher2016-05-128-26/+76
| | | |
* | | | Merge pull request #1885 from dgoodwin/proxy-quotesJason DeTiberus2016-05-123-9/+9
|\ \ \ \ | | | | | | | | | | Fix mistaken quotes on proxy sysconfig variables.
| * | | | Fix mistaken quotes on proxy sysconfig variables.Devan Goodwin2016-05-123-9/+9
| |/ / / | | | | | | | | | | | | Only need double quotes if preserving whitespace, and never singles.
* | | | Merge pull request #1875 from sdodson/fix-static-interfacesJason DeTiberus2016-05-121-7/+10
|\ \ \ \ | |_|_|/ |/| | | Use IP4_NAMESERVERS rather than DHCP4_DOMAIN_NAME_SERVERS
| * | | Sync comments with origin prScott Dodson2016-05-121-4/+6
| | | |
| * | | Use IP4_NAMESERVERS rather than DHCP4_DOMAIN_NAME_SERVERSScott Dodson2016-05-121-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-firewallJason DeTiberus2016-05-125-37/+34
|\ \ \ | | | | | | | | Fix master firewall rules by deferring them
| * | | Why is the node failing to startScott Dodson2016-05-111-0/+11
| | | |
| * | | Move os_firewall out of openshift_commonScott Dodson2016-05-112-1/+1
| | | |
| * | | Remove old unused firewall rulesScott Dodson2016-05-111-5/+0
| | | |
| * | | Fix firewall rulesScott Dodson2016-05-112-36/+27
| | | |
* | | | Merge pull request #1737 from moolitayer/manageiq_sa_to_have_image_scanning_roleJason DeTiberus2016-05-123-0/+14
|\ \ \ \ | |_|/ / |/| | | Add image-auditor role to ManageIQ SA
| * | | Add system:image-auditor role to ManageIQ SAMooli Tayer2016-05-033-0/+14
| | | |
* | | | Merge pull request #1883 from dgoodwin/tokenconfigJason DeTiberus2016-05-123-3/+15
|\ \ \ \ | | | | | | | | | | Document oauth token config inventory vars.
| * | | | Document oauth token config inventory vars.Devan Goodwin2016-05-123-3/+15
| | |/ / | |/| | | | | | | | | | | | | | These were added in November but weren't covered in the example inventories.
* | | | Merge pull request #1871 from sdodson/fix-versionJason DeTiberus2016-05-121-1/+1
|\ \ \ \ | |/ / / |/| | | Fix version fact on containerized installs
| * | | Fix versionScott Dodson2016-05-091-1/+1
| | | |
* | | | Merge pull request #1873 from smunilla/BZ1331236Jason DeTiberus2016-05-101-0/+10
|\ \ \ \ | | | | | | | | | | a-o-i: Write proxy variables
| * | | | a-o-i: Write proxy variablesSamuel Munilla2016-05-101-0/+10
| | | | | | | | | | | | | | | | | | | | Write the proper variables for http(s) and proxy excludes to the ansible inventory.
* | | | | Merge pull request #1192 from lebauce/storage-cinder-roleJason DeTiberus2016-05-105-34/+104
|\ \ \ \ \ | | | | | | | | | | | | Add support for Openstack based persistent volumes
| * | | | | Add support for Openstack based persistent volumesSylvain Baubeau2016-05-105-34/+104
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>
* | | | | | Merge pull request #1828 from sdodson/bz1330920Jason DeTiberus2016-05-104-11/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix openshift_generate_no_proxy_hosts boolean
| * | | | | | Fix openshift_generate_no_proxy_hosts booleanScott Dodson2016-04-271-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 examplesScott Dodson2016-04-273-3/+3
| | | | | | |
* | | | | | | Merge pull request #1874 from abutcher/eval-hostsJason DeTiberus2016-05-101-2/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove extra evaluate_groups include.
| * | | | | | | Remove double evaluate_groups include.Andrew Butcher2016-05-101-2/+0
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #1872 from abutcher/flannel-fixesJason DeTiberus2016-05-105-23/+29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixes for flannel configuration
| * | | | | | | Fixes for flannel configuration.Andrew Butcher2016-05-093-23/+20
| | | | | | | |
| * | | | | | | Initialize facts for all hosts.Andrew Butcher2016-05-092-0/+9
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #1864 from abutcher/gitignore-retryJason DeTiberus2016-05-101-0/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Add *.retry to gitignore.
| * | | | | | Add *.retry to gitignore.Andrew Butcher2016-05-061-0/+1
| | | | | | |
* | | | | | | Merge tag 'openshift-ansible-3.0.89-1'Brenton Leanhardt2016-05-093-3/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Tagging package [openshift-ansible] version [3.0.89-1] in directory [./].
| * | | | | | | Automatic commit of package [openshift-ansible] release [3.0.89-1].Brenton Leanhardt2016-05-092-2/+5
| | | | | | | |
| * | | | | | | Use yum swap to downgrade dockerScott Dodson2016-05-091-1/+1
| | | | | | | |