From b40e462c4cf0bc84ba5fc5b1e097a4f7577b73a2 Mon Sep 17 00:00:00 2001 From: "sascha.strassheim" Date: Fri, 23 Mar 2018 13:23:14 +0100 Subject: [PATCH] tes-web01-deutsche-wohnen-com solr setup, general cleanup --- customer/deuwo/common.yaml | 3 +-- ...eb01-deutsche-wohnen-com.pixelpark.net.yaml | 2 +- ...eb01-deutsche-wohnen-com.pixelpark.net.yaml | 18 +++++++++++++++++- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/customer/deuwo/common.yaml b/customer/deuwo/common.yaml index 5a46cb5d..61e13621 100644 --- a/customer/deuwo/common.yaml +++ b/customer/deuwo/common.yaml @@ -1,7 +1,6 @@ --- repo::remi_php71: true # Postfix Config -postfix::myorigin: 'pixelpark.com' +postfix::myorigin: 'pixelpark.com' logstash::install_plugins: false - 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 4cb1d8e9..58ff9124 100644 --- a/customer/deuwo/dev-web01-deutsche-wohnen-com.pixelpark.net.yaml +++ b/customer/deuwo/dev-web01-deutsche-wohnen-com.pixelpark.net.yaml @@ -5,7 +5,7 @@ infra::additional_classes: - infra::profile::mysql_server - infra::profile::postfix - logstash - - solr + - solr # - zabbix::agent #zabbix::agent::include_dir_purge: false diff --git a/customer/deuwo/test-web01-deutsche-wohnen-com.pixelpark.net.yaml b/customer/deuwo/test-web01-deutsche-wohnen-com.pixelpark.net.yaml index d1e472e5..a6fd8266 100644 --- a/customer/deuwo/test-web01-deutsche-wohnen-com.pixelpark.net.yaml +++ b/customer/deuwo/test-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 @@ -27,9 +28,24 @@ 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' +apache::mod::ssl::ssl_cipher: 'EECDH+AES:EDH+AES:!SHA1:!aNULL@STRENGTH' mysql::server::backup::backupdir: /var/lib/backup/mysql -- 2.39.5