summaryrefslogtreecommitdiffstats
path: root/common/ci
AgeCommit message (Collapse)AuthorFilesLines
2015-09-28Fixes clean to restore network config to LF jumphostTim Rozet1-29/+28
Change-Id: I11108177fe1a611670493c06ccc0b9703dbab2d3 Signed-off-by: Tim Rozet <trozet@redhat.com>
2015-09-25Fixes and updates for clean.sh and setup.shSzilard Cserey2-32/+160
Remove PXE interface (VLAN 0) and check IP Forwarding is enabled Add/Clean VLAN 300 interface Swap IP address from Base interface to VLAN interface Change-Id: Ia6ce76b220518f979dc2e3e9acd8e53540cbaef1 Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
2015-09-24Add removing existing VMs in clean.shjose.lausuch1-0/+6
There might be VMs leftovers sometimes, then, the command 'rmmod kvm_intel' fails. Change-Id: Iaacfa2182a8f867f5f28a79930f5520d9689156f Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-09-21Grant access for Fuel VM to external public networkSzilard Cserey1-9/+33
Change-Id: I429d41ea9942321fb4768a5a4d46d0976adbf47d Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
2015-09-15FIX for bringing down pxebr in clean.shSzilard Cserey1-2/+9
Wait for 5 seconds after pxebr has been brought down Change-Id: Ic9e64a484eeab6be63df3c7c4b9b98bed1cd2ed4 Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
2015-09-07FIX for ip link state verificationSzilard Cserey1-1/+1
Change-Id: Ibe0840a74b9fe7fc0041ce92190cf82f25ae9298 Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
2015-08-20Fixes setup.sh pxebr checksTim Rozet1-3/+4
Bug where pxebr was checking for link state UP before the subinterface was added to the bridge. Moved the check to be after. Added a short sleep in between issuing the link up and checking link status. JIRA: OCTO-109 Change-Id: I7f782a35adf49b0da675e932d109c41b26016a5b Signed-off-by: Tim Rozet <trozet@redhat.com>
2015-08-19Removes pxebr in clean.sh, updates setup.shTim Rozet2-4/+22
pxebr bridge is needed by Fuel, but causes issues with Foreman. It is now removed in clean.sh. setup.sh is also updated to be executable and fixes a bug where grep was being used on output that is in stderr. JIRA: OCTO-109 Change-Id: I037e168e40f3352a61a604ed6cea21d10250b434 Signed-off-by: Tim Rozet <trozet@redhat.com>
2015-08-19Adding prep script for Fuel DeploymentSzilard Cserey2-1/+178
Change-Id: If9bf1e1de27a0564a7d6fd0184dc80073bc060e6 Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
2015-08-12Adds common clean script for CI infrastructureTim Rozet1-0/+236
Universal clean script will remove VirtualBox or libvirt/KVM VMs and related hypervisor packages/kernel modules. The script is meant to be executed prior to a deploy to clean the jumphost. The script will also power off baremtal nodes via IPMI. These nodes are defined in yaml and passed via argument -base_config. JIRA: OCTO-109 Change-Id: I933b3d505b290d65996d60bf465144d92d433315 Signed-off-by: Tim Rozet <trozet@redhat.com>