Brian Ong
1abc47c5d3
Fixed indentation error in facts-demo.yml
example. ( #36645 )
...
* Fixed indentation error in `facts-demo.yml` example.
`content` and `dest` should be indented under the `copy` module.
* Updated indentation of copy module in `facts-demo.yml` example.
Updated indentation of copy module in `facts-demo.yml` to be inline with its name.
2018-02-24 00:38:50 +01:00
Dag Wieers
7da7ba79bc
Add anchors to some guides and all module categories ( #36642 )
...
* Add anchors to some guides and all module categories
This is required if we want to use *absolute* :ref: references instead of *relative* :doc: references.
* Update the Cisco ACI Guide reference
* Add `aci_guide` anchor
* Add `network_guide` anchor
* Add category anchor
* Improve readability
* Fix small typo
2018-02-23 17:10:47 -06:00
Ed Costello
2a0c7c4331
Fix documentation of validate_certificates option in aws doc_fragment.
...
Unignore sanity test failures for AWS modules caused by this common
fragment.
2018-02-23 13:21:44 -08:00
John R Barker
ea1f5e59d3
Notify acozine & gundalow on Network Docs ( #36655 )
...
Now we have a docs directory notify and add labels on any network docs
PRs
2018-02-23 20:17:19 +00:00
Brian Coca
2f13ddbd69
debug should have item ( #36534 )
...
* debug should have item
* item should only be present when var
2018-02-23 15:12:14 -05:00
Brian Coca
ef40e5e3b2
protect against plugins using verify incorrectly
...
assume false on any errors
2018-02-23 15:11:01 -05:00
Matt Martz
076ea07bb5
Add instructions for creating backport PRs ( #36593 )
...
* Add instructions for creating backport PRs
* Update development_process.rst
simpler workflow
* Update development_process.rst
added origin note
* A few adjustments to clarity, use backport instead of cherry pick in branch name
* Address formatting issue
* fetch isn't a flag
* Fix rst formatting
2018-02-23 09:51:36 -06:00
Ryan Petrello
8a41233202
tower cred: update kind options in documentation
2018-02-23 10:49:07 -05:00
Ryan Petrello
cd6855275e
tower cred: filter user name lookup by the proper key
2018-02-23 10:49:07 -05:00
Ryan Petrello
9cb4b70e27
tower cred: implement credential /api/v1/ kind compatability
2018-02-23 10:49:07 -05:00
Thierry Bouvet
640749d54f
Fix credentials for Tower API V2
2018-02-23 10:49:07 -05:00
Chris Houseknecht
53cfd70b7d
Adds k8s_raw, openshift_raw tests ( #36228 )
2018-02-23 10:13:09 -05:00
Gittins
a1241d99ee
Updated examples aci_contract_subject_to_filter.py ( #36626 )
...
Changed examples to reference the correct module name. Previously the examples used "aci_subject_filter_binding".
2018-02-23 13:00:26 +01:00
Pilou
07927f52ae
filesystem: fix documentation ( #36556 )
2018-02-23 10:59:38 +00:00
Daniel Andrei Mincă
62f237f21e
fix erroneous example in inventory ( #36625 )
...
After initializing a list in both Python2/Python3 with below elements,
I've tested the indexing and realised that the examples provided in the
documentation are erroneous.
As a result, update the examples with correct values in order to avoid
any future confusion.
Resolves:
Related:
Signed-off-by: Daniel Andrei Minca <mandrei17@gmail.com>
2018-02-23 10:46:31 +00:00
Martin Krizek
a79a5439c8
yum: fix yum version comparison ( #36573 )
2018-02-23 08:55:11 +01:00
Bruno
a7db945ac6
aci example minor fix testing actual real life scenario examples ( #36613 )
2018-02-23 03:04:40 +01:00
Bruno
68a97ca558
added additional examples for aci modules ( #36612 )
...
* added additional examples for aci modules
* small fix on aci_fabric_node
* removing jina2 for clarity
2018-02-23 02:39:58 +01:00
Julien Vey
d212bcf1e7
ec2_group:documentation explicit a behaviour for sg rules ( #36586 )
2018-02-23 09:24:25 +10:00
Matt Martz
a7062b7587
Start of tests for modify_module, specifically to ensure proper shebang replacement on old style modules ( #36602 )
2018-02-22 16:27:53 -06:00
Chris Houseknecht
4a8b4bb8a8
Bump OpenShift client req to 0.4.3. Fixes openshift_scale. ( #36601 )
2018-02-22 16:31:47 -05:00
Alicia Cozine
51a010a696
Network Getting started docs ( #36337 )
...
* first draft of getting started guide
2018-02-22 20:43:04 +00:00
Simon Dodsley
b96ab46566
Initial commit for Pure Storage FlashBlade module ( #32467 )
2018-02-22 15:33:48 -05:00
Sloane Hertel
73fd593d45
aws_ec2 inv plugin: remove extra call to verify_file ( #36588 )
...
* Remove extra call to verify_file
* Allow next inventory plugin to be tried if the file isn't verified
2018-02-22 12:10:47 -05:00
Matt Clay
5b5cba5e50
Update more code-smell tests. ( #36570 )
...
* Enhance use-compat-six code-smell test.
* Enhance use-argspec-type-path code-smell test.
* Enhance replace-urlopen code-smell test.
* Enhance boilerplate code-smell test.
* Enhance no-underscore-variable code-smell test.
2018-02-22 08:08:29 -08:00
Richlv
0e0d6cf4f2
Update zabbix_maintenance.py ( #36123 )
...
clarify that removal happens by name - while expected, it's good to be explicit
2018-02-22 10:46:04 -05:00
gratuxri
d31d981aa5
Updated vmware URL for guest_ids ( #36511 )
2018-02-22 12:17:11 +05:30
Matt Clay
891f4f3b2d
Upgrade more code-smell tests. ( #36560 )
...
* Enhance no-dict-* code-smell tests.
* Enhance no-basestring code-smell test.
* Enhance no-get-exception code-smell test.
* Enhance empty-init code-smell test.
* Enhance required-and-default-attribute test.
* Remove unused code-smell test.
2018-02-21 20:09:13 -08:00
Matt Martz
a4df4d33ac
Fix types when evaluating interpreter ( #36541 )
...
* Fix types when evaluating interpreter. Fixes #36536
* Rename variables that contain bytes to b_*
* Get rid of to_text() and to_bytes() calls that do nothing (because the
data is already the proper type)
2018-02-21 18:03:16 -08:00
Jordan Borean
ef4f8851dc
win_feature: better error handling to make it easier to debug issues ( #36491 )
...
* win_feature: better error handling to make it easier to debug issues
* removed ignroed pslint rules that are no longer needed
2018-02-22 11:33:48 +10:00
Julien Vey
3abaa43b1c
efs: improve documentation about the update of an efs ( #36473 )
2018-02-22 10:30:50 +10:00
Dag Wieers
a655bdb72e
Add missing copyright notice
...
I did a large part of the unzip implementation and gtar functionality.
2018-02-22 01:23:53 +01:00
Dag Wieers
430088c6f0
aci_interface_policy_leaf_policy_group: Fix test ( #36551 )
2018-02-21 23:48:10 +01:00
Sam Doran
723daf3e3a
Check for regexp match when using insertbefore or insertafter ( #36474 )
...
Add tests to cover this scenario
Fixes #36156
2018-02-21 17:03:38 -05:00
Bruno
afdd748f4c
changed cisco mail to normail hotmail ( #36546 )
2018-02-21 23:01:26 +01:00
Sloane Hertel
4d4553bbb0
[cloud] catch NoCredentialsError in boto3_conn ( #36537 )
2018-02-21 16:39:01 -05:00
Bruno
53125d37d1
add aci_static_binding_to_epg integration tests ( #36542 )
2018-02-21 21:45:38 +01:00
Bruno
31bd214682
minor fix to exit_json for aci_static_binding_to_epg.py ( #36540 )
...
* minor fix to exit_json for aci_static_binding_to_epg.py
* The aci.exit_json() call doesn't need arguments
2018-02-21 21:17:41 +01:00
Julien Vey
a77b89e7b5
[cloud] ec2_group: fix check mode when using tags ( #36503 )
...
Fixes #36412
2018-02-21 14:48:51 -05:00
Dag Wieers
51ba115dea
aci_domain_to_encap_pool: Remove integration tests ( #36535 )
2018-02-21 20:33:23 +01:00
Toshio Kuratomi
03a6d72633
Revert "remove query/q ( #36315 )"
...
This reverts commit b47d2e07e1
.
query is a feature for 2.5. We're not reverting it now.
2018-02-21 10:37:51 -08:00
Dag Wieers
7435e115e0
ACI: Various changes to module documentation and guide ( #36516 )
...
* ACI: Various changes to module documentation and guide
This PR includes:
- We moved the object class information to the notes
- Add version information to guide chapters
- Add generic note to modules with reference to ACI guide
- Reference known issues in aci_rest documentation
- Remove module_utils function docs from modules
- Indicate which parameters are not required for querying all objects
- Added missing RETURN information
* Fix copyright strings
* Remove aci_domain_to_encap_pool.py for v2.5
* More updates
* PEP8 fix
* Improve listings of parameters/return values
2018-02-21 19:35:59 +01:00
Simon Dodsley
7ce1d49c55
Add new purefa_pgsnap module
...
Supplies the ability to create and destroy FlashArray
protection groups.
2018-02-21 10:01:29 -08:00
Toshio Kuratomi
508a9c20dc
Notify cyberark-bizdev for cyberark plugin and module tickets.
2018-02-21 09:11:54 -08:00
Matt Martz
10fefc7156
Re-use logic from StrategyBase._load_included_file in StrategyModule.run for free and linear ( #36470 )
...
This improves include_role performance and recursion limits
2018-02-21 09:53:15 -06:00
tgates81
7a55fe99ef
find.py module: Added depth: option to specify how many level deep to… ( #36205 )
...
* find.py module: Added depth: option to specify how many level deep to traverse directories.
* find.py module: depth: added correct version_added value.
* find.py module: depth: Default value is None.
2018-02-21 10:51:26 -05:00
Brian Coca
b47d2e07e1
remove query/q ( #36315 )
...
* remove query/q
remove and fixed tests for removed func
* paren fix
2018-02-21 10:42:54 -05:00
John R Barker
5d0ed38e3a
Fixup VMware module docs issues ( #36409 )
...
Fix various argspec vs documentation issue
2018-02-21 15:20:42 +00:00
Martin Krizek
9fced4f0a9
Add integration test for #36430 ( #36432 )
2018-02-21 16:16:02 +01:00
James Tanner
d1f76939e5
Do not cache the loop item label so that it will update with each item
2018-02-21 10:02:03 -05:00