diff options
author | Tim Rozet <trozet@redhat.com> | 2017-08-30 22:00:15 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-09-20 17:12:10 -0400 |
commit | 433961f8c0b816f19aa858654261fa87d2f02a19 (patch) | |
tree | d37b4923b92fe98e6fcd540a87f24b1e3485b6b1 /build/undercloud.sh | |
parent | 946251720965cd5da9f6798d3ff931950524dd24 (diff) |
Adds Calipso scenario
Calipso uses docker containers and is post deployment feature that can
be used to monitor pieces of the stack. This patch installs it to the
undercloud rather than the jumphost as it is easier to manage for
cleanup and dependencies.
Change-Id: Ie2dacc4f14b391a864fafb2e75ebcd15facb19f1
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'build/undercloud.sh')
-rwxr-xr-x | build/undercloud.sh | 4 |
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 |