nitzmahone
31e963dd2a
tkuratomi bugfix for BOMs in powershell modules
...
fixes #15998
2016-07-11 11:51:42 -07:00
Brian Coca
0a439df4b0
removed redundant True/False cause arg.lower()
2016-07-11 14:22:30 -04:00
s-hertel
9c925eeeab
Adding a test for GalaxyCLI and two methods on which it depends. Tes… ( #16651 )
...
* Adding a test for GalaxyCLI and two methods on which it depends. Tests execute_info method.
* Adding a test for GalaxyCLI and two methods on which it depends. Tests execute_remove method.
* Update test_galaxy.py
* Revising test for GalaxyCLI execute_remove.
* Removing mocks
2016-07-11 13:54:29 -04:00
Peter Sprygada
54fc1a10fe
Merge pull request #16674 from privateip/ios_config_action
...
adds action plugin for working with network configuration files
2016-07-11 09:57:15 -04:00
Peter Sprygada
722d9930e5
Merge pull request #16673 from privateip/ios
...
add new features to ios shared module
2016-07-11 09:56:59 -04:00
Peter Sprygada
075a03d511
adds action plugin for working with network configuration files
...
This adds a action plugin that will allow config and template modules
to be merged into a single module. Once completed this will supercede
the net_template action plugin.
2016-07-11 06:12:31 -07:00
Peter Sprygada
637bbdadfa
add new features to ios shared module
...
* add load_config() for loading a set of configuration commands
* add load_candidate() function for loading a candidate config
* updates shared module to provide NetworKModule instead of get_module
* fixes Cli transport implementation for 2.2 refactor
* updates ios documentation fragments with new options
2016-07-11 05:57:15 -07:00
Rene Moser
fffd4b7b46
update extras submodule ref
...
fixes build in ansible-module-extras
2016-07-11 01:14:20 +02:00
Andrew Gaffney
4fd87f2dc6
Fix typo on -K/--ask-become-pass option in 'ansible' man page ( #16667 )
2016-07-11 00:15:05 +02:00
Rene Moser
be7a3b2fe6
update extras submodule ref
2016-07-10 10:35:30 +02:00
Peter Sprygada
b7c47f9eb3
Merge pull request #16663 from privateip/netcfg
...
adds additional capabilities to diff of network configs
2016-07-09 17:32:12 -04:00
Peter Sprygada
80ab80b6fd
adds additional capabilities to diff of network configs
...
* diff functions now split out for easier troubleshooting
* added dumps() function to serialize config objects to strings
* difference() can now expand all blocks instead of just singluar blocks
2016-07-09 14:53:39 -04:00
Peter Sprygada
cddeadcab6
Merge pull request #16659 from privateip/ios-mod
...
adds restconf transport option to ios module
2016-07-09 08:33:52 -04:00
Peter Sprygada
c2d5865627
adds restconf transport option to ios shared module
...
includes changes from PR ansible/ansible#16636 and refactors for the
NetworkModule changes
new features
* ios now supports transport=restcon will additional arguments
* ModuleStub refactored into common network shared module
* import temporary get_module() function (to be removed prior to 2.2 final)
2016-07-09 08:19:10 -04:00
Peter Sprygada
02e16bf0c5
Merge pull request #16658 from privateip/network-refactor
...
refactor network modules to remove get_module() factory
2016-07-09 07:49:14 -04:00
Peter Sprygada
c0c9cf6441
add helper factory function to avoid breaking network modules in devel
...
This is a temporary change to keep the get_module() function until all
of the network module refactoring is completed to avoid breaking them
in devel. The get_module() function should not be used and will be
removed before 2.2 final.
2016-07-09 07:20:17 -04:00
Rene Moser
cd631c2861
changelog: add lxd modules
2016-07-09 11:00:38 +02:00
Chris Houseknecht
be66ebca37
Merge pull request #16656 from chouseknecht/azure-rc5-inventory
...
Upgrade to azure 2.0.0rc5 and add locations parameter.
2016-07-09 01:55:05 -04:00
Chris Houseknecht
7964a2fca3
Upgrade to azure 2.0.0rc5 and add locations parameter.
2016-07-09 01:42:39 -04:00
Matt Clay
0ada7eae5e
Add test tags for shell and command modules.
2016-07-08 17:41:58 -07:00
jctanner
fe8258a378
make timeout decorator for facts have a configurable duration ( #16551 )
...
* Add a gather_timeout parameter
* update example ansible.cfg
* fix play level fact gathering too
2016-07-08 17:46:41 -04:00
James Tanner
ebd3eeec8c
Update submodule refs
2016-07-08 17:28:11 -04:00
jctanner
46cdb27376
Add proposals template ( #16654 )
2016-07-08 17:04:03 -04:00
Matt Davis
34c538262c
Merge pull request #16639 from jhawkesworth/msi_test_fix
...
fix win_msi tests by setting wait: true on all win_msi tasks.
2016-07-08 13:34:03 -07:00
James Cammarata
3d7a7c1612
Add RELEASE.tmpl for releases and tweak release playbook
2016-07-08 12:59:41 -05:00
Brian Coca
7657f75f75
removed defined/undefined as jinja2 already has em
2016-07-08 12:11:22 -04:00
Brian Coca
7f28bcacaa
added defined/undefined tests
2016-07-08 11:28:37 -04:00
James Cammarata
60ef91aae7
Fixing up release playbook based on new location
2016-07-08 10:08:39 -05:00
Rene Moser
787616cb39
doc: add vmware_local_user_manager to changelog
2016-07-08 11:02:02 +02:00
=
3c66caa058
fix win_msi tests by setting wait: true on all win_msi tasks.
...
I suspect this problem was masked previously as older versions of pywinrm
where significantly slower, allowing more time for the windows installer service to complete.
2016-07-08 06:46:27 +01:00
Nathaniel Case
af5fba759f
EOS new ModuleStub
...
As per #16575
2016-07-07 16:09:28 -04:00
Matt Clay
bbffa0a0e9
Add tags for modules without dedicated test roles.
2016-07-07 12:42:07 -07:00
James Cammarata
9ad8132628
Updating submodule refs
2016-07-07 13:49:42 -05:00
James Cammarata
cd4412016a
Updating integration tests for async testing
2016-07-07 13:48:11 -05:00
Peter Sprygada
b4d36f6ed4
Implement IOS restconf
2016-07-07 14:39:47 -04:00
Nathaniel Case
18738c81da
New ModuleStub solution
2016-07-07 14:35:27 -04:00
Matt Davis
30c63a41e9
Merge pull request #16555 from matsu-chara/fix-error-msg-default-to-defaults
...
fix default/main.yml to defaults/main.yml
2016-07-07 11:14:54 -07:00
nitzmahone
b6d41d3d4b
bump extras submodule ref
2016-07-07 10:59:36 -07:00
Nathaniel Case
72204ddd3e
Net mod ios ( #16426 )
...
* Update IOS with new NetworkModule
* Remove redundant EOS code
* `authorize` can get rolled into NetCli
* Fix up IOS to where EOS is.
* Update IOSXR for NetworkModule
* collections is unnecessary
2016-07-07 13:46:33 -04:00
Matt Clay
9a6b8ab271
Add more tags to test_async role.
2016-07-07 10:38:41 -07:00
James Cammarata
6cde80fe69
Updating submodule refs
2016-07-07 11:32:46 -05:00
Brian Coca
906dc99c64
correctly set become value in console
...
fixes #16614
2016-07-07 10:42:40 -04:00
James Cammarata
eeea6b5f54
Tweaking release vars file format and structure
2016-07-07 09:39:13 -05:00
James Cammarata
9799984524
Merge pull request #16623 from bcoca/release_reorg
...
reorganized release playbook
2016-07-07 08:56:13 -05:00
Brian Coca
940533762d
reorganized release playbook
...
moved versions into it's own file to keep the main play more readable
2016-07-07 09:45:36 -04:00
Matt Clay
fdf22b5a40
Support module tests on a single image. ( #16620 )
2016-07-06 23:37:56 -07:00
James Cammarata
9248cde239
Force remote_user to be the currently user for connection=local
...
Fixes ansible-modules-core#4092
2016-07-06 23:09:07 -05:00
Matt Clay
696feacbb6
Add script to generate module tests. ( #16617 )
2016-07-06 20:07:33 -07:00
Toshio Kuratomi
251c9182fe
Refactor network and eos module_utils to use a subclass instead of factory function to create the NetworkModule
2016-07-06 18:24:24 -07:00
Toshio Kuratomi
626e6aee7d
Update core submodule for unarchive fixes
2016-07-06 16:24:29 -07:00