summaryrefslogtreecommitdiffstats
path: root/roles/openshift_web_console
Commit message (Collapse)AuthorAgeFilesLines
* moving files to their correct <role>/files dir for the openshift_web_console ↵Dan Yocum2018-01-234-1/+183
| | | | and template_service_broker roles
* Merge pull request #6676 from spadgett/upgrade-consoleOpenShift Merge Robot2018-01-221-25/+81
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Bug 1536924: Migrate previous asset config from master-config.yaml Copy configuration from master-config.yaml to the openshift-web-console asset config config map. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1536924 TODO: - [x] Don't overwrite config map if it exists Follow on: - [ ] Remove assetConfig from master-config.yaml on upgrades to 3.9 - [ ] Warn about existing extensions that aren't migrated on upgrades /assign @sdodson /hold cc @jwforres
| * 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
* | Bug 1536262: Default console and TSB node selector to ↵Samuel Padgett2018-01-211-2/+1
|/ | | | | | openshift_hosted_infra_selector Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1536262
* 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
* Merge pull request #6785 from spadgett/tsb-redeploy-consoleOpenShift Merge Robot2018-01-182-11/+21
|\ | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Rollout console after template service broker install The console will discover if the broker is running, but only on startup. Trigger a rollout so that the console sees the change. /assign @sdodson cc @jwforres @deads2k @bparees
| * 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.
* | Make openshift_web_console_prefix defaults like other componentsScott Dodson2018-01-182-4/+4
|/ | | | | Other components are like 'registry.access.redhat.com/ose-' or 'openshift/origin-' based on OCP versus Origin.
* 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-112-4/+10
|/
* 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-059-0/+197