From 68f0a9c99af9e1a03d49acd7e99443545325695a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Wed, 29 Nov 2017 13:46:15 +0100 Subject: [PATCH] =?utf8?q?Pixelpark=20-=20DB=20f=C3=BCr=20GSB/OS?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../pixelpark/dev-gsb10.pixelpark.net.yaml | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/customer/pixelpark/dev-gsb10.pixelpark.net.yaml b/customer/pixelpark/dev-gsb10.pixelpark.net.yaml index 3b0442d3..a6d38665 100644 --- a/customer/pixelpark/dev-gsb10.pixelpark.net.yaml +++ b/customer/pixelpark/dev-gsb10.pixelpark.net.yaml @@ -1,2 +1,50 @@ --- infra::role: base +infra::additional_classes: + - infra::profile::monitoring::mysql + - infra::profile::mysql_server + - java + +java::package: java-1.8.0-openjdk-headless + +mysql::server::package_name: MariaDB-server +mysql::client::package_name: MariaDB-client +infra::additional_files: + mariadb_repo: + path: '/etc/yum.repos.d/mariadb.repo' + owner: 'root' + group: 'root' + mode: '0644' + content: | + [mariadb] + name=MariaDB Yum Repo + baseurl=http://repo.pixelpark.com/Linux/yum/mariadb/10.2/centos/7/x86_64/ + enabled=1 + gpgcheck=1 + gpgkey=http://repo.pixelpark.com/Linux/yum/mariadb/RPM-GPG-KEY-MariaDB + +mysql::server::root_password: YoXnw4TbrFZ2Uuon +mysql::server::backup::backuppassword: SufjiB9PasYFGrKO +infra::profile::monitoring::mysql::monitorpassword: kzpUrxS1thnj7JLo +infra::profile::mysql_server::databases: + adminportal: + user: adminportal + password: Le25p95B39ZYute6 + maildistributor: + user: maildistributor + password: Sbq0eTtJU7ZMKSv2 + repo_master: + user: repo_master + password: 8JsEHH05NoG02dPC + repo_preview: + user: repo_preview + password: T2TfsAoqDRa83a1k + repo_replication: + user: repo_replication + password: ZKNZ0LxviJI7fUCF + site: + user: site + password: UVxR5dF7n4Ad0BCT + workflow: + user: workflow + password: 23up1kCr3zpG32el -- 2.39.5