Commit Graph

23 Commits (951572bec1278b00373c9684decd114edf28ed1c)

Author SHA1 Message Date
Monty Taylor fea71d2767 Update Jesse Keating's github id (#39904)
Jesse is no longer j2sol, he's now omgjlk.
8 years ago
Dag Wieers cdd21e2170
Clean up module documentation (#36909)
* Clean up module documentation

This PR includes:
- Removal of `default: None` (and variations)
- Removal of `required: false`
- Fixing booleans and `type: bool` where required

* Fix remaining (new) validation issues
8 years ago
Matt Clay 68aeaa58a8 Fix dangerous default args. (#29839) 8 years ago
Toshio Kuratomi f203ca7907 Update metadata to 1.1 8 years ago
Toshio Kuratomi 4109a82d0a remove wildcards and add boilerplate
* cloud/centurylink
* source_control
* cloud/google
* notification
* cloud/rackspace
* cloud/vmware
9 years ago
Toshio Kuratomi 225fa5d092 Fix undefined variables, basestring usage, and some associated python3 issues 9 years ago
Abhijeet Kasurde 211d0656f8 Misc Typo correction (#25025)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
9 years ago
Toshio Kuratomi eb1214baad New metadata 1.0 (#22587)
Changes to the metadata format were approved here:
https://github.com/ansible/proposals/issues/54
* Update documentation to the new metadata format
* Changes to metadata-tool to account for new metadata
  * Add GPL license header
  * Add upgrade subcommand to upgrade metadata version
  * Change default metadata to the new format
  * Fix exclusion of non-modules from the metadata report
* Fix ansible-doc for new module metadata
* Exclude metadata version from ansible-doc output
* Fix website docs generation for the new metadata
* Update metadata schema in valiate-modules test
* Update the metadata in all modules to the new version
9 years ago
Andrea Tartaglia ef391a11ec Removed dict.iteritems() in modules. (#18859)
This is for py3 compatibility, addressed in #18506
9 years ago
Toshio Kuratomi 7319104552 Refreshed metadata for core modules 9 years ago
Fabio Alessandro Locati 21bd86ef1d Call main in conditional way - cloud/rackspace 9 years ago
adejongh a89992f70f Fixed incorrect usage of user_data variable (#5194) 9 years ago
@ 7e4b1ebff5 Fixing Rackspace compile time errors irt exception handling for Python 3 (#3849) 9 years ago
Pete Travis b504625f72 quote fail 9 years ago
Pete Travis f6efa9aaa5 expand when opening too 9 years ago
Pete Travis 57703450f5 use expanduser() before testing user_data as file
I like to use ~/somepath instead of absolute paths because
that's more shareable.  Without expansion, the path wasn't
considered a file, and the resulting cloud-config user_data
contained a string for the file path instead of the file context.
So, expand it.
9 years ago
Greg DeKoenigsberg 18ca7aee07 Updating cloud modules with proper github author information 9 years ago
Matt Martz bcd9f83521 Prevent an empty error message 9 years ago
Matt Martz 8e4755728e DRY up duplicate code 9 years ago
Matt Martz cf50526cb5 Don't hardcode minimum for boot_volume_size 9 years ago
Matt Martz 724ae97898 Fix order of logic to determine required args 9 years ago
Matt Martz 1f51a5effd Add boot from volume functionality to rax and rax_cbs modules 9 years ago
Brian Coca 32e85c0944 made subcategories for cloud modules for better organization 9 years ago