diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-02-01 23:15:48 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-02-01 23:20:31 +0100 |
commit | ed5004b24e4e4be4f9886c9e1fc7e3eda08260c9 (patch) | |
tree | c27dbffc738966e03cac8911bcbfe12224476343 /build/f_isoroot/f_repobuild | |
parent | 0913dd0523847216576614dfa6aee700632a9e32 (diff) |
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 <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'build/f_isoroot/f_repobuild')
-rw-r--r-- | build/f_isoroot/f_repobuild/opnfv_config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |