summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/tasks
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2018-01-31 18:54:53 -0800
committerGitHub <noreply@github.com>2018-01-31 18:54:53 -0800
commit68886cca9aeea0a49145cb24652daa76012cc35d (patch)
tree38cd4e4a35963d09cc145dea70d0b0ba185338af /roles/openshift_logging/tasks
parent21f4fa0f1d23d4e11537d0ca26208e4d0c57908b (diff)
parentb3a5fb96ea09fa909ac7548e31322e6f65e7b792 (diff)
downloadopenshift-68886cca9aeea0a49145cb24652daa76012cc35d.tar.gz
openshift-68886cca9aeea0a49145cb24652daa76012cc35d.tar.bz2
openshift-68886cca9aeea0a49145cb24652daa76012cc35d.tar.xz
openshift-68886cca9aeea0a49145cb24652daa76012cc35d.zip
Merge pull request #6952 from sdodson/bz1540462
Automatic merge from submit-queue. Don't update master-config.yaml with logging/metrics urls >= 3.9 Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1540462 I thought about refactoring things just to move the assetConfig vs ConfigMap update into update_master_config but the tasks get called on different hosts via plays.
Diffstat (limited to 'roles/openshift_logging/tasks')
-rw-r--r--roles/openshift_logging/tasks/delete_logging.yaml4
-rw-r--r--roles/openshift_logging/tasks/install_logging.yaml4
2 files changed, 6 insertions, 2 deletions
diff --git a/roles/openshift_logging/tasks/delete_logging.yaml b/roles/openshift_logging/tasks/delete_logging.yaml
index ced7397b5..6be47b1f8 100644
--- a/roles/openshift_logging/tasks/delete_logging.yaml
+++ b/roles/openshift_logging/tasks/delete_logging.yaml
@@ -140,4 +140,6 @@
console_config_edits:
- key: clusterInfo#loggingPublicURL
value: ""
- when: openshift_web_console_install | default(true) | bool
+ when:
+ - openshift_web_console_install | default(true) | bool
+ - openshift.common.version_gte_3_9
diff --git a/roles/openshift_logging/tasks/install_logging.yaml b/roles/openshift_logging/tasks/install_logging.yaml
index 1b4bdb11f..c905502ac 100644
--- a/roles/openshift_logging/tasks/install_logging.yaml
+++ b/roles/openshift_logging/tasks/install_logging.yaml
@@ -335,4 +335,6 @@
console_config_edits:
- key: clusterInfo#loggingPublicURL
value: "https://{{ openshift_logging_kibana_hostname }}"
- when: openshift_web_console_install | default(true) | bool
+ when:
+ - openshift_web_console_install | default(true) | bool
+ - openshift.common.version_gte_3_9