bb4b4fdb3887c1fbe0e8536869ac68e9ed1dbe96
6 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Takashi Kajinami
|
cf621eb6cd |
Fix missing [mdns] options
Make sure these options are added to the sample config file generated by oslo-config-generator. Change-Id: I09dc6ace0725140bf3542d053e4c941ce190c0df Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com> |
||
|
Kaifeng Wang
|
6f634c358b |
Adds bandit template and exclude some of tests
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 |
||
|
Dmitry Tantsur
|
91039672bd |
Do not run bashate on generated TinyIPA files
Change-Id: I7ec2dbd8c2a0fe18a700906af8800973faf888d5 |
||
|
Pavlo Shchelokovskyy
|
762f3bf4e6 |
Use oslo-config-generator for sample config
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 |
||
|
OpenStack Proposal Bot
|
c40575e4e0 |
Add bash scripts style checking for IPA
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 |
||
|
Vladimir Kozhukalov
|
74ba66568e |
Added some infrastructure tools
Copied generate_sample.sh and with_venv.sh scripts from openstack/ironic. Generated sample config. Change-Id: I1beab119499156c711d838a3a1ecc3316b655900 |