diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-01-04 05:48:28 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-01-04 17:18:45 +0100 |
commit | 924d481ac84e8fad9bf1132e1cff18967887017e (patch) | |
tree | 7180a3e155ecf9e185c6993873e310bf4a359c7c /mcp/scripts/requirements_rpm.yaml | |
parent | 52e73b648550fb8f3549af690d579a503a982ecf (diff) |
[centos jump] Add nbd build support
RHEL distros do not maintain nbd, so add a best-effort function
to build it on the fly.
Change-Id: Ie0419f0fed8a0b12f6b878b3093d6ca34f72d140
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp/scripts/requirements_rpm.yaml')
-rw-r--r-- | mcp/scripts/requirements_rpm.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mcp/scripts/requirements_rpm.yaml b/mcp/scripts/requirements_rpm.yaml index 8a57369b9..0ee95febb 100644 --- a/mcp/scripts/requirements_rpm.yaml +++ b/mcp/scripts/requirements_rpm.yaml @@ -9,20 +9,22 @@ requirements_pkg: # Common pkgs required for all deploys, no matter the type, arch etc. common: + - bc - cloud-utils-growpart - curl - - epel-release - e2fsprogs - genisoimage - git - kpartx - libvirt - make - - nbd # from EPEL repository + - openssl-devel - qemu-kvm + - rpm-build - rsync - util-linux - virt-install + - wget # Optional, arch-specific requirements, matched by key name = $(uname -m) aarch64: # AArch64 VMs use AAVMF (guest UEFI) |