summaryrefslogtreecommitdiffstats
path: root/roles/openshift_web_console/tasks/install.yml
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
|/
* Bug 1539182: Detect if ClusterResourceOverrides enabled during console installSamuel Padgett2018-01-271-1/+6
| | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1539182
* 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:
* Add clusterResourceOverridesEnabled to console configSamuel Padgett2018-01-231-0/+2
|
* 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
* Update console config for API changesSamuel Padgett2018-01-161-1/+28
|
* 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-091-2/+0
|/ | | | | This commit removes become:no statements that break the installer in various ways.
* Install web console serverSamuel Padgett2018-01-051-0/+79