summaryrefslogtreecommitdiff
path: root/roles/openshift_web_console
AgeCommit message (Collapse)Author
2018-02-10Fix indentation to make yamllint happyVadim Rutkovsky
Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
2018-02-09Merge pull request #7093 from sdodson/bz1534917OpenShift Merge Robot
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.
2018-02-09Normalize the time we wait for pods to 5s * 60 retriesScott Dodson
2018-02-09Pause for console rolloutSamuel Padgett
2018-02-08Set default image tag to openshift_image_tag for servicesVadim Rutkovsky
Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
2018-02-07Use v3.9 web-console image for nowScott Dodson
2018-02-07Merge pull request #7032 from spadgett/console-livenessScott Dodson
Detect config changes in console liveness probe
2018-02-06Detect config changes in console liveness probeSamuel Padgett
Use an md5sum to check if the console config has changed and automatically restart the container.
2018-02-05Initial support for 3.10Scott Dodson
2018-01-27Bug 1539182: Detect if ClusterResourceOverrides enabled during console installSamuel Padgett
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1539182
2018-01-26Merge branch 'master' of github.com:openshift/openshift-ansible into ↵Dan Yocum
rm_origin-components
2018-01-26Merge pull request #6882 from spadgett/console-node-selectorOpenShift Merge Robot
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
2018-01-25Remove old assetConfig from master-config.yamlSamuel Padgett
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
2018-01-25Run console pods on the masterSamuel Padgett
Update the node selector for the console so that it runs on the masters.
2018-01-24files in ansible roles do not need to have the path specified to themDan Yocum
when referenced by a builtin module, i.e., copy:
2018-01-24Merge branch 'master' into rm_origin-componentsDan Yocum
2018-01-24Merge pull request #6836 from spadgett/rollout-only-if-changedOpenShift Merge Robot
Automatic merge from submit-queue. Only rollout console if config changed /assign @sdodson @jwforres FYI
2018-01-23Merge pull request #6837 from spadgett/croOpenShift Merge Robot
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
2018-01-23Only rollout console if config changedSamuel Padgett
2018-01-23Merge pull request #6808 from spadgett/check-console-config-existsOpenShift Merge Robot
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
2018-01-23moving files to their correct <role>/files dir for the openshift_web_console ↵Dan Yocum
and template_service_broker roles
2018-01-23Add clusterResourceOverridesEnabled to console configSamuel Padgett
2018-01-22Merge pull request #6676 from spadgett/upgrade-consoleOpenShift Merge Robot
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
2018-01-21Bug 1534020 - Only set logging and metrics URLs if console config map existsSamuel Padgett
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1534020
2018-01-21Bug 1536262: Default console and TSB node selector to ↵Samuel Padgett
openshift_hosted_infra_selector Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1536262
2018-01-21Migrate master-config.yaml asset configSamuel Padgett
* Don't overwrite existing webconsole-config config map * Copy configuration from master-config.yaml on upgrade
2018-01-20Merge pull request #6754 from spadgett/remove-old-console-configOpenShift Merge Robot
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
2018-01-19Bug 1536253: Pass `--config` flag on oc commands when installing consoleSamuel Padgett
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1536253
2018-01-19Remove old console asset configSamuel Padgett
Stop writing deprecated config to the console config map.
2018-01-18Merge pull request #6785 from spadgett/tsb-redeploy-consoleOpenShift Merge Robot
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
2018-01-18Rollout console after template service broker installSamuel Padgett
The console will discover if the broker is running, but only on startup. Trigger a rollout so that the console sees the change.
2018-01-18Make openshift_web_console_prefix defaults like other componentsScott Dodson
Other components are like 'registry.access.redhat.com/ose-' or 'openshift/origin-' based on OCP versus Origin.
2018-01-16Update console config for API changesSamuel Padgett
2018-01-16Merge pull request #6739 from vrutkovs/metrics-console-mktempScott Dodson
Web Console: use a different var for asset config
2018-01-16Web Console: use a different var for asset configVadim Rutkovsky
This ensures mktemp from metrics role doesn't get reset when update_asset_config is being included
2018-01-11Add console RBAC templateSamuel Padgett
2018-01-11Merge pull request #6675 from spadgett/default-node-selectorScott Dodson
Bug 1532787 - Add empty node selector to openshift-web-console namespace
2018-01-09Bug 1532787 - Add empty node selector to openshift-web-console namespaceSamuel Padgett
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1532787
2018-01-09Remove become statementsMichael Gugino
This commit removes become:no statements that break the installer in various ways.
2018-01-05Install web console serverSamuel Padgett