John R Barker
c9e05956b7
Update testing_units.rst ( #24772 )
2017-05-18 10:26:45 +01:00
Dag Wieers
37bfca23c9
slurp: PEP8, imports, cosmetics ( #24677 )
...
- Make PEP8 compliant
- Ensure imports are specific
- Few cosmetic changes (sort lists, casing, punctuation)
2017-05-18 08:40:24 +01:00
Dag Wieers
ea27baf7ff
examples/: PEP8 compliancy ( #24682 )
...
- Make PEP8 compliant
2017-05-18 08:38:40 +01:00
Dag Wieers
de907a8e36
ansible/compat/: PEP8 compliancy ( #24689 )
...
- Make PEP8 compliant
2017-05-18 08:36:11 +01:00
Dag Wieers
ac27c54c2e
ansible/errors: PEP8 compliancy ( #24693 )
...
- Make PEP8 compliant
2017-05-18 08:34:57 +01:00
Dag Wieers
7a5e46c732
aix_lvol: PEP8, imports, cosmetics ( #24717 )
...
- Make PEP8 compliant
- Ensure imports are specific
- Few cosmetic changes (sort lists, casing, punctuation)
2017-05-18 08:31:07 +01:00
James Cammarata
400991f635
Merge branch 'ajdecon-modules_issue_1568' into devel
2017-05-18 02:29:12 -05:00
James Cammarata
5728bd9065
Merge branch 'modules_issue_1568' of https://github.com/ajdecon/ansible into ajdecon-modules_issue_1568
2017-05-18 02:28:08 -05:00
Dag Wieers
6b7d669a2b
win_psexec: Change default for -nobanner ( #24739 )
...
* win_psexec: Change default for -nobanner
* Update documentation too
2017-05-18 08:25:38 +01:00
Dag Wieers
4fb283a4e3
Fix installation instructions link in the README ( #24754 )
...
* Fix the installation instructions link in the README
The original linked page (Getting started) assumed the user already had an installed system, which clearly was not the intention of the link.
So I replaced it with a link to the installation instructions, and removed the quick advice. The installation instructions are well structured and complete.
* Change to https
Links to ansible.com should end up over https
Seem to be missing the http -> https redirect from the docs site, I'll poke someone about that
2017-05-18 08:09:53 +01:00
Abhijeet Kasurde
2f955e7da8
Save commit_timeout as string in junos_config ( #24761 )
...
Fix converts commit_timeout to string as
Elementree.SubElement requires text as string.
Fixes #24611
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2017-05-18 12:38:26 +05:30
Matt Martz
e7d8ebf080
Base changes required to allow winrm to work on py3 ( #24744 )
2017-05-17 14:26:32 -07:00
James Cammarata
f217dae938
Also check the iterator for failed host status in linear strategy
...
When only looking at the failed state of the TaskResult, certain failures
cause the linear strategy to fail out sooner than it should and not execute
the always portion of blocks.
Fixes #24301
2017-05-17 13:41:29 -05:00
Lee Shakespeare
e2c08edfcc
Tower user remove organization ( #24544 )
...
* Remove organization field from the tower_user module re: issue #24510
* Fix trailing spaces.
* Fixes for Shippable errors, pep8
* Remove a random inserted space.
2017-05-17 14:30:14 -04:00
QijunPan
40c2b8cac9
Contributing new lib/ansible/module_utils/ce.py module to manage HUAWEI data center CloudEngine switch ( #21666 )
...
* add module_utils ce.py
add module_utils ce.py
* update module_utils/ce.py to support netconf
update module_utils/ce.py to support netconf
* update module_utils ce.py
update module_utils ce.py
2017-05-17 18:36:34 +01:00
Monty Taylor
6e85ac2ba6
Deal with server.security_groups being None ( #24742 )
...
It shouldn't happen - but there is a bug in shade where it can be None
but should be [] instead. Work around it.
Fixes #24675
2017-05-17 12:17:31 -05:00
Jonathan Mainguy
3ad09604f2
add catapult as a sms /mms api notification provider. ( #23052 )
2017-05-17 16:23:38 +01:00
Matt Clay
f5332de83d
PEP 8 fixes.
2017-05-17 23:13:16 +08:00
Jorge Quintás
d3c94e82a5
take into account if cache file exists when loading data from digitalocean even with --force-cache
2017-05-17 10:45:54 -04:00
Ganesh Nalawade
38eeeb755d
Add ios changes for Python3 ( #24601 )
...
* Add ios changes for Python3
Make `execute_command` arguments and its
return value complaint to PY3 changes
made in PR #24431
pep8 fixes
* Fix CI issues
* Fix review comment
2017-05-17 20:00:52 +05:30
Jose Armesto
3eb8142a41
[cloud] Fixes #24578 : ROLLBACK_COMPLETE is a failure state for CloudFormation module ( #24596 )
...
* ROLLBACK_COMPLETE is a failure state
Fixes #24578
* Adding AWS documentation on Stack status
* Fixed comment
2017-05-17 09:17:47 -04:00
Andrea Tosatto
b230b03045
[cloud] Rebase and fix ENI lookup logic to only hit unique ENIs (rebase of #20039 ) ( #23404 )
...
* fix eni lookup logic to update them only when univocally specified (Fixes #19972 )
remove redundant eni lookup
* Rename the univocally_find_eni method to uniquely_find_eni
* Idempotency logic minor fixes
* Fixing pep8 reported issues
* Adding a required_together constraint for instance_id and device_index
* Fix ec2_eni private_ip_address matching
* Adding an example of matching via subnet_id and private_ip_address
* Removing the required_together and subnet_id constraints
* Addding some notes to explain the module assumptions
* Implementing Ryan's wording proposal
2017-05-17 08:54:37 -04:00
Matt Clay
c4a2deda9d
Restore disabled opensuse integration tests.
2017-05-17 17:13:27 +08:00
Abhijeet Kasurde
ad41d0e88f
Pep8 fixes for parted ( #24713 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2017-05-17 09:23:41 +01:00
Matt Clay
036ba7eeec
Clean up Shippable tools and update job handling.
...
- Tools are now in a tools subdirectory.
- Removed obsolete ansible-core-ci tool.
- Added run.py for starting new CI runs.
- Improved handling of run IDs and URLs.
- General code cleanup and docs updates.
- Nightly CI runs use complete coverage.
2017-05-17 14:56:40 +08:00
Trishna Guha
8937246f8f
Fix nxos ospf and Unit test ( #24613 )
...
* nxos_ospf fixes refactor
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* unit test nxos_ospf
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2017-05-17 11:16:41 +05:30
Matt Clay
6e160650e9
Fix run filter on Shippable downloader.
2017-05-17 10:08:08 +08:00
QijunPan
05d8b64cc9
Contributing lib/ansible/modules/network/cloudengine/ce_vrf_af.py module to manage HUAWEI data center CloudEngine ( #22078 )
...
* add ce_vrf_af.py
* upgrade ce vrf af
* metadata_version update
* fix review issues
* fix CI issues
2017-05-16 22:52:41 +01:00
QijunPan
a8570db624
Contributing lib/ansible/modules/network/cloudengine/ce_ntp.py module to manage HUAWEI data center CloudEngine ( #22057 )
...
* add ce_ntp
add ce_ntp
* fix review issues
* deal pep8 issues
2017-05-16 22:51:09 +01:00
QijunPan
7722b95dd4
Contributing lib/ansible/modules/network/cloudengine/ce_static_route.py module to manage HUAWEI data center CloudEngine ( #22072 )
...
* add ce_static_route
add ce_static_route
* upgrade Static Route
* fix review issues
* fix CI issues
* fix CI issue
* fix CI issue
2017-05-16 22:49:37 +01:00
QijunPan
d7e6a6bff3
Contributing lib/ansible/modules/network/cloudengine/ce_vrf.py module to manage HUAWEI data center CloudEngine ( #22077 )
...
* add ce_vrf.py
* update ce_vrf.py
update ce_vrf.py
* upgrade vrf
* metadata_version update
* fix review issues
* fix RETURN doc
2017-05-16 22:48:10 +01:00
QijunPan
7bb64bb9a4
Contributing lib/ansible/modules/network/cloudengine/ce_vxlan_vap.py module to manage HUAWEI data center CloudEngine ( #22084 )
...
* add ce_vxlan_vap.py
* metadata version upate
* fix fail_json msg
2017-05-16 22:46:45 +01:00
QijunPan
45f05ca8aa
Contributing lib/ansible/modules/network/cloudengine/ce_mlag_interface.py module to manage HUAWEI data center CloudEngine ( #22055 )
...
* add ce_mlag_interface
add ce_mlag_interface
* upgrade ce mlag interface
* fix CI issues
2017-05-16 22:44:49 +01:00
QijunPan
fbeec055a4
Contributing lib/ansible/modules/network/cloudengine/ce_netconf.py module to manage HUAWEI data center CloudEngine ( #22056 )
...
* add ce_netconf
add ce_netconf
* update
* upgrade netconf
* fix review issues
* fix review issue.
2017-05-16 22:43:33 +01:00
Ricardo Carrillo Cruz
14b1405ee4
Fix conn_type assignment ( #24697 )
...
This should be a single equal, not a double-one
2017-05-16 23:14:17 +02:00
Brandon Davidson
0210a1a7dc
[cloud] Add vpc_id option for ec2_lc security group lookups by name ( #24459 )
2017-05-16 16:46:28 -04:00
Daniel Shepherd
cf4806d29d
[cloud] Update AWS CloudTrail module to use boto3 and updated/new CT parameters ( #22884 )
...
remove cloudtrail.py from legacy-files as it passes pep8 tests now
update return values to use snake case per coding guidelines
update boto3 exception handling to use method outlined in coding guidelines
update parameter spec and return value code per PR code review
2017-05-16 16:45:03 -04:00
Tom Melendez
07c55b855a
[GCP] Forwarding Rule module ( #24627 )
...
* [GCP] Forwarding Rule module
* pep8 formatting for tests
* remove py26 check and updated_ key; docs and typo fixes
2017-05-16 16:40:34 -04:00
Brian Coca
7bb0a8d4fc
added order doc for inventory keyword
2017-05-16 15:54:19 -04:00
Brian Coca
c7b9f2a6de
added docs about url
2017-05-16 15:52:30 -04:00
Tom Melendez
29decad261
[GCP] Target Proxy Module ( #24527 )
...
* [GCP] Target Proxy Module
* pep8 fix
* updates from review: removed 26 check, fix get method, typos, renamed url_map to url_map_name
* removed blank line
2017-05-16 15:25:12 -04:00
Ganesh Nalawade
e52d06b401
Add dellos9 changes for Python3 ( #24607 )
...
* Add dellos9 changes for Python3
Make `execute_command` arguments and its
return value complaint to PY3 changes
made in PR #24431
* Minor changes
2017-05-17 00:36:52 +05:30
Ganesh Nalawade
a883635aeb
Add dellos6 changes for Python3 ( #24606 )
...
Make `execute_command` arguments and its
return value complaint to PY3 changes
made in PR #24431
2017-05-17 00:36:32 +05:30
Ganesh Nalawade
442df927f1
Add dellos10 changes for python3 ( #24608 )
...
Make `execute_command` arguments and its
return value complaint to PY3 changes
made in PR #24431
2017-05-17 00:36:15 +05:30
Ganesh Nalawade
a3c689bf0d
Add sros changes for Python3 ( #24604 )
...
* Add sros changes for Python3
Make `execute_command` arguments and its
return value complaint to PY3 changes
made in PR #24431
Code cleanup
pep8 fixes
* Fix CI issue
2017-05-17 00:33:36 +05:30
Ganesh Nalawade
16d610c1de
Add vyos changes for Python3 ( #24603 )
...
* Add vyos changes for Python3
Make `execute_command` arguments and its
return value complaint to PY3 changes
made in PR #24431
pep8 fixes
* Fix CI issues
2017-05-17 00:32:59 +05:30
Ganesh Nalawade
f4e1dc503b
Add iosxr changes for Python3 ( #24605 )
...
* Add iosxr changes for Python3
Make `execute_command` arguments and its
return value complaint to PY3 changes
made in PR #24431
* Fix CI issue
2017-05-17 00:32:41 +05:30
Dag Wieers
9a5a61bdca
hacking/: PEP8 compliancy ( #24683 )
...
- Make PEP8 compliant
2017-05-16 18:52:07 +01:00
Dag Wieers
4f29662a9e
ansible/vars/: PEP8 compliancy ( #24685 )
...
- Make PEP8 compliant
2017-05-16 18:51:27 +01:00
Matt Clay
9178e176b5
Limit sphinx version on python 2.6. ( #24678 )
...
* Limit sphinx version on python 2.6.
* Fix issues identified by rstcheck.
2017-05-17 01:00:15 +08:00