summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2017-07-31Minor script fixes/improvementsjuraj.linkes2-6/+4
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-15Post apex updatesjuraj.linkes1-27/+31
Removed setting nova and neutron debugs. Added sourcing of overcloudrc. Also minor refactor. Change-Id: Ifb835fa81a19d98bda4a2c6f955abda3699946d3 Signed-off-by: juraj.linkes <jlinkes@cisco.com>
2017-06-05Added script for odl installationjuraj.linkes6-16/+117
Also refactored part of code Change-Id: I4e479d538b03d17c7b460d04ef0bdbd980d39787 Signed-off-by: juraj.linkes <jlinkes@cisco.com>
2017-06-02Added script for resource cleanupjuraj.linkes7-66/+446
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>
2017-05-03Reworked helper scripts and fixed typosjuraj.linkes7-11/+83
Added scripts for odl handling Change-Id: Idf715e1c8357a52ef1cd93f58b87c0b92211f85b Signed-off-by: juraj.linkes <jlinkes@cisco.com>
2017-03-17Fixed flavor and image configuration in post_apex.shjuraj.linkes1-4/+6
Now also removes hostname from known_hosts Change-Id: Ie8446637dc8fb61a5930c8397bbd42d9a4d3805f Signed-off-by: juraj.linkes <jlinkes@cisco.com>
2017-03-13Fixed typos and updated functest sim for Newton deploymentsjuraj.linkes2-4/+4
Change-Id: I278f1327445793c5cf843e36c074c46c7b8fe89b Signed-off-by: juraj.linkes <jlinkes@cisco.com>
2017-03-13Added draft of post apex deployment scriptjuraj.linkes2-0/+97
Change-Id: Ib4c4fdfbc9f24f4d6112c110a5fe12be61c40842 Signed-off-by: juraj.linkes <jlinkes@cisco.com>
2017-02-02Added a script for removing data from odls neutron northboundjuraj.linkes2-0/+101
Change-Id: Idfeadd98ee8e7ff309e32c56397f12effd3624b9 Signed-off-by: juraj.linkes <jlinkes@cisco.com>
2017-02-01removed duplicate creation of test-vm1 in functest sim scriptjuraj.linkes1-1/+0
Change-Id: I41a11b71bdf8ed0318259be2e8588db1a5f9c94b Signed-off-by: juraj.linkes <jlinkes@cisco.com>
2017-02-01fixed typo in functest_sim.shjuraj.linkes1-1/+1
Change-Id: I3f8c4fde4aaabd9b39bf6cadf33bc5bd2adceb06 Signed-off-by: juraj.linkes <jlinkes@cisco.com>
2016-12-06Added script for mounting VPPs into ODLjuraj.linkes1-0/+38
Change-Id: I34ada47e65e388e7343cbcff47501891e7cb0868 Signed-off-by: juraj.linkes <jlinkes@cisco.com>
2016-12-06Added basic script for creating two vms using openstack client and a script ↵juraj.linkes2-0/+62
that mimics functests' vping_ssh using openstack client Change-Id: I90cfacd8d4f042f707a197deb6a3dc680ff692e5 Signed-off-by: juraj.linkes <jlinkes@cisco.com>