From 912dd8891482a7ff1a64b80e6cb781cfdc1279c6 Mon Sep 17 00:00:00 2001 From: "sascha.strassheim" Date: Tue, 22 May 2018 11:20:03 +0200 Subject: [PATCH] FBBPSCDM-62 --- customer/fbb-poi/common.yaml | 13 ++++ .../dev-poi-fbb.pixelpark.net | 0 customer/fbb-poi/development.yaml | 70 +++++++++++++++++++ .../prd-poi01-fbb.pixelpark.net | 0 customer/fbb-poi/test.yaml | 69 ++++++++++++++++++ .../tst-poi01-fbb.pixelpark.net | 0 6 files changed, 152 insertions(+) create mode 100644 customer/fbb-poi/common.yaml rename customer/{fbb-passngr => fbb-poi}/dev-poi-fbb.pixelpark.net (100%) create mode 100644 customer/fbb-poi/development.yaml rename customer/{fbb-passngr => fbb-poi}/prd-poi01-fbb.pixelpark.net (100%) create mode 100644 customer/fbb-poi/test.yaml rename customer/{fbb-passngr => fbb-poi}/tst-poi01-fbb.pixelpark.net (100%) diff --git a/customer/fbb-poi/common.yaml b/customer/fbb-poi/common.yaml new file mode 100644 index 00000000..4118325e --- /dev/null +++ b/customer/fbb-poi/common.yaml @@ -0,0 +1,13 @@ +--- +infra::role: base +infra::additional_classes: + - infra::profile::postfix + - infra::profile::cron + +postfix::myorigin: "pixelpark.net" +infra::profile::postfix::virtual_aliases_source: 'maps/virtual-nullclient-webmaster' +infra::profile::postfix::cert_servername: 'wildcard.pixelpark.net' + +logstash::install_plugins: false + + diff --git a/customer/fbb-passngr/dev-poi-fbb.pixelpark.net b/customer/fbb-poi/dev-poi-fbb.pixelpark.net similarity index 100% rename from customer/fbb-passngr/dev-poi-fbb.pixelpark.net rename to customer/fbb-poi/dev-poi-fbb.pixelpark.net diff --git a/customer/fbb-poi/development.yaml b/customer/fbb-poi/development.yaml new file mode 100644 index 00000000..377524e1 --- /dev/null +++ b/customer/fbb-poi/development.yaml @@ -0,0 +1,70 @@ +--- +accounts::users: + markus.baumann: + apply: true + sudo: true + thomas.bussmeyer: + apply: true + sudo: true + harry.teuber: + apply: true + sudo: true + christian.schoenherr: + apply: true + sudo: true + santiago.nuneznegrillo: + apply: true + sudo: true + jenkins: + apply: true + sudo: false + +sudo::configs: + jenkins_rights: + priority: "06" + content: | + jenkins ALL=(apache) NOPASSWD: ALL + +infra::additional_classes: + - infra::profile::apache_php + - redis + +repo::remi_php72: true + +php::extensions: + gd: {} + opcache: {} + soap: {} + mbstring: {} + zip: {} + xml: {} + json: {} + pdo: {} + redis: {} + mysql: {} + +php::settings: + PHP/memory_limit: 320M + PHP/post_max_size: 20M + PHP/register_globals: 'Off' + PHP/include_path: '.:/opt/app/ZendFramework/library:/opt/app/web' + PHP/max_execution_time: 30 + PHP/max_input_time: 60 + PHP/output_buffering: 65536 + PHP/upload_max_filesize: 4M + PHP/max_file_uploads: 50 + PHP/short_open_tag: 'On' + PHP/expose_php: 'Off' + +infra::profile::apache_php::fpm_pool: + api: + listen_owner: apache + listen_group: apache + pm_max_children: 20 + +redis::bind: 0.0.0.0 +redis::manage_repo: true +redis::timeout: 30 +redis::maxmemory: 1gb + +apache::mod::ssl::ssl_cipher: 'EECDH+AES:EDH+AES:!SHA1:!aNULL@STRENGTH' diff --git a/customer/fbb-passngr/prd-poi01-fbb.pixelpark.net b/customer/fbb-poi/prd-poi01-fbb.pixelpark.net similarity index 100% rename from customer/fbb-passngr/prd-poi01-fbb.pixelpark.net rename to customer/fbb-poi/prd-poi01-fbb.pixelpark.net diff --git a/customer/fbb-poi/test.yaml b/customer/fbb-poi/test.yaml new file mode 100644 index 00000000..9690c373 --- /dev/null +++ b/customer/fbb-poi/test.yaml @@ -0,0 +1,69 @@ +accounts::users: + markus.baumann: + apply: true + sudo: true + thomas.bussmeyer: + apply: true + sudo: true + harry.teuber: + apply: true + sudo: true + christian.schoenherr: + apply: true + sudo: true + santiago.nuneznegrillo: + apply: true + sudo: true + jenkins: + apply: true + sudo: false + +sudo::configs: + jenkins_rights: + priority: "06" + content: | + jenkins ALL=(apache) NOPASSWD: ALL + +infra::additional_classes: + - infra::profile::apache_php + - redis + +repo::remi_php72: true + +php::extensions: + gd: {} + opcache: {} + soap: {} + mbstring: {} + zip: {} + xml: {} + json: {} + pdo: {} + redis: {} + mysql: {} + +php::settings: + PHP/memory_limit: 320M + PHP/post_max_size: 20M + PHP/register_globals: 'Off' + PHP/include_path: '.:/opt/app/ZendFramework/library:/opt/app/web' + PHP/max_execution_time: 30 + PHP/max_input_time: 60 + PHP/output_buffering: 65536 + PHP/upload_max_filesize: 4M + PHP/max_file_uploads: 50 + PHP/short_open_tag: 'On' + PHP/expose_php: 'Off' + +infra::profile::apache_php::fpm_pool: + api: + listen_owner: apache + listen_group: apache + pm_max_children: 20 + +redis::bind: 0.0.0.0 +redis::manage_repo: true +redis::timeout: 30 +redis::maxmemory: 1gb + +apache::mod::ssl::ssl_cipher: 'EECDH+AES:EDH+AES:!SHA1:!aNULL@STRENGTH' diff --git a/customer/fbb-passngr/tst-poi01-fbb.pixelpark.net b/customer/fbb-poi/tst-poi01-fbb.pixelpark.net similarity index 100% rename from customer/fbb-passngr/tst-poi01-fbb.pixelpark.net rename to customer/fbb-poi/tst-poi01-fbb.pixelpark.net -- 2.39.5