Mihai Moldovanu
79f2cfbcf9
etcd.py module improved . added posibility to configure from playbook… ( #18580 )
...
* etcd.py module improved . added posibility to configure from playbook etcd server to query
* Update playbooks_lookups.rst
documented etcd lookups
* Update playbooks_lookups.rst
* Update playbooks_lookups.rst
* Update playbooks_lookups.rst
* Update playbooks_lookups.rst
* Update playbooks_lookups.rst
* Fixed errors reported by ansibot
* Update playbooks_lookups.rst
* Update playbooks_lookups.rst
* Copy edits.
2017-10-12 15:55:59 +01:00
Zubair Lutfullah Kakakhel
4034630625
vmware_vm_facts: Add error check for config.vm ( #31629 )
...
Add a simple check to see if vm.config exists before looking for
vm.config.hardware
2017-10-12 10:32:06 -04:00
jctanner
c05a7add5f
Only install pyvmomi if user is root ( #31628 )
2017-10-12 10:20:33 -04:00
Brian Coca
b68fe2cd23
highlight dynamic parts of error msg
2017-10-12 10:00:06 -04:00
Ondra Machacek
f5c0e2895b
ovirt_vms: Wait for VM disks when adding VM ( #31468 )
...
Fixes: https://github.com/ansible/ansible/issues/30515
2017-10-12 08:56:13 -04:00
Ondra Machacek
e5c0958dbb
ovirt_templates: Fix exlusive parameter ( #31470 )
2017-10-12 08:49:38 -04:00
Ondra Machacek
23c47a65c1
ovirt_networks: Add label to network ( #31517 )
2017-10-12 08:49:30 -04:00
Ondra Machacek
c71394a13a
ovirt_clusters: add alias performance_preset for memory_policy ( #31523 )
2017-10-12 08:49:22 -04:00
Anil Kumar Muraleedharan
de53e280f1
Adding enos/__init__.py ( #31580 )
...
##### SUMMARY
Creating the modules for enos from Lenovo.
##### ISSUE TYPE
- New Module Pull Request
##### COMPONENT NAME
<!--- Name of the module/plugin/module/task -->
lib/ansible/modules/network/enos/__init__.py
##### ANSIBLE VERSION
ansible 2.5.0
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/root/.ansible/plugins/modules',
u'/usr/share/ansible/plugins/modules']
ansible python module location =
/usr/local/lib/python2.7/dist-packages/ansible-2.5.0-py2.7.egg/ansible
executable location = /usr/local/bin/ansible
python version = 2.7.6 (default, Oct 26 2016, 20:30:19) [GCC 4.8.4]
##### ADDITIONAL INFORMATION
This is an effort to create modules for enos based switches from Lenovo.
2017-10-12 13:34:36 +01:00
Anil Kumar Muraleedharan
1c85ff0e68
Update base.yml to add enos from lenovo ( #31565 )
...
* Update base.yml to add enos from lenovo
* Update base.yml
2017-10-12 13:34:08 +01:00
Anil Kumar Muraleedharan
295a0e9225
Create document fragment for enos modules ( #31512 )
2017-10-12 13:33:04 +01:00
Anil Kumar Muraleedharan
ead00e9cae
create terminal plugin for enos modules ( #31510 )
2017-10-12 13:32:27 +01:00
Anil Kumar Muraleedharan
fa9421ef98
create cliconf plugin for enos - enos.py ( #31509 )
2017-10-12 13:31:57 +01:00
Anil Kumar Muraleedharan
34cc563727
Create action file enos.py ( #31508 )
...
* Create action file enos_facts.py
* Update and rename enos_facts.py to enos.py
* Taking chances on Dealing with Unstable issues
* Removing blank space/ white line
2017-10-12 13:31:23 +01:00
Matt Clay
05ec376197
Multiple Parallels host support for ansible-test. ( #31552 )
2017-10-12 01:22:18 -07:00
Matt Clay
03e18aa52e
Remove cryptography install from CI other test.
2017-10-12 00:36:12 -07:00
Trishna Guha
c002b47a79
fix nxos_vlan unexpected deprecation warning ( #31624 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2017-10-12 12:00:35 +05:30
Abhijeet Kasurde
9d811a34c4
pep8 fixes for vmware modules ( #31537 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2017-10-12 07:50:05 +02:00
Trishna Guha
e7145e249f
fix ios_interface test unsupported param ( #31622 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2017-10-12 11:17:06 +05:30
René Moser
e5f837661b
botmeta: maintain cloudstack module utils ( #31613 )
2017-10-12 14:20:56 +10:00
René Moser
540d53327d
cs_instance_facts: fix pep8 ( #31606 )
2017-10-12 14:00:14 +10:00
John R Barker
9333684929
botmeta for lib/ansible/plugins/filter/network.py ( #31608 )
2017-10-12 13:56:00 +10:00
Matt Clay
8acb901bf2
Update Azure tests to limit cryptography version. ( #31616 )
...
* Revert "Work around cryptography 2.1 requiring pip 8.1.2+"
This reverts commit a10a80b8a3
.
* Update Azure tests to limit cryptography version.
2017-10-11 19:18:16 -07:00
Prasad Katti
03ec3cd572
[aws_s3] different fail msg depending on whether version is specified ( #31598 )
2017-10-12 12:12:55 +10:00
James Cammarata
3ef4f7e847
Fix static determination for include_tasks
...
An incorrect removal of a conditional resulted in include_tasks falling
through to the old static detection mechanism incorrectly. This restores
the previous conditional check.
Fixes #31593
2017-10-11 17:30:45 -07:00
Jacob Floyd
0371d0deda
Fix Inventory Plugin Loading ( #31605 )
...
This change makes the PluginLoader use DEFAULT_INVENTORY_PLUGIN_PATH setting.
Inventory Plugins were only being loaded the 'inventory_plugins' folder of the current directory,
as well as the ansible-provided inventory plugins (e.g. `/path/to/site-packages/ansible/plugins/inventory`).
2017-10-11 17:28:11 -07:00
Colin Nolan
30822e5f91
Corrects examples in the find
module. ( #31522 )
2017-10-12 09:43:18 +10:00
Matt Clay
a10a80b8a3
Work around cryptography 2.1 requiring pip 8.1.2+
2017-10-11 16:23:44 -07:00
Toshio Kuratomi
f38b8d9997
Remove boundary_meter module as the hosted service it configured has been removed. ( #31506 )
...
References #29387
2017-10-12 09:12:37 +10:00
Ondra Machacek
0bce693046
ovirt_templates: Add seal parameter ( #31482 )
2017-10-12 09:04:26 +10:00
René Moser
e872763877
cs_portforward: remove CloudStackException dep ( #31610 )
...
- fixes pep8
- fixes doc
2017-10-12 00:25:01 +02:00
Peter Weldon
94a558887a
Fix typo in command output of encrypt_string example. ( #31601 )
2017-10-11 14:24:33 -07:00
Jordan Borean
7fce636c2b
windows: removed #Requires from PS pipelines as it causes STDERR false positives ( #31558 )
2017-10-11 14:16:58 -07:00
Tim Rupp
20e546258d
Adds new committer to Ansible core ( #31544 )
...
This is me (Tim) signing and agreeing to the committer guidelines.
2017-10-11 22:08:47 +01:00
Brian Candler
6f9e2b9a63
Add ellipsis to indicate YAML example is excerpt, not standalone
2017-10-11 17:04:12 -04:00
Stefan Schatz
dc48d6879d
zabbix_host: added zabbix host property (description) ( #25969 )
...
* zabbix_host: added zabbix host property (description)
* zabbix_host: fixed error E309 version_added for new option (description) should be 2.4
* zabbix_host: deleted unwanted else for update description
* lib/ansible/modules/monitoring/zabbix_host.py: increased version_added to 2.5 for option description
* lib/ansible/modules/monitoring/zabbix_host.py: allow to change the description
* lib/ansible/modules/monitoring/zabbix_host.py: added new lines back to fix pep8 issues
2017-10-11 22:26:43 +02:00
René Moser
c1121dd5fb
cs_securitygroup_rule: remove CloudStackException dependency ( #31603 )
...
- fixes pep8
- fixes docs
2017-10-11 22:23:00 +02:00
René Moser
af6e89fbc8
cs_securitygroup: remove CloudStackException dep ( #31597 )
...
- fixes pep8
- fixes docs
2017-10-11 20:58:08 +02:00
Rene Moser
0c416b5891
tests: cs_snapshot_policy: add integration tests
2017-10-11 18:35:54 +02:00
Rene Moser
4dc3874176
cs_snapshot_policy: fix VM not found in non-default zone
2017-10-11 18:35:54 +02:00
Rene Moser
d6e1f02990
cs_snapshot_policy: remove CloudStackException dependency
2017-10-11 18:35:54 +02:00
Ganesh Nalawade
97d5e0d027
Remove log of command executed in persistent connection ( #31581 )
2017-10-11 19:03:21 +05:30
voipmeister
865a38bb8d
Changed src_intf and dst_intf to list type ( #31479 )
2017-10-11 14:21:02 +01:00
Philippe Dellaert
9580a6569e
Fix #21112 : Adding support for configuring a CD-rom iso image ( #28155 )
...
* Initial CD-ROM support
* create cdrom bugfix
* Improving CDROM change detection and fixing template creation bug
Running MarkAsTemplate on an existing template will fail with an error
* Better change detection for guest ID
Should only mark a change in case it actually changes
* Adding integration tests
* Pep8 compliance fixes
* Adding CDROM support, including iso, client and none types
* Updating added release version for CDROM option
2017-10-11 14:29:13 +02:00
rahushen
c976ac7ed6
change ports to non well known ports and drop time_range for N1 ( #31261 )
2017-10-11 17:37:01 +05:30
sookido
748adf7a8e
New module: Add monitoring/zabbix_template module. ( #25566 )
...
* Implements zabbix_template module.
* Fixes formatting
* Fixes formatting2
* Add templates_clear
* fix some bug
* Fixes formatting
* update ansible 2.5
2017-10-11 12:59:30 +02:00
rahushen
025386c56b
Fix nxos_banner removal idempotence issue in N1 images ( #31259 )
...
* Fix nxos_banner removal idempotence issue in N1 images
* handle pep8 error
2017-10-11 16:26:17 +05:30
Ricardo Carrillo Cruz
7acb0bb187
Parameterize the ssh port on ios_user tests ( #31573 )
...
On CI we use 8022 for SSH, thus we need to explicitly pass
ansible_ssh_port to the ssh command to work.
2017-10-11 12:44:57 +02:00
Ricardo Carrillo Cruz
ac95ecaf13
Remove duped authorize on ios_ping anchored tasks ( #31572 )
...
Otherwise, we get warnings.
2017-10-11 12:28:10 +02:00
Ricardo Carrillo Cruz
c75c4cbfc8
Introspect the management IP on ios_ping ( #31571 )
...
On our CI we don't have external connectivity, so let's ping to
the management interface IP.
Also, ignore errors on the expected failures tests.
2017-10-11 12:10:11 +02:00