aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-11-27 01:29:32 +0100
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-11-27 17:31:54 +0100
commitfeb877785544a31a18ae2f0ee2900a82e7ac4337 (patch)
tree1bc5dbfb6ee1468746e0e0db2eb290ef98a434d9 /ci
parent6ead32f737f39e3d82e1484a9d31f07ed2daeadb (diff)
AArch64: base image: pre-install salt-minion
While at it, rename apt repo in foundation node user-data template from "salt" to "saltstack", to align with reclass model naming. Change-Id: I5b216492349ae187b568884b1ab4046c52b1c6b2 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'ci')
-rwxr-xr-xci/deploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 427850fda..e2e4a1c6f 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -272,10 +272,10 @@ pushd "${DEPLOY_DIR}" > /dev/null
# Install required packages
[ -n "$(command -v apt-get)" ] && sudo apt-get install -y \
git make rsync mkisofs curl virtinst cpu-checker qemu-kvm uuid-runtime \
- libvirt-bin
+ libvirt-bin cloud-guest-utils e2fsprogs
[ -n "$(command -v yum)" ] && sudo yum install -y --skip-broken \
git make rsync genisoimage curl virt-install qemu-kvm util-linux \
- libvirt
+ libvirt cloud-utils-growpart e2fsprogs
# For baremetal, python is indirectly required for PDF parsing
if [ "${DEPLOY_TYPE}" = 'baremetal' ]; then