summaryrefslogtreecommitdiffstats
path: root/roles/openshift_web_console/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Fix indentation to make yamllint happyVadim Rutkovsky2018-02-101-69/+69
| | | | Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
* Merge pull request #7093 from sdodson/bz1534917OpenShift Merge Robot2018-02-091-2/+2
|\ | | | | | | | | | | | | Automatic merge from submit-queue. Normalize the time we wait for pods to 5s * 60 retries A few people have run into situations where it takes longer than 120seconds for the webconsole to start up so lets be a bit more foregiving and allow for up to 5 minutes in scenarios where we're waiting for pods.
| * Normalize the time we wait for pods to 5s * 60 retriesScott Dodson2018-02-091-2/+2
| |
* | Pause for console rolloutSamuel Padgett2018-02-091-0/+11
|/
* 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.
* Bug 1539182: Detect if ClusterResourceOverrides enabled during console installSamuel Padgett2018-01-271-1/+6
| | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1539182
* Merge branch 'master' of github.com:openshift/openshift-ansible into ↵Dan Yocum2018-01-261-0/+19
|\ | | | | | | rm_origin-components
| * Remove old assetConfig from master-config.yamlSamuel Padgett2018-01-251-0/+19
| | | | | | | | | | | | | | | | The `assetConfig` is no longer used now that the console is split into its own pod. - Remove `assetConfig` on upgrades to 3.9 - Stop writing logging and metrics URLs to assetConfig for 3.9
* | files in ansible roles do not need to have the path specified to themDan Yocum2018-01-241-1/+1
|/ | | | when referenced by a builtin module, i.e., copy:
* Merge pull request #6836 from spadgett/rollout-only-if-changedOpenShift Merge Robot2018-01-241-1/+2
|\ | | | | | | | | | | | | | | Automatic merge from submit-queue. Only rollout console if config changed /assign @sdodson @jwforres FYI
| * Only rollout console if config changedSamuel Padgett2018-01-231-1/+2
| |
* | Merge pull request #6837 from spadgett/croOpenShift Merge Robot2018-01-231-0/+2
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Add clusterResourceOverridesEnabled to console config Adds clusterResourceOverridesEnabled flag to console install. See https://github.com/openshift/api/pull/32 See https://github.com/openshift/origin/pull/18231 /assign @sdodson /cc @jwforres
| * Add clusterResourceOverridesEnabled to console configSamuel Padgett2018-01-231-0/+2
| |
* | Merge pull request #6808 from spadgett/check-console-config-existsOpenShift Merge Robot2018-01-231-36/+41
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Bug 1534020 - Only set logging and metrics URLs if console config map exists Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1534020 Related to #6676, but for the tasks that update logging and metrics URLs. /king bug /assign @sdodson
| * 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
* | Migrate master-config.yaml asset configSamuel Padgett2018-01-211-25/+81
|/ | | | | * Don't overwrite existing webconsole-config config map * Copy configuration from master-config.yaml on upgrade
* Merge pull request #6754 from spadgett/remove-old-console-configOpenShift Merge Robot2018-01-201-23/+6
|\ | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Remove obsolete properties from console config map Stop writing deprecated config to the console config map. /hold This can't be merged until https://github.com/openshift/origin-web-console-server/pull/20 merges. Follow on to https://github.com/openshift/openshift-ansible/pull/6730
| * Remove old console asset configSamuel Padgett2018-01-191-23/+6
| | | | | | | | Stop writing deprecated config to the console config map.
* | Bug 1536253: Pass `--config` flag on oc commands when installing consoleSamuel Padgett2018-01-191-2/+9
|/ | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1536253
* Rollout console after template service broker installSamuel Padgett2018-01-182-11/+21
| | | | | 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-162-9/+39
|
* Merge pull request #6739 from vrutkovs/metrics-console-mktempScott Dodson2018-01-161-5/+5
|\ | | | | Web Console: use a different var for asset config
| * Web Console: use a different var for asset configVadim Rutkovsky2018-01-161-5/+5
| | | | | | | | | | This ensures mktemp from metrics role doesn't get reset when update_asset_config is being included
* | Add console RBAC templateSamuel Padgett2018-01-111-4/+9
|/
* Merge pull request #6675 from spadgett/default-node-selectorScott Dodson2018-01-111-0/+2
|\ | | | | Bug 1532787 - Add empty node selector to openshift-web-console namespace
| * Bug 1532787 - Add empty node selector to openshift-web-console namespaceSamuel Padgett2018-01-091-0/+2
| | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1532787
* | Remove become statementsMichael Gugino2018-01-092-4/+0
|/ | | | | This commit removes become:no statements that break the installer in various ways.
* Install web console serverSamuel Padgett2018-01-054-0/+162