Toshio Kuratomi
6918a588c6
Update the extras module ref
2015-05-12 08:44:24 -07:00
James Cammarata
75b2082529
Submodule update
2015-05-12 10:33:19 -05:00
Brian Coca
537baf6512
Merge pull request #10903 from gtback/include-variable-structure-docs
...
Make "include" variable documentation consistent
2015-05-11 22:56:56 -04:00
Brian Coca
f164926a9d
Merge pull request #10983 from resmo/patch-1
...
changelog: add cs_account
2015-05-11 15:32:03 -04:00
René Moser
adc7f91865
changelog: add cs_account
2015-05-11 21:30:59 +02:00
Brian Coca
67b656c236
Merge pull request #10979 from resmo/feature/test_cs_account
...
cloudstack: add test for cs_account
2015-05-11 15:25:55 -04:00
Toshio Kuratomi
490cde3cbd
Add python2.6+ as a documented requirement for rackspace modules
2015-05-11 12:25:03 -07:00
Brian Coca
b947704e2b
Merge pull request #10982 from alexmuller/fix-docs-playbook-intro-sudo
...
Remove unnecessary 'from' in playbook intro docs
2015-05-11 15:20:28 -04:00
Alex Muller
1caee5cb79
Remove unnecessary 'from' in playbook intro docs
...
To make this sentence make sense.
Fixes #10970 .
2015-05-11 20:12:21 +01:00
James Cammarata
fd321355d6
Adding 'role_path' to VariableManager "magic" variables (v2)
2015-05-11 14:04:17 -05:00
James Cammarata
7b1c6fbab9
Fix playbook includes so tags are obeyed (v2)
2015-05-11 12:48:03 -05:00
Brian Coca
e9bf3fc30b
Merge pull request #10981 from aioue/patch-2
...
Update become.rst
2015-05-11 13:36:15 -04:00
Tom Paine
0c21f05bcd
Update become.rst
...
Visually separate commands and values from description text for clarity. Add value detail for become_user and become_method to match become.
2015-05-11 18:33:24 +01:00
Toshio Kuratomi
c80c5c980d
Add python2.6 dep to aws and cloudstack doc fragments
2015-05-11 10:10:58 -07:00
James Cammarata
daf533c80e
V2 fixes
...
* PluginLoader class will now be more selective about loading some
plugin classes, if a required base class is specified (used to avoid
loading v1 plugins that have changed significantly in their apis)
* Added ability for the connection info class to read values from a
given hosts variables, to support "magic" variables
* Added some more magic variables to the VariableManager output
* Fixed a bug in the ActionBase class, where the module configuration
code was not correctly handling unicode
2015-05-11 11:29:48 -05:00
Toshio Kuratomi
f141ec9671
Update v2 module refs
2015-05-11 09:28:19 -07:00
Toshio Kuratomi
ebb4695da8
Update the submodule pointers
2015-05-11 09:09:00 -07:00
Rene Moser
9180ede6e0
cloudstack: add test for cs_account
2015-05-11 17:37:35 +02:00
Monty Taylor
cd14d73be8
Add defaults and a link to os-client-config docs
2015-05-11 08:10:37 -04:00
Monty Taylor
d2782f0d84
Remove unneeded required_one_of for openstack
...
We're being too strict - there is a third possibility, which is that a
user will have defined the OS_* environment variables and expect them to
pass through.
2015-05-11 08:06:21 -04:00
Brian Coca
d1977dad23
started implementing syntax check
2015-05-08 19:19:03 -04:00
Brian Coca
ded6e9be67
Merge pull request #10965 from resmo/changelog
...
changelog: add cs_instancegroup
2015-05-08 19:07:30 -04:00
Rene Moser
4a445a1247
changelog: add cs_instancegroup
2015-05-09 00:30:41 +02:00
Toshio Kuratomi
f9f8af06fc
Change asserts to assertIsInstance for better error messages
2015-05-08 13:49:10 -07:00
Toshio Kuratomi
7f21f270d9
Be more lenient in instance check: MutableMapping is more general than dict
2015-05-08 13:18:19 -07:00
Toshio Kuratomi
3a87b2727d
Fix format strings for python2.6
2015-05-08 13:11:04 -07:00
Toshio Kuratomi
ee74eec98a
Merge pull request #10963 from sivel/v2-testing-stuff
...
v2_final Testing additions and fixes
2015-05-08 13:02:14 -07:00
Brian Coca
419ef0d19c
Merge pull request #10959 from bcoca/sudo_docfix
...
fixed docs on the meaning of -H sudo arg
2015-05-08 14:53:42 -04:00
Matt Martz
a0fc8bb0bd
Testing additions and fixes
...
* Fix import pathing for units.mock
* Add some additional requirements
* Use compileall to test compatiblity with different python versions
2015-05-08 13:40:02 -05:00
Brian Coca
a6683ba2b8
Merge pull request #10958 from resmo/fix/cloudstack_variable_typo
...
cloudstack: fix typo in variable, fixes get_domain()
2015-05-08 14:31:49 -04:00
Brian Coca
56c9614e74
made playbook include taggable, removed unused conditional import
2015-05-08 14:26:06 -04:00
Toshio Kuratomi
e6844f7e6c
Update core module ref for mysql fix
2015-05-08 10:41:31 -07:00
Brian Coca
bb8ab27140
Merge pull request #10948 from dougluce/devel
...
Update issue template to ask for config details
2015-05-08 11:45:35 -04:00
Brian Coca
2e8758d8c4
fixed docs on the meaning of -H sudo arg
...
fixes #7418
2015-05-08 11:08:10 -04:00
Rene Moser
62ccc1b9b6
cloudstack: fix typo in variable, fixes get_domain()
2015-05-08 16:42:07 +02:00
James Cammarata
0f1eb3cfc2
Better fix for serializing/deserializing cache plugins (v2)
2015-05-07 23:56:33 -05:00
James Cammarata
cd6d1f9221
Fix pickling errors with cache plugins (v2)
...
Fixes #10945
2015-05-07 21:15:02 -05:00
Allen Luce
238e2dee5d
Config might be important for issues.
2015-05-07 22:26:16 +00:00
Aleksey Zhukov
0d3e015dd1
Update DigitalOcean dynamic inventory to API v2
2015-05-07 22:53:10 +03:00
James Cammarata
198476e345
Cleaning up some portions of synchronize action plugin (v2)
2015-05-07 13:06:51 -05:00
James Cammarata
8db21f99b7
Set the inventory on the variable manager for the adhoc cli usage (v2)
2015-05-07 12:53:59 -05:00
James Cammarata
dd7a641e76
Merge pull request #10943 from sivel/sync-ssh-args-v2
...
Add ability to specify using ssh_args in synchronize for v2
2015-05-07 12:52:29 -05:00
Matt Martz
88e8ecb620
Actually get the synchronize action plugin to work
2015-05-07 12:27:30 -05:00
Matt Martz
4f4df29cb0
Add ability to specify using ssh_args in synchronize for v2
2015-05-07 11:38:15 -05:00
Toshio Kuratomi
cee7cd5d3b
Update v2 module refs
2015-05-07 08:29:04 -07:00
Toshio Kuratomi
bc4d51a4fd
Update module refs
2015-05-07 08:17:25 -07:00
Brian Coca
d6accfe31f
Merge pull request #10940 from aioue/patch-1
...
Update playbooks_tags.rst
2015-05-07 08:43:53 -04:00
Tom Paine
1108fd3dd2
Update playbooks_tags.rst
...
highlight the command part of the sentence to clarify use of 'all' tag.
2015-05-07 12:22:08 +01:00
James Cammarata
1152c7327a
Fix serialization bug for plugins (v2)
2015-05-06 15:18:37 -05:00
James Cammarata
4f28a814ae
Return a list instead of tuple when password is specified to ssh connection plugin (v2)
2015-05-06 08:47:23 -05:00