xci: nfvi: OSA: Drop SUSE workaround 23/50223/1
authorMarkos Chandras <mchandras@suse.de>
Mon, 8 Jan 2018 10:45:41 +0000 (10:45 +0000)
committerMarkos Chandras <mchandras@suse.de>
Mon, 8 Jan 2018 10:46:42 +0000 (10:46 +0000)
The upstream patchset has been merged, so drop the SUSE
specific workaround when obtaining the status of the galera
cluster.

Link: https://review.openstack.org/#/c/508154/
Change-Id: Ic990e6939fb794a532caf8af2759969198fa5d3a
Signed-off-by: Markos Chandras <mchandras@suse.de>
xci/nfvi/osa/nfvi-deploy.sh

index 9546215..b8637f2 100755 (executable)
@@ -138,13 +138,6 @@ fi
 #-------------------------------------------------------------------------------
 echo "Info: Verifying database cluster"
 echo "-----------------------------------------------------------------------"
-# Apply SUSE fix until https://review.openstack.org/508154 is merged
-if [[ ${XCI_DISTRO,,} == "opensuse" ]]; then
-       ssh root@$OPNFV_HOST_IP "set -o pipefail; ansible --ssh-extra-args='-o StrictHostKeyChecking=no' \
-               -i releng-xci/.cache/repos/openstack-ansible/playbooks/inventory/ galera_container -m shell \
-               -a \"sed -i \\\"s@/var/run/mysqld/mysqld.sock@/var/run/mysql/mysql.sock@\\\" /etc/my.cnf\""
-fi
-
 ssh root@$OPNFV_HOST_IP "set -o pipefail; ansible --ssh-extra-args='-o StrictHostKeyChecking=no' \
     -i releng-xci/.cache/repos/openstack-ansible/playbooks/inventory/ galera_container -m shell \
        -a \"mysql -h localhost -e \\\"show status like '%wsrep_cluster_%';\\\"\" | tee galera.log"