Couple cleanups related to ocata update 53/34553/1
authorDan Radez <dradez@redhat.com>
Fri, 31 Mar 2017 03:03:43 +0000 (23:03 -0400)
committerDan Radez <dradez@redhat.com>
Wed, 10 May 2017 12:09:00 +0000 (08:09 -0400)
- remove glance v2 enable
- remove bgpvpn

Change-Id: I2e09067e4f81c8a48e8f12475451b2a3c40289a7
Signed-off-by: Dan Radez <dradez@redhat.com>
build/overcloud-opendaylight.sh
lib/undercloud-functions.sh

index bacf536..35d9bac 100755 (executable)
@@ -89,10 +89,5 @@ LIBGUESTFS_BACKEND=direct virt-customize \
     --upload ${CACHE_DIR}/odl-netvirt-vpp-distribution.tar.gz:/root/ \
     -a overcloud-full-opendaylight_build.qcow2
 
-    # TODO: Put bgpvpn back into the build
-    #--upload ${BUILD_DIR}/networking-bgpvpn.tar.gz:/root/ \
-    #--run-command "cd /root/ && tar xzf networking-bgpvpn.tar.gz && yum localinstall -y *networking-bgpvpn*.rpm" \
-    #--run-command "rm -f /etc/neutron/networking_bgpvpn.conf" \
-    #--run-command "touch /etc/neutron/networking_bgpvpn.conf" \
 LIBGUESTFS_BACKEND=direct virt-sparsify --compress overcloud-full-opendaylight_build.qcow2 overcloud-full-opendaylight.qcow2
 popd > /dev/null
index a17036a..d324b0b 100755 (executable)
@@ -196,13 +196,6 @@ sudo sed -i '/CephClusterFSID:/c\\  CephClusterFSID: \\x27$(cat /proc/sys/kernel
 sudo sed -i '/CephMonKey:/c\\  CephMonKey: \\x27'"\$(ceph-authtool --gen-print-key)"'\\x27' /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml
 sudo sed -i '/CephAdminKey:/c\\  CephAdminKey: \\x27'"\$(ceph-authtool --gen-print-key)"'\\x27' /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml
 
-#####
-# TEMP WORKAROUND, REMOVE WHEN SNAPS SUPPORTS GLANCE API v2
-# JIRA: SNAPS-66
-#####
-sudo sed -i '/glance::api::enable_v1_api/ s/false/true/' -i /usr/share/openstack-tripleo-heat-templates/puppet/services/glance-api.yaml
-
-
 openstack undercloud install &> apex-undercloud-install.log || {
     # cat the undercloud install log incase it fails
     echo "ERROR: openstack undercloud install has failed. Dumping Log:"