X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=mcp%2Fscripts%2Frequirements_deb.yaml;h=d2cc21539bb2e8692ed6bc4e3d7a879ea3a1a3cf;hb=9521ac10cb9cd22e6e1ab7c04d8882318ce8ba35;hp=e50a48ff8394e5d4e9d4def830615da2704ff08f;hpb=86c8109641cf22548ca68876e7de89b0d13e96b5;p=fuel.git diff --git a/mcp/scripts/requirements_deb.yaml b/mcp/scripts/requirements_deb.yaml index e50a48ff8..d2cc21539 100644 --- a/mcp/scripts/requirements_deb.yaml +++ b/mcp/scripts/requirements_deb.yaml @@ -6,16 +6,22 @@ # 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: - bridge-utils - cloud-guest-utils - cpu-checker - curl + - docker-compose - e2fsprogs - git - kpartx + - libglib2.0-bin - libvirt-bin - make - mkisofs @@ -28,6 +34,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)