X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=mcp%2Fscripts%2Frequirements_rpm.yaml;h=50ce5d9f583222fe0116f9c9b6b2c6ae6d0366db;hb=d97e17c3c686f97cef941ec4a9afe7009e0bc077;hp=8a57369b9efac004acb0b5ddf01995f712f15ae0;hpb=52e73b648550fb8f3549af690d579a503a982ecf;p=fuel.git diff --git a/mcp/scripts/requirements_rpm.yaml b/mcp/scripts/requirements_rpm.yaml index 8a57369b9..50ce5d9f5 100644 --- a/mcp/scripts/requirements_rpm.yaml +++ b/mcp/scripts/requirements_rpm.yaml @@ -1,36 +1,46 @@ ############################################################################## -# 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 # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## --- -requirements_pkg: +build: + # Common pkgs required for all builds, no matter the type, arch etc. + common: + - python-pip +deploy: # Common pkgs required for all deploys, no matter the type, arch etc. common: + - bc + - bridge-utils - cloud-utils-growpart - curl - - epel-release + - docker-compose + - elfutils-libelf-devel - e2fsprogs - genisoimage + - gcc + - gdisk - git - kpartx - libvirt - make - - nbd # from EPEL repository + - 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 + - python-jsonschema + # Optional, arch-specific requirements, matched by key name = $(uname -m) + aarch64: + # AArch64 VMs use AAVMF (guest UEFI) + - AAVMF