summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4234 from vshn/feature/oreg_url_masternodeOpenShift Bot2017-05-269-22/+31
|\ | | | | Merged by openshift-bot
| * allow to configure oreg_url specifically for node or master. refs #4233Tobias Brunner2017-05-199-22/+31
| | | | | | | | | | | | | | | | | | This commit allows to specify imageConfig.format specifically for master or for nodes. One use case of this could be if you want to use customer builder images. In this case imageConfig.format only needs to be changed in the master-config.yml but not in the node-config.yml.
* | Merge pull request #4288 from wozniakjan/logging_es_fixScott Dodson2017-05-261-4/+4
|\ \ | | | | | | openshift_logging: increasing *_elasticsearch_* default CPU and memory
| * | openshift_logging: increasing *_elasticsearch_* default CPU and memoryJan Wozniak2017-05-251-4/+4
| | |
* | | Merge pull request #4300 from sdodson/fedora-ciScott Dodson2017-05-261-0/+1
|\ \ \ | | | | | | | | Lower memory requirements in fedora-ci jobs
| * | | Reduce memory requirement to 2gb for fedora ci jobsScott Dodson2017-05-261-0/+1
|/ / /
* | | Merge pull request #4277 from ewolinetz/bz1455310Scott Dodson2017-05-261-1/+1
|\ \ \ | | | | | | | | Updating python-passlib assert
| * | | Updating python-passlib assertewolinetz2017-05-251-1/+1
| | | |
* | | | Automatic commit of package [openshift-ansible] release [3.6.85-1].Jenkins CD Merge Bot2017-05-252-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.85
* | | | Merge pull request #4273 from ewolinetz/36_registry_console_upgradeOpenShift Bot2017-05-251-1/+1
|\ \ \ \ | | | | | | | | | | Merged by openshift-bot
| * | | | Prepending v to registry-console versionewolinetz2017-05-241-1/+1
| |/ / /
* | | | Merge pull request #4161 from rhcarvalho/integrate-checks-with-installScott Dodson2017-05-2510-57/+198
|\ \ \ \ | |_|/ / |/| | | Verify memory and disk requirements before install
| * | | memory health check: adjust threshold for etcdLuke Meyer2017-05-232-4/+10
| | | |
| * | | health checks: specify check skip reasonLuke Meyer2017-05-232-9/+24
| | | | | | | | | | | | | | | | | | | | Added indicator to check result for why that check was skipped. Note that currently the user will only see it with ansible-playbook -vv
| * | | health checks: configure failure output in playbooksLuke Meyer2017-05-236-67/+93
| | | | | | | | | | | | | | | | | | | | Customized the error summary to depend on the intent of the playbook run. Ensured output makes sense when failures are unrelated to running checks.
| * | | disk/memory checks: make threshold configurableLuke Meyer2017-05-234-12/+65
| | | |
| * | | Show help on how to disable checks after failureRodolfo Carvalho2017-05-231-0/+22
| | | |
| * | | Allow disabling checks via Ansible variableRodolfo Carvalho2017-05-231-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Verify memory and disk requirements before installRodolfo Carvalho2017-05-231-0/+12
| | | |
* | | | Merge pull request #4242 from jarrpa/map-pairs-fixOpenShift Bot2017-05-242-2/+2
|\ \ \ \ | | | | | | | | | | Merged by openshift-bot
| * | | | filter_plugins: Allow for multiple pairs in map_from_pairs()Jose A. Rivera2017-05-192-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | | | | Automatic commit of package [openshift-ansible] release [3.6.84-1].Jenkins CD Merge Bot2017-05-242-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.84
* | | | | Merge pull request #4244 from jarrpa/oc_process-errOpenShift Bot2017-05-242-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Merged by openshift-bot
| * | | | | oc_process: Better error output on failed template() callJose A. Rivera2017-05-192-2/+2
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | | | | Automatic commit of package [openshift-ansible] release [3.6.83-1].Jenkins CD Merge Bot2017-05-242-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.83
* | | | | Merge pull request #4257 from dmsimard/hostname_validationOpenShift Bot2017-05-241-1/+3
|\ \ \ \ \ | |_|_|/ / |/| | | | Merged by openshift-bot
| * | | | Allow a hostname to resolve to 127.0.0.1 during validationDavid Moreau-Simard2017-05-211-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 127.0.0.1 does not end up in "ansible_all_ipv4_addresses" and should be considered valid. For example, a hostname could be resolving to a public address that is not bound to the actual server. Or the host could resolve to 127.0.0.1 from the perspective of the host since the hostname is set up in /etc/hosts.
* | | | | Automatic commit of package [openshift-ansible] release [3.6.82-1].Jenkins CD Merge Bot2017-05-242-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.82
* | | | | Merge pull request #3509 from ewolinetz/logging_component_subrolesOpenShift Bot2017-05-2382-2207/+2075
|\ \ \ \ \ | | | | | | | | | | | | Merged by openshift-bot
| * | | | | Fixing tux warnings and some final clean upewolinetz2017-05-234-29/+35
| | | | | |
| * | | | | Appease travisScott Dodson2017-05-222-6/+6
| | | | | |
| * | | | | Merge pull request #25 from stevekuznetsov/skuznets/scale-firstEric Wolinetz2017-05-228-40/+15
| |\ \ \ \ \ | | | | | | | | | | | | | | Add Kibana readiness probe, stop using `oc scale` for cluster start
| | * | | | | Add a readiness probe to the Kibana containerSteve Kuznetsov2017-05-221-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to ensure that the Kubernetes machinery can determine when the Kibana Pods are becoming ready, we need to add a readiness probe to the Containers that make up those pods. The Kibana readiness probe simply hits the base URL at `http://localhost:5601/` and expects a 200. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
| | * | | | | Create logging deployments with non-zero replica countsSteve Kuznetsov2017-05-228-40/+8
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we currently create the set of logging `DeploymentConfig`s, we create them with zero desired replicas. This causes the deployment to immediately succeed as there is no work to be done. This inhibits our ability to use nice CLI UX features like `oc rollout status` to monitor the logging stack deployments. Instead, we should can create the configs with the correct number of replicas in the first place and stop using `oc scale` to bring them up after the fact. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
| * | | | | Pulling changes from master branchewolinetz2017-05-229-12/+63
| | | | | |
| * | | | | Adding some missing changesewolinetz2017-05-221-1/+3
| | | | | |
| * | | | | fixing available variables for 2.3.0ewolinetz2017-05-221-0/+8
| | | | | |
| * | | | | Updating pvc generation namesewolinetz2017-05-221-3/+20
| | | | | |
| * | | | | updating delete_logging to use modulesewolinetz2017-05-221-62/+47
| | | | | |
| * | | | | Pulling in changes from masterewolinetz2017-05-2262-2701/+484
| | | | | |
| * | | | | Decomposing openshift_logging role into subcomponent rolesewolinetz2017-05-2241-120/+2161
| | | | | |
* | | | | | Merge pull request #4263 from sosiouxme/20170522-fix-docker-test-flakeOpenShift Bot2017-05-231-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | preflight int tests: fix test flakeLuke Meyer2017-05-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | Merge pull request #4230 from ozdanborne/fix-renameOpenShift Bot2017-05-232-0/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | Fix renaming error with calico template filesDan Osborne2017-05-182-0/+0
| | | | | | | |
* | | | | | | | Automatic commit of package [openshift-ansible] release [3.6.80-1].Jenkins CD Merge Bot2017-05-232-2/+6
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.80
* | | | | | | Merge pull request #4079 from sosiouxme/20170503-move-check-playbookOpenShift Bot2017-05-2321-98/+141
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | RPM workaround for the move of cert playbooksPep TurrĂ³ Mauri2017-05-221-14/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The playbooks/certificate_expiry directory is being moved inside the openshift-checks tree, and a symlink there is put in place for backwards compatibility. RPM does not handle this well, so this expands the section of the specfile that already contains a workaround for this situation to also handle this move.
| * | | | | | | health check playbooks: relocate and expandLuke Meyer2017-05-2220-84/+121
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We are moving toward having adhoc post-install checks and so the "preflight" designation needs to be widened. Updated location to playbooks/byo/openshift-checks, added health check playbook, and updated README. Also included the certificate_expiry playbooks. Left behind symlinks and wrappers for existing checks. To conform with the direction of the rest of the repo, the openshift-checks playbooks are split into two directories, one under playbooks/common with the actual invocation and one under playbooks/byo for entrypoints that are just wrappers for the ones in common. Because the certificate_expiry playbooks are intended not just to be functional but to be examples that users modify, I did not split them similarly. That could happen later after discussion but for now I just left them whole under byo/openshift-checks/certificate_expiry.
* | | | | | | Automatic commit of package [openshift-ansible] release [3.6.69-1].Scott Dodson2017-05-232-2/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created by command: /usr/bin/tito tag