|
@@ -15,19 +15,15 @@
|
|
|
msg: Invalid deployment type, one of ['hosted', 'secure-aggregator', 'secure-host'] allowed
|
|
|
when: not openshift_logging_fluentd_deployment_type in __allowed_fluentd_types
|
|
|
|
|
|
-- include: determine_version.yaml
|
|
|
+- debug:
|
|
|
+ msg: openshift_logging_fluentd_use_journal is deprecated. Fluentd will automatically detect which logging driver is being used.
|
|
|
+ when: openshift_logging_fluentd_use_journal is defined
|
|
|
|
|
|
-- set_fact:
|
|
|
- openshift_logging_fluentd_use_journal: "{{ openshift_hosted_logging_use_journal }}"
|
|
|
- when:
|
|
|
- - openshift_hosted_logging_use_journal is defined
|
|
|
- - openshift_logging_fluentd_use_journal is not defined
|
|
|
+- debug:
|
|
|
+ msg: openshift_hosted_logging_use_journal is deprecated. Fluentd will automatically detect which logging driver is being used.
|
|
|
+ when: openshift_hosted_logging_use_journal is defined
|
|
|
|
|
|
-- set_fact:
|
|
|
- openshift_logging_fluentd_use_journal: "{{ __fluentd_use_journal }}"
|
|
|
- when:
|
|
|
- - openshift_hosted_logging_use_journal is not defined
|
|
|
- - openshift_logging_fluentd_use_journal is not defined
|
|
|
+- include: determine_version.yaml
|
|
|
|
|
|
# allow passing in a tempdir
|
|
|
- name: Create temp directory for doing work in
|