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-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-30Also require that we match the releaseScott Dodson
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-30Merge pull request #5917 from ashcrow/kennys-patchScott Dodson
docker: Create openshift_docker_is_node_or_master variable
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-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-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-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-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-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
2017-10-27Correctly install cockpitScott Dodson
Seems this was changed inadvertantly in #5378
2017-10-27Merge pull request #5905 from ashcrow/restorcon-for-crioScott Dodson
crio: restorcon /var/lib/containers
2017-10-27Merge pull request #5823 from mtnbikenc/fix-initialize_factsScott Dodson
Force include_role to static for loading openshift_facts module
2017-10-27cri-o: open port 10010Giuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-10-27Merge pull request #5880 from giuseppe/fix-docker-crio-credentialsScott Dodson
docker: set credentials when using system container
2017-10-27Merge pull request #5742 from mtnbikenc/refactor-checksScott Dodson
1504593 Refactor health check playbooks
2017-10-27Merge pull request #5874 from mtnbikenc/fix-5675Scott Dodson
Remove 'Not Started' status from playbook checkpoint
2017-10-27bug 1435144. Remove uneeded upgrade in openshift_logging roleJeff Cantrill
2017-10-27Merge pull request #5890 from staebler/svc-cat-rc0.1.0Scott Dodson
Fix CA Bundle passed to service-catalog broker for ansible-service-broker
2017-10-27Merge pull request #5760 from sdodson/oa-deps-masterScott Dodson
Make openshift-ansible depend on all subpackages
2017-10-27Merge pull request #5910 from mtnbikenc/remove-origin-inventoryScott Dodson
Remove inadvertently committed inventory file
2017-10-27Remove inadvertently committed inventory fileRussell Teague
2017-10-27Merge pull request #5891 from mgugino-upstream-stage/dns-bind-interfacesMichael Gugino
Change dnsmasq to bind-interfaces + except-interfaces
2017-10-27bug 1506073. Lower cpu request for logging when it exceeds limitJeff Cantrill
2017-10-27Merge pull request #5875 from mgugino-upstream-stage/fix-upgrade-config-hookMichael Gugino
This previously passed all CI tests, merge queue broke last night. Merging, this is a blocker bug.
2017-10-27Automatic commit of package [openshift-ansible] release [3.7.0-0.183.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-10-26crio: restorcon /var/lib/containersSteve Milner
When using the cri-o system container some items in /var/lib/containers end up having incorrect labels. This runs restorecon -R /var/lib/containers after the system container is installed.
2017-10-26Correct openshift_release regular expressionRussell Teague
Match only versions like: 3.7 3.7.0 3.7.0.0 Avoids matches like: 3.7.0.0.0.0