summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Set license GPLv3+ ("or any later version") in setup.pynemobis2017-06-261-1/+1
| | | | | | | Most file headers in the project contain the standard > either version 3 of the License, or (at your option) any later version https://github.com/ansible/ansible/search?utf8=%E2%9C%93&q=%22any+later+version%22 So this project appears to be GPLv3+, as stated in the classifiers function.
* Make nic_name as optional parameter (#25990)Abhijeet Kasurde2017-06-261-14/+22
| | | | | | | | | | Fix adds support for adding VMWare vSwitch without any physical NICs (uplinks). This makes nic_name as an optional parameter. Also, updated documentation and examples to reflect these changes. Fixes #25632 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Fixing bug introduced in 20622Mark Szymanski2017-06-261-5/+2
|
* Mutually reference Windows and non-Windows modules (#25482)Dag Wieers2017-06-2650-20/+137
| | | | | | | | | | | | | | | | | | | | | | | | * Mutually reference Windows and non-Windows modules To make it easier for Windows or non-Windows users to find the relevant module information, we are mutually referencing both variants in their documentation. We are also adding a special note if a module works on both Windows and non-Windows targets. * Mutually reference Windows and non-Windows modules To make it easier for Windows or non-Windows users to find the relevant module information, we are mutually referencing both variants in their documentation. We are also adding a special note if a module works on both Windows and non-Windows targets. * Replace 'look at' with 'use', as requested ci_complete
* Fixes list comparison (#26042)Chris Houseknecht2017-06-261-1/+1
|
* Remove get_exception from zypper (#25890)Abhijeet Kasurde2017-06-261-3/+3
| | | | | | Fix removes get_exception in favor of native Python exception handling. Also, added to_native to manage exception message. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Add netscaler_save_config module (#25614)George Nikolopoulos2017-06-267-0/+368
|
* [cloud] New feature for ec2_group: allow deleting groups by id (#26022)mihu2017-06-262-8/+29
|
* cloudstack: cs_host: add integration testsRene Moser2017-06-263-0/+301
|
* cloudstack: cs_host: revamp fixes several issuesRene Moser2017-06-261-17/+79
|
* Add new net_static_route platform agnostic module (#25455)Ricardo Carrillo Cruz2017-06-262-0/+120
| | | | | | | | | | * Add new net_static_route platform agnostic module * Add mask parameter and according examples * Add required true to required params * Add static routes collections example
* renames dict_combine to dict_merge in network_common (#26073)Peter Sprygada2017-06-262-5/+5
|
* Update FreeBSD pg test to use postgresql95-server.Matt Clay2017-06-251-2/+2
| | | | | | The py-psycopg2 package now requires postgresql95-server instead of postgresql93-server. Installing py-psycopg2 will automatically remove postgresql93-server if it is installed, breaking integration tests.
* Small fix in the error output (#26004)Dag Wieers2017-06-241-2/+2
| | | | | | | | | | | So I noticed this when doing integration tests: Failed to copy file Could not find a part of the path and this change turns it into: Failed to copy file: Could not find a part of the path I also moved something out of the exception handling.
* nxos_vxlan_vtep (#25971)Nathaniel Case2017-06-244-128/+136
| | | | | | * nxos_vxlan_vtep tests * Fix issues with nxos_vxlan_vtep
* Fixes nxos_vpc_interface (#25907)Trishna Guha2017-06-245-145/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | * nxos_vpc_interface fix Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * nxos_vpc_interface unit test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * fix state_present Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * add state_present unit test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * make ansibot happy Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * teardown get_config Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Fix network integration test config. (#26057)Matt Clay2017-06-2411-10/+1
| | | | | * Remove unsupported network tests from CI. * Add `net` to list of network target prefixes.
* display v addedBrian Coca2017-06-231-0/+1
|
* check options exist before forcing assignmentBrian Coca2017-06-231-18/+20
|
* avoid exporting files useless to distBrian Coca2017-06-232-4/+9
| | | | also fixed up clean in make file
* Docker image updates for integration tests. (#26054)Matt Clay2017-06-2311-22/+33
| | | | | | | | | | * Sort packages to install. * Add python-argparse to centos6 docker image. * Add gcc and python dev lib to docker images. * Add python cryptography to docker images. * Add coverage using pip instead of OS packages. * Update old pip versions in docker images. * Exclude */pyshared/* from coverage reporting.
* [cloud] Fixes #26045 Ensure instance.instance_profile is not None before ↵Ryan Fitzpatrick2017-06-231-1/+3
| | | | casting to dict (#26047)
* openbsd_pkg: Handle versionless names with branch. (#26016)Patrik Lundin2017-06-231-24/+40
| | | | | | | | | | | | | | | | | | | | * openbsd_pkg: Handle versionless names with branch. This makes package names such as "openldap-server--%openldap" work. Problem reported by Landry Breuil. While here fix cornercase check for versionless packages and add some more debug output to packet parsing. Fixes #25910. * openbsd_pkg: Split up lines to pass build checks. === The test ansible-test sanity --test pep8 failed with the following errors: lib/ansible/modules/packaging/os/openbsd_pkg.py:383:161: E501 line too long (292 > 160 characters) lib/ansible/modules/packaging/os/openbsd_pkg.py:398:161: E501 line too long (198 > 160 characters) ===
* vyos net_system implementation (#25994)Trishna Guha2017-06-232-0/+69
| | | Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Add support for tmpfs to docker_container. (#25747)Will Rouesnel2017-06-231-1/+28
|
* fix networkdid->networkid in cs_nic.py (#25914)loqutus2017-06-231-1/+1
|
* Allow iam_cert to be renamed or moved without needing to specify cert or key ↵Mark Szymanski2017-06-232-92/+86
| | | | | data (#20622) Generally Pep8 and flake8 compliant so removing from legacy-files.txt
* updated ansible-test integration to skip any files in ↵David Newswanger2017-06-221-1/+2
| | | | | | test/integration/targets/ that aren't directories. Fixes #26007
* Fix type for 'attributes' fieldGennadySpb2017-06-221-1/+1
|
* Fix test for missing __init__.py for modules.Matt Clay2017-06-221-2/+8
|
* Add missing __init__.py for modules.Matt Clay2017-06-221-0/+0
|
* Add the cloud provider script for the vcenter simulator container (#25964)jctanner2017-06-223-0/+211
|
* Missing Else statement (#25457)Troy Sampson2017-06-221-0/+1
| | | Missing the final Else statement in the conditional statement
* imc_xml: New module to manage Cisco IMC hardware (#25529)Dag Wieers2017-06-222-0/+388
| | | | | | | | | | | | * cisco_imc_xml: New module to manage Cisco IMC hardware This module provides direct access to the Cisco IMC API. See the included examples for a glimpse of what it can do. * Rename cisco_imc_xml to imc_xml After discussion with Peter Sprygada renamed from cisco_imc to imc. As Cisco ACI is named aci as well.
* Fix up integer type detection on python3 (#25985)Kassian Sun2017-06-221-2/+2
|
* Fixed modules using Popen (#24558)Andrea Tartaglia2017-06-223-21/+8
| | | | | | * Fixed modules using Popen * Reverted change in mysql_db, Popen is required to pipe compressed archives to mysql
* Don't include dependent roles in the dep chain for include_roleJames Cammarata2017-06-222-2/+3
| | | | | | | | The dependency chain should not include roles below the parent, as it can introduce very weird things like conditionals from child deps impacting non-related roles. Fixes #25136
* Fix of argument error in #25940 (#25979)Constantin2017-06-221-1/+1
|
* amazon: allow NACL to be removed by its id (#25925)mihu2017-06-221-9/+30
|
* Update playbook_best_practices.rst, range notation (#25959)Laurens Vanderhoven2017-06-221-2/+2
| | | | | Update --limit range notation. Current notation triggers "[WARNING]: Use [x:y] inclusive subscripts instead of [x-y] which has been removed"
* Add junos_system declartive module and other related change (#25859)Ganesh Nalawade2017-06-2229-101/+1080
| | | | | | | | | | | | | | | | | | | | | | * Add junos_system declartive module and other related change * junos_system declartive module * integration test for junos_system * integration test for net_system (junos platform) * pep8 fixes for junos modules * move to lxml from elementree for xml parsing as it support complete set of xpath api's * other minor changes * Fix CI and doc changes * Fix unit test failures * Fix typo in import * Fix import issue for py2.6 * Add missed Element in import
* [cloud] Add ChangeSet support to cloudformation module (#23490) (#24497)Wouter de Geus2017-06-211-0/+64
| | | | | | | | | | | | | * * Implements Change Sets on updating a cloudformation stack when create_changeset=true (#23490) * * Silence test complaints ;) * * Added optional changeset_name parameter. * Check if changeset with the requested name already exist. * Documentation fix * * Added warning when cloudformation stack has pending changesets. * Fix documentation
* Fix docs typo in java_cert function docstring (#25942)Andrade2017-06-211-1/+1
|
* [cloud] Update ec2.py default for public IP assignment (#25896)Tom Paine2017-06-211-2/+2
| | | | | | | | | | * Update ec2.py Update docs to reflect default. * Update ec2.py Further default update.
* Misc typo for AnsibleAbhijeet Kasurde2017-06-215-6/+6
| | | | Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* Vcsim container (#25236)jctanner2017-06-213-0/+223
| | | | | * Add container files for vcenter simulator * Add controller file to spin up the container during tests
* Ask for Network OS version info (#25958)John R Barker2017-06-211-0/+2
|
* Move helm module to subdirectoryRyan S. Brown2017-06-211-0/+0
|
* New module: helm (#24883)Flavio Percoco Premoli2017-06-211-0/+204
| | | This PR adds a new module, helm, which can be used to manage Kubernetes Helm, the package manager for k8s.
* cloud: ovirt: support add/remove tag from vms/hosts (#25900)Ondra Machacek2017-06-211-25/+51
|