From 387e14032f54ed7302fc21b305162e3c86098bdc Mon Sep 17 00:00:00 2001 From: "sascha.strassheim" Date: Fri, 23 Mar 2018 13:09:31 +0100 Subject: [PATCH] dev-web01-deutsche-wohnen-com solr setup --- ...eb01-deutsche-wohnen-com.pixelpark.net.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/customer/deuwo/dev-web01-deutsche-wohnen-com.pixelpark.net.yaml b/customer/deuwo/dev-web01-deutsche-wohnen-com.pixelpark.net.yaml index e0982e76..4cb1d8e9 100644 --- a/customer/deuwo/dev-web01-deutsche-wohnen-com.pixelpark.net.yaml +++ b/customer/deuwo/dev-web01-deutsche-wohnen-com.pixelpark.net.yaml @@ -5,6 +5,7 @@ infra::additional_classes: - infra::profile::mysql_server - infra::profile::postfix - logstash + - solr # - zabbix::agent #zabbix::agent::include_dir_purge: false @@ -28,6 +29,23 @@ infra::additional_classes: #zabbix::agent::manage_repo: false #zabbix::repo::version: '3.4' +solr::version: 7.2.1 +solr::port: 8983 +solr::cores: + german: + currency_src_file: /var/solr-typo3/typo3cores/german/conf/currency.xml + protwords_src_file: /var/solr-typo3/typo3cores/german/conf/protwords.txt + schema_src_file: /var/solr-typo3/typo3cores/german/conf/schema.xml + solrconfig_src_file: /var/solr-typo3/typo3cores/german/conf/solrconfig.xml + synonyms_src_file: /var/solr-typo3/typo3cores/german/conf/synonyms.txt + other_files: + - /var/solr-typo3/typo3cores/german/conf/elevate.xml + - /var/solr-typo3/typo3cores/german/conf/general_schema_fields.xml + - /var/solr-typo3/typo3cores/german/conf/general_schema_types.xml + - /var/solr-typo3/typo3cores/german/conf/german-common-nouns.txt + - /var/solr-typo3/typo3cores/german/conf/_schema_analysis_stopwords_german.json + + apache::mod::ssl::ssl_cipher: 'EECDH+AES:EDH+AES:!SHA1:!aNULL@STRENGTH' accounts::users: -- 2.39.5