From fa293822659e49a12403b58467f480eabb916a9d Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Thu, 6 Apr 2017 10:12:03 -0400 Subject: Remove Openwsman - AMT is no longer supported in Triple-O Change-Id: Iddca225b0b40ae237ed9dcf754051a38cdafec9e Signed-off-by: Dan Radez --- build/c7-opnfv-x86_64-comps.xml | 3 --- build/undercloud.sh | 3 --- 2 files changed, 6 deletions(-) (limited to 'build') diff --git a/build/c7-opnfv-x86_64-comps.xml b/build/c7-opnfv-x86_64-comps.xml index 6387cfb4..8bbe81d4 100644 --- a/build/c7-opnfv-x86_64-comps.xml +++ b/build/c7-opnfv-x86_64-comps.xml @@ -5671,9 +5671,7 @@ openlmi-software openlmi-storage openslp-server - openwsman-client tog-pegasus - wsmancli openlmi openlmi-account-doc openlmi-fan @@ -5691,7 +5689,6 @@ openlmi-storage-doc openlmi-tools openlmi-tools-doc - openwsman-server sblim-cim-client2 sblim-cmpi-fsvol sblim-cmpi-network 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/ \ -- cgit 1.2.3-korg