summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-30Merge pull request #4299 from sdodson/boolOpenShift Bot
Merged by openshift-bot
2017-05-30Merge pull request #4298 from mwringe/metrics_imagepullpolicy_alwaysOpenShift Bot
Merged by openshift-bot
2017-05-30Merge pull request #4314 from ewolinetz/logging_pvc_checkScott Dodson
Adding default value for openshift_hosted_logging_storage_kind
2017-05-30Adding default value for openshift_hosted_logging_storage_kindewolinetz
2017-05-30Merge pull request #4280 from ewolinetz/logging_pvc_fixOpenShift Bot
Merged by openshift-bot
2017-05-30Merge pull request #4271 from DG-i/masterOpenShift Bot
Merged by openshift-bot
2017-05-30Merge pull request #4301 from sosiouxme/20170526-add-mem-check-fudge-factorScott Dodson
memory check: use GiB/MiB and adjust memtotal
2017-05-30Automatic commit of package [openshift-ansible] release [3.6.86-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.86
2017-05-30Merge pull request #4231 from ewolinetz/bz1452214Scott Dodson
Updating registry-console version to be v3.6 instead of 3.6
2017-05-29memory check: use GiB/MiB and adjust memtotalLuke Meyer
fixes https://bugzilla.redhat.com/show_bug.cgi?id=1455884 Various things reserve memory such that memtotal is quite lower than the actual physical RAM of the system. It's larger as RAM increases but it's not really proportional so I just added a flat 1GiB adjustment in the comparison. This ought to "pass when it's close enough."
2017-05-26Merge pull request #4234 from vshn/feature/oreg_url_masternodeOpenShift Bot
Merged by openshift-bot
2017-05-26Merge pull request #4288 from wozniakjan/logging_es_fixScott Dodson
openshift_logging: increasing *_elasticsearch_* default CPU and memory
2017-05-26Merge pull request #4300 from sdodson/fedora-ciScott Dodson
Lower memory requirements in fedora-ci jobs
2017-05-26Reduce memory requirement to 2gb for fedora ci jobsScott Dodson
2017-05-26boolScott Dodson
2017-05-26Metrics: update the imagePullPolicy to be alwaysmwringe
2017-05-26Merge pull request #4277 from ewolinetz/bz1455310Scott Dodson
Updating python-passlib assert
2017-05-25Automatic commit of package [openshift-ansible] release [3.6.85-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.85
2017-05-25Merge pull request #4273 from ewolinetz/36_registry_console_upgradeOpenShift Bot
Merged by openshift-bot
2017-05-25Merge pull request #4161 from rhcarvalho/integrate-checks-with-installScott Dodson
Verify memory and disk requirements before install
2017-05-25openshift_logging: increasing *_elasticsearch_* default CPU and memoryJan Wozniak
2017-05-25Updating python-passlib assertewolinetz
2017-05-25Updating to generate PVC when storage type is passed in as nfsewolinetz
2017-05-24Merge pull request #4242 from jarrpa/map-pairs-fixOpenShift Bot
Merged by openshift-bot
2017-05-24Automatic commit of package [openshift-ansible] release [3.6.84-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.84
2017-05-24Merge pull request #4244 from jarrpa/oc_process-errOpenShift Bot
Merged by openshift-bot
2017-05-24Automatic commit of package [openshift-ansible] release [3.6.83-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.83
2017-05-24Merge pull request #4257 from dmsimard/hostname_validationOpenShift Bot
Merged by openshift-bot
2017-05-24Prepending v to registry-console versionewolinetz
2017-05-24Automatic commit of package [openshift-ansible] release [3.6.82-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.82
2017-05-24disable become for local actionsMathias Merscher
2017-05-23Merge pull request #3509 from ewolinetz/logging_component_subrolesOpenShift Bot
Merged by openshift-bot
2017-05-23Merge pull request #4263 from sosiouxme/20170522-fix-docker-test-flakeOpenShift Bot
Merged by openshift-bot
2017-05-23Merge pull request #4230 from ozdanborne/fix-renameOpenShift Bot
Merged by openshift-bot
2017-05-23Automatic commit of package [openshift-ansible] release [3.6.80-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.80
2017-05-23memory health check: adjust threshold for etcdLuke Meyer
2017-05-23health checks: specify check skip reasonLuke Meyer
Added indicator to check result for why that check was skipped. Note that currently the user will only see it with ansible-playbook -vv
2017-05-23health checks: configure failure output in playbooksLuke Meyer
Customized the error summary to depend on the intent of the playbook run. Ensured output makes sense when failures are unrelated to running checks.
2017-05-23disk/memory checks: make threshold configurableLuke Meyer
2017-05-23Show help on how to disable checks after failureRodolfo Carvalho
2017-05-23Allow disabling checks via Ansible variableRodolfo Carvalho
Example usage: $ ansible-playbook -i hosts playbooks/byo/config.yml -e openshift_disable_check=memory_availability,disk_availability Or add the variable to the inventory / hosts file.
2017-05-23Verify memory and disk requirements before installRodolfo Carvalho
2017-05-23Merge pull request #4079 from sosiouxme/20170503-move-check-playbookOpenShift Bot
Merged by openshift-bot
2017-05-23Automatic commit of package [openshift-ansible] release [3.6.69-1].Scott Dodson
Created by command: /usr/bin/tito tag
2017-05-23Fixing tux warnings and some final clean upewolinetz
2017-05-23Merge pull request #3785 from ↵OpenShift Bot
juanvallejo/jvallejo/update-docker-image-availability-check Merged by openshift-bot
2017-05-23Merge pull request #4248 from abutcher/sysctl-workaroundOpenShift Bot
Merged by openshift-bot
2017-05-22Merge pull request #4243 from jarrpa/template-paramsOpenShift Bot
Merged by openshift-bot
2017-05-22Appease travisScott Dodson
2017-05-22preflight int tests: fix test flakeLuke Meyer
Those tests spin up docker images and remove them at the end. The removal seems to fail randomly on test systems. Changed the removal task to ignore errors.