summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-31Merge pull request #5940 from sdodson/nevragainOpenShift Merge Robot
Automatic merge from submit-queue. Also require that we match the release Since we're now only bumping the release field if you've already got openshift-ansible-3.7.0-0.1 and you try to install openshift-ansible-3.7.0-0.2 it won't upgrade all the dependencies but it should.
2017-10-31Merge pull request #4560 from tremble/always_runOpenShift Merge Robot
Automatic merge from submit-queue. replace deprecated always_run with check_mode: no Prior to Ansible 2.2 only the the equivalent of check_mode: no existed. The notation for that was always_run: yes. always_run now generates a deprecation warning: > [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. > This feature will be removed in version 2.4. Deprecation warnings can be > disabled by setting deprecation_warnings=False in ansible.cfg.
2017-10-30Merge pull request #5933 from kwoodson/remove_unneeded_setupOpenShift Merge Robot
Automatic merge from submit-queue. Removing unneeded bootstrap which moved into the product. Removing unneeded code now that it has moved officially into the product.
2017-10-31Automatic commit of package [openshift-ansible] release [3.7.0-0.188.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-30Delete images located in a family named {{ prefix }}imagesClayton Coleman
Allows CI jobs to create images specifically for this cluster and then remove them afterwards.
2017-10-30Use global IP to indicate node should pick DNSClayton Coleman
2017-10-30Remove project metadata prefixed with the cluster prefixClayton Coleman
Allows other scripts to create metadata that is cleaned up safely.
2017-10-30Use openshift.node.registry_url instead of oreg_urlClayton Coleman
Consistent with other use
2017-10-30Allow master node group to wait for stable on GCPClayton Coleman
Masters can be in a bootstrap config, but allow them to wait for stable so that we don't have inventory issues.
2017-10-30GCP cannot use AWS growpart packageClayton Coleman
Make the required package optional
2017-10-30Merge pull request #5884 from barlik/masterOpenShift Merge Robot
Automatic merge from submit-queue. Fix broken oc_secret update function
2017-10-30Merge pull request #5915 from sdodson/bz1507061OpenShift Merge Robot
Automatic merge from submit-queue. Correctly install cockpit Seems this was changed inadvertantly in #5378 Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1507061
2017-10-30dnsmasq cache-size dns-forward-max changePhil Cameron
On very large clusters dnsmasq performance suffers due to limited cache-size and dns-forward-max values. bug: 1482847 https://bugzilla.redhat.com/show_bug.cgi?id=1482847
2017-10-30Also require that we match the releaseScott Dodson
2017-10-30Add rules to the view ClusterRole for service catalog.staebler
2017-10-30Merge pull request #5888 from jcantrill/1501599_allow_project_overcommitOpenShift Merge Robot
Automatic merge from submit-queue. bug 1501599. Omit logging project from overcommit restrictions This PR: * Annotates the logging project to remove overcommit restrictions
2017-10-30Add arbitrary firewall port config to master tooScott Dodson
2017-10-30Merge pull request #5917 from ashcrow/kennys-patchScott Dodson
docker: Create openshift_docker_is_node_or_master variable
2017-10-30remove master.service during the non-ha to ha upgradeJan Chaloupka
2017-10-30Merge pull request #5867 from chinacoolhacker/masterOpenShift Merge Robot
Automatic merge from submit-queue. GlusterFS suppot for OpenShift v1.5 Added files and templates for OpenShift v1.5
2017-10-30Removing unneeded bootstrap which moved into the product.Kenny Woodson
2017-10-30Merge pull request #5769 from jarrpa/image-revertOpenShift Merge Robot
Automatic merge from submit-queue. GlusterFS: Remove image option from heketi command Reverts #5562, option has been removed from heketi command Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1502054 Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-10-30Merge pull request #5864 from JacobTanenbaum/new-CIDROpenShift Merge Robot
Automatic merge from submit-queue. add new clusterNetworks fields to new installs add clusterNetworks field to the networkConfig so that the new fields appear in new installs
2017-10-30Add retry logic to docker auth credentialsMichael Gugino
This commit enables retry on docker login commands. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1506931
2017-10-30Retry restarting journaldMichael Gugino
Sometimes journald fails to restart cleanly during upgrades. This commit retries restarting 3 times. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1506141
2017-10-30Merge pull request #5720 from sdodson/issue5108Scott Dodson
Add dm_thin_pool for gluster use
2017-10-30Add dm_thin_pool for gluster useScott Dodson
2017-10-30Automatic commit of package [openshift-ansible] release [3.7.0-0.187.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-30Modify StorageClass name to standardPing Qin
2017-10-29Automatic commit of package [openshift-ansible] release [3.7.0-0.186.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-28Fix broken oc_secret update functionRastislav Barlik
2017-10-28Make clearer *_nfs_directory and *_volume_namelpsantil
2017-10-28Automatic commit of package [openshift-ansible] release [3.7.0-0.185.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-27Give PV & PVC empty storage class to avoid being assigned default gp2Matthew Wong
2017-10-27Use oc_project to ensure openshift_provisioners_project presentMatthew Wong
2017-10-27Fix yaml formattingMatthew Wong
2017-10-27Merge pull request #5899 from staebler/update_service_catalog_binary_nameOpenShift Merge Robot
Automatic merge from submit-queue. Update the name of the service-catalog binary Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1506541.
2017-10-27Merge pull request #5816 from sosiouxme/20171019-disk-check-sum-varOpenShift Merge Robot
Automatic merge from submit-queue. disk_availability check: include submount storage Fixes bug [1491566](https://bugzilla.redhat.com/show_bug.cgi?id=1491566) In order to determine how much storage is under a path, include any mounts that are below it in addition to the path itself.
2017-10-27Merge pull request #5897 from jcantrill/1506073_cpu_request_match_limitOpenShift Merge Robot
Automatic merge from submit-queue. bug 1506073. Lower cpu request for logging when it exceeds limit This PR fixes https://bugzilla.redhat.com/show_bug.cgi?id=1506073 by: * Lowering the CPU request to match the limit when the request is greater then a specified limit I have an open question on if this is an acceptable change of if it makes the outcome unexpected. Should we prefer to exit during the deployment and advise the operator to correct their inventory?
2017-10-27Automatic commit of package [openshift-ansible] release [3.7.0-0.184.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-27Merge pull request #3806 from jcantrill/upgrade_logging_invalidOpenShift Merge Robot
Automatic merge from submit-queue. Upgrade logging invalid
2017-10-27Merge pull request #5887 from kwoodson/rename_csrKenny Woodson
Renaming csr to bootstrap for consistency.
2017-10-27add new clusterNetworks fields to new installsJacob Tanenbaum
add clusterNetworks field to the networkConfig so that the new fields appear in new installs when openshift version is greater then 3.7
2017-10-27docker: Create openshift_docker_is_node_or_master variableSteve Milner
This can be used in place of: inventory_hostname in groups['oo_masters_to_config'] or \ inventory_hostname in groups['oo_nodes_to_config'] While the previous version works, this change helps with the tasks are run during AMI creation. Code written by Kenny Woodson @kwoodson.
2017-10-27Merge pull request #5916 from mrunalp/crio_log_size_maxScott Dodson
cri-o: Set max log size to 50 mb
2017-10-27Add centos based dotnet 2.0 image streamsScott Dodson
2017-10-27cri-o: Set max log size to 50 mbMrunal Patel
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2017-10-27Merge pull request #5911 from giuseppe/crio-open-port-10010Scott Dodson
cri-o: open port 10010
2017-10-27Merge pull request #5901 from ashcrow/failed-whenScott Dodson
crio: Add failed_when to overlay check
2017-10-27Merge pull request #5904 from mtnbikenc/fix-openshift_releaseRussell Teague
Correct openshift_release regular expression