summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Increase version of hacking and pycodestyleRiccardo Pittau2021-07-301-2/+5
| | | | | | Fix H904 "Delay string interpolations at logging calls" errors Change-Id: I331808d0132094faf739998a6984440787d3ebf8
* Add example for custom disk erasureJay Faulkner2020-11-024-0/+94
| | | | | | | | It's a common use case for operators to need to use vendor utilities to erase block devices. This adds an example that specifically addresses this use case. Change-Id: I20dfc37e04466dc0ded9571637818e8f6fb10216
* Examples: add deploy_steps examplesDmitry Tantsur2020-08-041-0/+96
| | | | Change-Id: Ifacd8fb05a80f34029965156334fbb707468f1f6
* Import example hardware managers from ipa-example-hardware-managersDmitry Tantsur2020-07-317-0/+344
They're not easily discoverable there, let's keep them in tree. The examples have been restructured to have two different projects ready to be copied and adjusted. PEP8 failures have been fixed. Change-Id: I2af04f4b7f9a2109fe83ec517e716159331a48bb Co-Authored-By: Jay Faulkner <jay@jvf.cc>