From 2f18c76a7db480020f0561a00c5614ea440feb39 Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Tue, 6 Mar 2018 09:48:51 +0100 Subject: [PATCH] joml add solr to test-web-thejobofmylife-de --- customer/joml/test.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/customer/joml/test.yaml b/customer/joml/test.yaml index 31aaea86..f1bf0a38 100644 --- a/customer/joml/test.yaml +++ b/customer/joml/test.yaml @@ -4,6 +4,7 @@ infra::additional_classes: - infra::profile::typo3 - infra::profile::mysql_server - infra::profile::wordpress + - solr accounts::users: heiko.hardt: @@ -147,3 +148,18 @@ infra::profile::wordpress::projects: # ssl: false # redirect_dest: http://test-www-regionale-fachkraefteinitiative-de.pixelpark.net/ +solr::version: 6.3.0 +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 -- 2.39.5