summaryrefslogtreecommitdiffstats
path: root/roles/openshift_web_console
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
|/
* Set default image tag to openshift_image_tag for servicesVadim Rutkovsky2018-02-082-2/+2
| | | | Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
* Use v3.9 web-console image for nowScott Dodson2018-02-071-1/+1
|
* Merge pull request #7032 from spadgett/console-livenessScott Dodson2018-02-072-11/+11
|\ | | | | Detect config changes in console liveness probe
| * Detect config changes in console liveness probeSamuel Padgett2018-02-062-11/+11
| | | | | | | | | | Use an md5sum to check if the console config has changed and automatically restart the container.
* | Initial support for 3.10Scott Dodson2018-02-051-1/+1
|/
* 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-263-1/+26
|\ | | | | | | rm_origin-components
| * Merge pull request #6882 from spadgett/console-node-selectorOpenShift Merge Robot2018-01-261-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Run console pods on the master Update the node selector for the console so that it runs on the masters. /assign @sdodson
| | * Run console pods on the masterSamuel Padgett2018-01-251-1/+1
| | | | | | | | | | | | Update the node selector for the console so that it runs on the masters.
| * | 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-242-3/+1
| | | | | | | | when referenced by a builtin module, i.e., copy:
* | Merge branch 'master' into rm_origin-componentsDan Yocum2018-01-243-36/+45
|\ \ | |/
| * 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
* | | 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