summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | Merge pull request #4271 from DG-i/masterOpenShift Bot2017-05-302-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | | | | | | disable become for local actionsMathias Merscher2017-05-242-0/+2
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #4301 from sosiouxme/20170526-add-mem-check-fudge-factorScott Dodson2017-05-302-20/+36
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | memory check: use GiB/MiB and adjust memtotal
| * | | | | | | | | | | memory check: use GiB/MiB and adjust memtotalLuke Meyer2017-05-292-20/+36
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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."
* | | | | | | | | | | Merge pull request #4231 from ewolinetz/bz1452214Scott Dodson2017-05-301-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | Updating registry-console version to be v3.6 instead of 3.6
| * | | | | | | | | | Updating registry-console version to be v3.6 instead of 3.6ewolinetz2017-05-181-2/+2
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #4234 from vshn/feature/oreg_url_masternodeOpenShift Bot2017-05-266-19/+21
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | | | | | allow to configure oreg_url specifically for node or master. refs #4233Tobias Brunner2017-05-196-19/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #4277 from ewolinetz/bz1455310Scott Dodson2017-05-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | Updating python-passlib assert
| * | | | | | | | | | Updating python-passlib assertewolinetz2017-05-251-1/+1
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #4161 from rhcarvalho/integrate-checks-with-installScott Dodson2017-05-257-47/+173
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | 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-232-45/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | 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>
* | | | | | | | | | | 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>
* | | | | | | | | | 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
| | | | | | | | | |
| * | | | | | | | | 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 #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
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #4079 from sosiouxme/20170503-move-check-playbookOpenShift Bot2017-05-231-24/+24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | | health check playbooks: relocate and expandLuke Meyer2017-05-221-24/+24
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | Merge pull request #3785 from ↵OpenShift Bot2017-05-233-102/+253
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | juanvallejo/jvallejo/update-docker-image-availability-check Merged by openshift-bot
| * | | | | | | | remove skopeo dependency on docker-pyjuanvallejo2017-05-192-152/+143
| | | | | | | | |
| * | | | | | | | improve error handling for missing varsjuanvallejo2017-05-193-66/+226
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #4248 from abutcher/sysctl-workaroundOpenShift Bot2017-05-232-1/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | | Workaround sysctl module issue with py3 by converting task to lineinfile.Andrew Butcher2017-05-192-1/+10
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #4243 from jarrpa/template-paramsOpenShift Bot2017-05-2228-28/+28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | | lib/base: Allow for more complex template paramsJose A. Rivera2017-05-1928-28/+28
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change allows for the specification of JSON objects like lists as parameters to templates. Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | | | | | | | Merge pull request #3982 from jim-minter/trello131-broker-configurationOpenShift Bot2017-05-221-0/+7
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Merged by openshift-bot
| * | | | | | | add template service broker configurableJim Minter2017-04-241-0/+7
| | | | | | | |
* | | | | | | | Merge pull request #4228 from etsauer/s3-required-varsScott Dodson2017-05-222-4/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Removing requirement to pass aws credentials
| * | | | | | | | Removing requirement to pass aws credentialsEric Sauer2017-05-222-4/+4
| | |_|_|_|/ / / | |/| | | | | |