From fce09b1fa4f1de5aaf4e84b74a91d8db5b855b13 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Tue, 24 Oct 2017 15:31:53 +0200 Subject: [PATCH] TT#23840 Add mr5.5 related packages check to prevent surprises after the upgrade P.S. I am not sure why mysql-common is currently installed while it is the current mr5.5+ state. Change-Id: I24e749bc11be85bf91ff830213385f75d5dcd45d --- templates/310_package-ngcp.yaml.tt2 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/templates/310_package-ngcp.yaml.tt2 b/templates/310_package-ngcp.yaml.tt2 index f3d7afe..5ca9dc4 100644 --- a/templates/310_package-ngcp.yaml.tt2 +++ b/templates/310_package-ngcp.yaml.tt2 @@ -37,3 +37,27 @@ package: sysvinit-core: installed: true + + mariadb-client: + installed: true + + mariadb-common: + installed: true + + mariadb-connector-odbc: + installed: true + + mariadb-server: + installed: true + + mysql-client: + installed: false + + mysql-common: + installed: true + + mysql-server: + installed: false + + ngcp-glusterfs-config: + installed: false