diff options
author | 2016-04-08 00:44:18 +0000 | |
---|---|---|
committer | 2016-04-08 00:44:18 +0000 | |
commit | 2b66c3113aa34829621e140b66fbfb25dbf086cf (patch) | |
tree | 19c0f5240bc98567bcb380a80934ba3f6e2f5125 /build/undercloud.sh | |
parent | d1dc7ebd54fd2eba6bbf17a0bc531e5838635206 (diff) | |
parent | 9bebfc4c3a614ca6f3721fbef4c466e74411323a (diff) |
Merge "Fixes controller Image to be overcloud-full"
Diffstat (limited to 'build/undercloud.sh')
-rwxr-xr-x | build/undercloud.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/undercloud.sh b/build/undercloud.sh index 02ff3ff6..f39ee73f 100755 --- a/build/undercloud.sh +++ b/build/undercloud.sh @@ -27,6 +27,7 @@ LIBGUESTFS_BACKEND=direct virt-customize \ --run-command "curl http://download.opensuse.org/repositories/Openwsman/CentOS_CentOS-7/Openwsman.repo > /etc/yum.repos.d/wsman.repo" \ --run-command "yum update -y openwsman*" \ --run-command "cp /usr/share/instack-undercloud/undercloud.conf.sample /home/stack/undercloud.conf && chown stack:stack /home/stack/undercloud.conf" \ + --upload ../opnfv-environment.yaml:/home/stack/ \ -a undercloud.qcow2 # Patch in OpenDaylight installation and configuration @@ -34,3 +35,4 @@ LIBGUESTFS_BACKEND=direct virt-customize \ # --run-command "cd /usr/share/openstack-tripleo-heat-templates/ && patch -Np1 < /tmp/opnfv-tripleo-heat-templates.patch" \ # -a undercloud.qcow2 popd > /dev/null + |