diff options
author | Dan Radez <dradez@redhat.com> | 2017-04-06 10:12:03 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2017-04-06 10:12:03 -0400 |
commit | fa293822659e49a12403b58467f480eabb916a9d (patch) | |
tree | 52786d328880b08460278dec050e4ce3e00d952c /build/undercloud.sh | |
parent | a241a5458819cc3488a2e3934daa4a07c662c9dd (diff) |
Remove Openwsman
- AMT is no longer supported in Triple-O
Change-Id: Iddca225b0b40ae237ed9dcf754051a38cdafec9e
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'build/undercloud.sh')
-rwxr-xr-x | build/undercloud.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/undercloud.sh b/build/undercloud.sh index de96f029..6d8937ff 100755 --- a/build/undercloud.sh +++ b/build/undercloud.sh @@ -29,7 +29,6 @@ sed "s/kvmfornfv_kernel.rpm/$kvmfornfv_kernel_rpm/" ${BUILD_ROOT}/enable_rt_kvm. # installing forked opnfv-tht # enabling ceph OSDs to live on the controller -# OpenWSMan package update supports the AMT Ironic driver for the TealBox # seeding configuration files specific to OPNFV # add congress client # add congress password to python-tripleoclient @@ -46,8 +45,6 @@ LIBGUESTFS_BACKEND=direct virt-customize \ --run-command "cd /usr/share && rm -rf openstack-tripleo-heat-templates && tar xzf opnfv-tht.tar.gz" \ --run-command "sed -i '/ControllerEnableCephStorage/c\\ ControllerEnableCephStorage: true' /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml" \ --run-command "sed -i '/ComputeEnableCephStorage/c\\ ComputeEnableCephStorage: true' /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml" \ - --run-command "curl -f 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 ${BUILD_ROOT}/opnfv-environment.yaml:/home/stack/ \ --upload ${BUILD_ROOT}/first-boot.yaml:/home/stack/ \ |