deploy.sh: Factor out pkg deps into yaml files 51/48751/6
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Sat, 9 Dec 2017 17:20:16 +0000 (18:20 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Tue, 12 Dec 2017 19:30:15 +0000 (20:30 +0100)
commitb57cd65121f61114432b07c04106fc4b8609440e
tree40c68b3895e112985b31766dbef6c7251ee169cb
parent2b0a1581730e5a96c6e8949237bb54d4d0ea2571
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>
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]