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
jctanner
bfc551b3f8
Add vmware_guest_find.py module ( #24260 )
...
* Add vmware_guest_find.py module
* Fixup linter errors
* Add missing empty line
2017-05-16 08:48:40 -07:00
Lemar Carthens
ef13f0f389
vmware_guest: Fix VM creation when adding a network device without a MAC address ( #24138 )
...
* vmware_guest: Fix VM creation when adding a network device without a MAC address
* Provide python2.4 compatibility
2017-05-16 08:47:49 -07:00
James Cammarata
e5cd675b38
Use delegated vars for the delegated host name
...
In _process_pending_results (strategy/__init__.py), we were using the delegate_to
field directly from the original task, which was not being templated correctly.
As an alternate to #23599 , this patch instead pulls the host name out of the delegated
vars passed back in the task result dictionary to avoid having to re-template things.
Fixes #23599
Fixes #20508
2017-05-16 10:24:42 -05:00
Will Thames
9a958da57e
[cloud] Make ec2_vpc_nat_gateway results consistent ( #24042 )
...
Ensure newly created NAT gateways get converted to snake dict
Remove custom code, and associated test, for generating snake
dict and use `camel_dict_to_snake_dict`
Make use of `required_if` rather than bespoke parameter checks
Remove ec2_vpc_nat_gateway from pep8 legacy files list
2017-05-16 11:14:05 -04:00
kwerey
668092e95a
[cloud] Add support for AWS China to elasticache_subnet_group role ( #24286 )
2017-05-16 11:10:15 -04:00
kwerey
6f66e88bd8
[cloud] Use boto connect_to_region so Elasticache works in AWS China ( #24250 )
2017-05-16 11:09:54 -04:00
Will Thames
6e13e3918f
[cloud] Update VPC configuration for existing lambda ( #24368 )
...
If a lambda exists but does not have a VPC configuration,
add the VPC configuration when it's present in the ansible
parameters.
Prior to this change, setting VPC configuration on a lambda
that did not have any VPC configuration would ignore that config.
2017-05-16 11:08:21 -04:00
Ondra Machacek
4d890c1e9f
cloud: ovirt change URL in documentation ( #24438 )
2017-05-16 10:48:26 -04:00
Ganesh Nalawade
f5d865a208
Fixes #24251 save config only if it is changed ( #24345 )
...
* Fixes #24251 save config only if it is changed
Save to startup configuration only when it is different
from running configuration.
* Fix unit test issue
2017-05-16 19:54:36 +05:30
Dag Wieers
c6533d4da9
utils/unicode: PEP8 compliancy ( #24668 )
...
- Make PEP8 compliant
2017-05-16 15:24:22 +01:00
Nathaniel Case
f240ba6b60
nxos_bgp_neighbor cleanup ( #24446 )
2017-05-16 10:14:10 -04:00
Nathaniel Case
ea2569db92
Workaround for unicast RPF check ( #24519 )
2017-05-16 10:11:52 -04:00
Dag Wieers
d07f18fbb9
module_utils/rax: Small parameter cleanup ( #24664 )
...
Nothing really fancy.
- Removing boolean choices
- Use path-type for credentials
2017-05-16 10:02:04 -04:00
Lujeni
a3a0742ce5
Add new aws module - iam_cert_facts ( #24451 )
2017-05-16 09:31:39 -04:00