Merge "Fix the communication issue between control and compute nodes"
authorLuis Gomez <ecelgp@gmail.com>
Fri, 6 May 2016 03:27:02 +0000 (03:27 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 6 May 2016 03:27:02 +0000 (03:27 +0000)
jjb/integration/include-raw-integration-deploy-openstack-run-test.sh

index 885936a7d657b5f43237715559a6969da61bd9a4..f573be65f395756beb5b9f6eefdb4078bb01461d 100644 (file)
@@ -377,6 +377,13 @@ done
  fi
 done
 
+#Need to disable firewalld and iptables in control node
+echo "Stop Firewall in Control Node for compute nodes to be able to reach the ports and add to hypervisor-list"
+ssh ${OPENSTACK_CONTROL_NODE_IP} "sudo systemctl stop firewalld; sudo systemctl stop iptables"
+echo "sleep for a minute and print hypervisor-list"
+sleep 60
+ssh ${OPENSTACK_CONTROL_NODE_IP} "cd /opt/stack/devstack; source openrc admin admin; nova hypervisor-list"
+
 echo "Locating test plan to use..."
 testplan_filepath="${WORKSPACE}/test/csit/testplans/${STREAMTESTPLAN}"
 if [ ! -f "${testplan_filepath}" ]; then