f_repobuild: Add postfix package explicitly 69/27869/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 1 Feb 2017 22:15:48 +0000 (23:15 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 1 Feb 2017 22:20:31 +0000 (23:20 +0100)
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 <Alexandru.Avadanii@enea.com>
build/f_isoroot/f_repobuild/opnfv_config.yaml

index b8d3441..dfedb8d 100644 (file)
@@ -135,6 +135,7 @@ packages:
   - name: "percona-toolkit"
   - name: "percona-xtrabackup"
   - name: "pm-utils"
+  - name: "postfix"
   - name: "puppet"
   - name: "python-lesscpy"
   - name: "python-pip"