summaryrefslogtreecommitdiffstats
path: root/build/undercloud.sh
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2017-09-21 13:40:46 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-21 13:40:46 +0000
commit330a071566034447fa6a4de17e56be1cceb1c83b (patch)
tree41ec76c929359ac41d3f9343c6116f9c5552f4e1 /build/undercloud.sh
parent3755bd651deed84291de61cd56530ad856e3d1b1 (diff)
parent433961f8c0b816f19aa858654261fa87d2f02a19 (diff)
Merge "Adds Calipso scenario"
Diffstat (limited to 'build/undercloud.sh')
-rwxr-xr-xbuild/undercloud.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/undercloud.sh b/build/undercloud.sh
index 05cbf552..d225958f 100755
--- a/build/undercloud.sh
+++ b/build/undercloud.sh
@@ -26,6 +26,9 @@ popd > /dev/null
# inject rt_kvm kernel rpm name into the enable file
sed "s/kvmfornfv_kernel.rpm/$kvmfornfv_kernel_rpm/" ${BUILD_ROOT}/enable_rt_kvm.yaml | tee ${BUILD_DIR}/enable_rt_kvm.yaml
+# grab latest calipso
+populate_cache $calipso_uri_base/$calipso_script
+
# Turn off GSSAPI Auth in sshd
# installing forked apex-tht
# enabling ceph OSDs to live on the controller
@@ -52,6 +55,7 @@ LIBGUESTFS_BACKEND=direct virt-customize \
--upload ${BUILD_ROOT}/virtual-environment.yaml:/home/stack/ \
--upload ${BUILD_ROOT}/baremetal-environment.yaml:/home/stack/ \
--uninstall "libvirt-client" \
+ --upload ${CACHE_DIR}/${calipso_script}:/root/ \
--install "libguestfs-tools" \
-a undercloud_build.qcow2