deploy.sh: Factor out pkg deps into yaml files 85/49985/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Sat, 9 Dec 2017 17:20:16 +0000 (18:20 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 3 Jan 2018 23:08:16 +0000 (00:08 +0100)
commit2c16287422b51f58e581a4ad28265993c1efe6a8
tree279b859b56b596c63a434b838fc5b28cd89b50c6
parent5fb0d533c3aa7e26ab1519858918ca4f7df21ce5
deploy.sh: Factor out pkg deps into yaml files

Instead of hardcoding the packages to install on the jumphost at
deploy time in `ci/deploy.sh`, move the requirements list to a
dedicated yaml file, so it is decoupled from actual code.

While at it, add missing deps:
- ipxe-qemu (AArch64 Ubuntu only);

Change-Id: I9ee5c0796b70f9d29427d608b6415333c8841e1e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit b57cd65121f61114432b07c04106fc4b8609440e)
ci/deploy.sh
docs/release/installation/installation.instruction.rst
mcp/scripts/requirements_deb.yaml [new file with mode: 0755]
mcp/scripts/requirements_rpm.yaml [new file with mode: 0755]