summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Adds bandit template and exclude some of testsKaifeng Wang2019-06-201-0/+401
| | | | | | | | | | | | Adds bandit configuration template and exclude some of tests that we don't want to fix for the moment. Keeping job unvoted so that we can keep an eye on possible issues while not breaking gate. Change-Id: I092d686ba38723d7951e8f06415f28cc809ad365 Story: 2005791 Task: 33563
* Do not run bashate on generated TinyIPA filesDmitry Tantsur2019-05-291-0/+2
| | | | Change-Id: I7ec2dbd8c2a0fe18a700906af8800973faf888d5
* Use oslo-config-generator for sample configPavlo Shchelokovskyy2016-12-094-120/+13
| | | | | | | | | | | | The old generate_sample.sh is broken already as it refers to non-existing openstack/common path. Let's use oslo-config-generator as many other OpenStack projects do. Also, where applicable, option descriptions are updated with the corresponding kernel parameters to set those options durig pxe boot. Change-Id: Id4a0df30ea573d52f3b359f357fe8f4a29751939
* Add bash scripts style checking for IPAOpenStack Proposal Bot2016-11-093-19/+38
| | | | | | | | | Updated file tox.ini allows to check code style in all ".sh" files included in Ironic Python Agent. Checking can be invoked by calling either "tox" or "tox -e pep8". Change-Id: Ie76605737c7db10a064f2aebfda388372a4c0591 Closes-Bug: #1625215
* Added some infrastructure toolsVladimir Kozhukalov2014-04-034-0/+152
Copied generate_sample.sh and with_venv.sh scripts from openstack/ironic. Generated sample config. Change-Id: I1beab119499156c711d838a3a1ecc3316b655900