aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/scripts/requirements_rpm.yaml
blob: a9c624f881eda67cf5c4ee540c260eb7e3add90d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
##############################################################################
# Copyright (c) 2017 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:
  # 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
    - gcc
    - gdisk
    - git
    - kpartx
    - libvirt
    - make
    - 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)
    - AAVMF
  # Optional, deploy-type-specific requirements
  baremetal:
    # For baremetal, python is indirectly required for PDF parsing
    - python
    - python-ipaddress
    - python-jinja2
    - python-yaml