aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* travis: Drop python3.4HEADmasterGuido Günther2018-07-19
| | | | No longr supported by ansible 2.6
* Rework powerstate handlingGuido Günther2018-07-19
| | | | | Make sure we only return poweredOn / poweredOff even when Foreman uses on / off.
* tighten flake8 checklistGuido Günther2017-08-22
|
* Don't import *Guido Günther2017-08-22
|
* Handle new power state namesGuido Günther2017-08-22
| | | | Foreman changed power state names in 1.15+.
* Unbreak changing paramsGuido Günther2017-07-05
| | | | Broken by the host power chages
* Show build statusGuido Günther2017-05-17
|
* gitignore byte compiled python filesGuido Günther2017-05-17
|
* travis: Test python 3.6Guido Günther2017-05-17
|
* tests: Don't rely on dict key orderingGuido Günther2017-05-17
| | | | so tests work reliably with python3
* Explain how to use nosetestsGuido Günther2017-05-16
| | | | and run them in travis
* Make sure ssl_verify is a boolGuido Günther2017-05-16
| | | | since ansible treats it as string otherwise
* Allow to set powerstate of the VMGuido Günther2017-05-04
|
* Move host creation to separate functionGuido Günther2017-05-04
|
* Run flake8 in travisGuido Günther2017-02-02
|
* Flake8 cleanGuido Günther2017-02-02
|
* Add __init__.pyGuido Günther2017-02-02
| | | | so we can include the whole dir verbatim under library/
* Allow to set environmentGuido Günther2016-08-01
|
* Allow to retry host creationGuido Günther2016-08-01
| | | | | | This allows to workaround e.g. http://projects.theforeman.org/issues/14911
* Fix typo preventing a sane error messageGuido Günther2016-07-27
|
* Allow to add commentGuido Günther2016-06-26
|
* Set host ip as fact when creating the hostGuido Günther2016-06-17
|
* Update exampleGuido Günther2016-06-17
|
* Subnet and compute_resource are required when creating VMsGuido Günther2016-06-17
|
* Don't log API passwordGuido Günther2016-06-17
|
* Allow to set primary interface IPGuido Günther2016-06-13
| | | | Get rid of the whole JSON merging, rather add more params.
* Improve error output if 'full_messages' is not presentGuido Günther2016-05-18
| | | | In this case 'error' has the actual message
* Ensure parameters match the provided onesGuido Günther2016-05-17
|
* Initial commitGuido Günther2016-02-24