[baremetal] Switch VCP base image to UCA
[fuel.git] / mcp / scripts / requirements_rpm.yaml
1 ##############################################################################
2 # Copyright (c) 2017 Mirantis Inc., Enea AB and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Apache License, Version 2.0
5 # which accompanies this distribution, and is available at
6 # http://www.apache.org/licenses/LICENSE-2.0
7 ##############################################################################
8 ---
9 requirements_pkg:
10   # Common pkgs required for all deploys, no matter the type, arch etc.
11   common:
12     - cloud-utils-growpart
13     - curl
14     - e2fsprogs
15     - genisoimage
16     - git
17     - kpartx
18     - libvirt
19     - make
20     - qemu-kvm
21     - rsync
22     - util-linux
23     - virt-install
24   # Optional, arch-specific requirements, matched by key name = $(uname -m)
25   aarch64:
26     # AArch64 VMs use AAVMF (guest UEFI)
27     - AAVMF
28   # Optional, deploy-type-specific requirements
29   baremetal:
30     # For baremetal, python is indirectly required for PDF parsing
31     - python
32     - python-ipaddress
33     - python-jinja2
34     - python-yaml