X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=mcp%2Fscripts%2Frequirements_rpm.yaml;h=d510ba87dd970b051ef9a0da6cd20f0961e15812;hb=a13a1291399883be589e90a18f8598a3d0c21bc1;hp=7a6ec38b96e9cbf9a6aa2b3974a2a3f578872a31;hpb=ef1c1131020e45bd280f2ef158f5416552f190e0;p=fuel.git diff --git a/mcp/scripts/requirements_rpm.yaml b/mcp/scripts/requirements_rpm.yaml old mode 100755 new mode 100644 index 7a6ec38b9..d510ba87d --- a/mcp/scripts/requirements_rpm.yaml +++ b/mcp/scripts/requirements_rpm.yaml @@ -1,5 +1,5 @@ ############################################################################## -# Copyright (c) 2017 Mirantis Inc., Enea AB and others. +# Copyright (c) 2018 Mirantis Inc., Enea AB and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at @@ -9,26 +9,32 @@ requirements_pkg: # Common pkgs required for all deploys, no matter the type, arch etc. common: + - bc + - bridge-utils - cloud-utils-growpart - curl + - elfutils-libelf-devel - e2fsprogs - genisoimage - git - kpartx - libvirt - make + - openssl-devel - qemu-kvm + - rpm-build - rsync - util-linux - virt-install - # Optional, arch-specific requirements, matched by key name = $(uname -m) - aarch64: - # AArch64 VMs use AAVMF (guest UEFI) - - AAVMF - # Optional, deploy-type-specific requirements - baremetal: - # For baremetal, python is indirectly required for PDF parsing + - wget + # For python is indirectly required for PDF parsing - python - python-ipaddress - python-jinja2 - python-yaml + # Optional, deploy-type-specific requirements + # baremetal: + # Optional, arch-specific requirements, matched by key name = $(uname -m) + aarch64: + # AArch64 VMs use AAVMF (guest UEFI) + - AAVMF