summaryrefslogtreecommitdiffstats
path: root/scripts/resource_cleanup.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-10-13Updated grep regexs for 1710 honeycomb ip and portjuraj.linkes1-2/+2
Change-Id: I4f1247e9a946e5c11268b3bfac88ec9487fc8782 Signed-off-by: juraj.linkes <jlinkes@cisco.com>
2017-10-12Split odl restart into start and stopjuraj.linkes1-2/+4
Change-Id: Ic75eeb2444e1b5744dbad590ec63d3467ee945c4 Signed-off-by: juraj.linkes <jlinkes@cisco.com>
2017-09-25Quick fix in resource cleanup for vpp-execjuraj.linkes1-1/+1
Change-Id: Iddef4e7411ce55f2612821b221751b6031b42ac6 Signed-off-by: juraj.linkes <jlinkes@cisco.com>
2017-09-12Updated resource cleanup and post apex for 1710juraj.linkes1-10/+30
Change-Id: Idb9b1d101acdc54425fb1daf4442e466ceef3f0e Signed-off-by: juraj.linkes <jlinkes@cisco.com>
2017-07-31Minor script fixes/improvementsjuraj.linkes1-2/+2
Change-Id: I9e8da01ff2d6a94bb1fb0f64dc660ec0a49f63b6 Signed-off-by: juraj.linkes <jlinkes@cisco.com>
2017-06-27Increased odl restart timeout to 120juraj.linkes1-3/+3
Change-Id: I2cc7154684fadc141412eb575b5f104ba19235e9 Signed-off-by: juraj.linkes <jlinkes@cisco.com>
2017-06-05Added script for odl installationjuraj.linkes1-7/+7
Also refactored part of code Change-Id: I4e479d538b03d17c7b460d04ef0bdbd980d39787 Signed-off-by: juraj.linkes <jlinkes@cisco.com>
2017-06-02Added script for resource cleanupjuraj.linkes1-0/+407
This script can be either run from jumphost or overcloud nodes. If run from jumphost, it will clean all resources on all nodes as well as openstack resources. If run from an overcloud node, it will clean resources on that node. The script supports whitelisting and exclusion of resources to be cleaned. Change-Id: I46c937dc31a1ed4b9be1d641183c9cc3b42bbb2d Signed-off-by: juraj.linkes <jlinkes@cisco.com>