From ed5004b24e4e4be4f9886c9e1fc7e3eda08260c9 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Wed, 1 Feb 2017 23:15:48 +0100 Subject: f_repobuild: Add postfix package explicitly Packetary automatically solves for Fuel@OPNFV: - base pkgs and their deps; - bootstrap/target image additional pkgs; - explicit reqs; However, corner cases like "postfix", which is not in any of the above categories - being installed via puppet only, need to be added to the explicit list. JIRA: FUEL-250 Change-Id: I21f4c295a59426af26035d18be548a39a9e78851 Signed-off-by: Alexandru Avadanii --- build/f_isoroot/f_repobuild/opnfv_config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/f_isoroot/f_repobuild/opnfv_config.yaml b/build/f_isoroot/f_repobuild/opnfv_config.yaml index b8d344196..dfedb8d5f 100644 --- a/build/f_isoroot/f_repobuild/opnfv_config.yaml +++ b/build/f_isoroot/f_repobuild/opnfv_config.yaml @@ -135,6 +135,7 @@ packages: - name: "percona-toolkit" - name: "percona-xtrabackup" - name: "pm-utils" + - name: "postfix" - name: "puppet" - name: "python-lesscpy" - name: "python-pip" -- cgit 1.2.3-korg