From: Alexandru Avadanii Date: Wed, 1 Feb 2017 22:15:48 +0000 (+0100) Subject: f_repobuild: Add postfix package explicitly X-Git-Tag: danube.1.RC1~46 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=ed5004b24e4e4be4f9886c9e1fc7e3eda08260c9;p=fuel.git 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 --- 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"