summaryrefslogtreecommitdiffstats
path: root/roles/openshift_web_console/tasks/update_console_config.yml
Commit message (Collapse)AuthorAgeFilesLines
* Detect config changes in console liveness probeSamuel Padgett2018-02-061-7/+0
| | | | | Use an md5sum to check if the console config has changed and automatically restart the container.
* Only rollout console if config changedSamuel Padgett2018-01-231-1/+2
|
* Bug 1534020 - Only set logging and metrics URLs if console config map existsSamuel Padgett2018-01-211-36/+41
| | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1534020
* Rollout console after template service broker installSamuel Padgett2018-01-181-11/+1
| | | | | The console will discover if the broker is running, but only on startup. Trigger a rollout so that the console sees the change.
* Update console config for API changesSamuel Padgett2018-01-161-0/+71