Clean up opendaylight configuration
[fuel.git] / mcp / scripts / requirements_rpm.yaml
1 ##############################################################################
2 # Copyright (c) 2018 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     - bc
13     - bridge-utils
14     - cloud-utils-growpart
15     - curl
16     - elfutils-libelf-devel
17     - e2fsprogs
18     - genisoimage
19     - gcc
20     - gdisk
21     - git
22     - kpartx
23     - libvirt
24     - make
25     - openssl-devel
26     - qemu-kvm
27     - rpm-build
28     - rsync
29     - util-linux
30     - virt-install
31     - wget
32     # For python is indirectly required for PDF parsing
33     - python
34     - python-ipaddress
35     - python-jinja2
36     - python-yaml
37     - python-jsonschema
38   # Optional, arch-specific requirements, matched by key name = $(uname -m)
39   aarch64:
40     # AArch64 VMs use AAVMF (guest UEFI)
41     - AAVMF