Merge "[baremetal] Shutdown nodes from previous deploy"
[fuel.git] / mcp / scripts / requirements_rpm.yaml
index 91f862f..50ce5d9 100644 (file)
@@ -6,13 +6,18 @@
 # 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
+    - docker-compose
     - elfutils-libelf-devel
     - e2fsprogs
     - genisoimage
@@ -34,6 +39,7 @@ requirements_pkg:
     - 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)