Commit Graph

14652 Commits (8a1a86797db030119a4057990ea22a28641da520)
 

Author SHA1 Message Date
Brian Coca 7b33f5c952 added circonus annotation 10 years ago
James Cammarata 830225d9c1 Fix errors in subelements lookup plugin and associated tests (v2) 10 years ago
James Cammarata 4d999f8fe0 Fix logic error in parent attribute retrieval for blocks/roles (v2) 10 years ago
Jan Losinski dcb54d9657 Add integration test to verify #10073
In issue #10073 a misbehaviour in literal handling for inline lookup
arguments that can cause unexpected behaviur was reported. This
integration testcase reproduce the problem.

After applying pull request #10991 the issue is fixed and the test
passes.

Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
10 years ago
James Cammarata b03b7892f8 Fix method of exiting task loop (v2) 10 years ago
Toshio Kuratomi d0d0e9933f Update module refs in v2 10 years ago
Serge van Ginderachter 9b646dea41 Add optional 'skip_missing' flag to subelements 10 years ago
James Cammarata 1ca8cb8553 Fixing up v2 unit tests 10 years ago
James Cammarata 361eb29146 Also make task_executor connect explicitly (v2) 10 years ago
James Cammarata 3697d6582f Connection plugins no longer auto-connect (v2)
Also fixed a bug in ssh.py where an attribute was being inappropriately
initialized in the _connect() method instead of __init__()
10 years ago
Brian Coca 09605706d9 relly fix it this time 10 years ago
Brian Coca 12a800c0e7 fixed less opts issue 10 years ago
Brian Coca 8fdf9ae59b moved module_doc_fragments to v2 10 years ago
Toshio Kuratomi 6918a588c6 Update the extras module ref 10 years ago
James Cammarata 75b2082529 Submodule update 10 years ago
Brian Coca 537baf6512 Merge pull request #10903 from gtback/include-variable-structure-docs
Make "include" variable documentation consistent
10 years ago
Brian Coca f164926a9d Merge pull request #10983 from resmo/patch-1
changelog: add cs_account
10 years ago
René Moser adc7f91865 changelog: add cs_account 10 years ago
Brian Coca 67b656c236 Merge pull request #10979 from resmo/feature/test_cs_account
cloudstack: add test for cs_account
10 years ago
Toshio Kuratomi 490cde3cbd Add python2.6+ as a documented requirement for rackspace modules 10 years ago
Brian Coca b947704e2b Merge pull request #10982 from alexmuller/fix-docs-playbook-intro-sudo
Remove unnecessary 'from' in playbook intro docs
10 years ago
Alex Muller 1caee5cb79 Remove unnecessary 'from' in playbook intro docs
To make this sentence make sense.

Fixes #10970.
10 years ago
James Cammarata fd321355d6 Adding 'role_path' to VariableManager "magic" variables (v2) 10 years ago
James Cammarata 7b1c6fbab9 Fix playbook includes so tags are obeyed (v2) 10 years ago
Brian Coca e9bf3fc30b Merge pull request #10981 from aioue/patch-2
Update become.rst
10 years ago
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.
10 years ago
Toshio Kuratomi c80c5c980d Add python2.6 dep to aws and cloudstack doc fragments 10 years ago
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
10 years ago
Toshio Kuratomi f141ec9671 Update v2 module refs 10 years ago
Toshio Kuratomi ebb4695da8 Update the submodule pointers 10 years ago
Rene Moser 9180ede6e0 cloudstack: add test for cs_account 10 years ago
Monty Taylor cd14d73be8 Add defaults and a link to os-client-config docs 10 years ago
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.
10 years ago
Brian Coca d1977dad23 started implementing syntax check 10 years ago
Brian Coca ded6e9be67 Merge pull request #10965 from resmo/changelog
changelog: add cs_instancegroup
10 years ago
Rene Moser 4a445a1247 changelog: add cs_instancegroup 10 years ago
Toshio Kuratomi f9f8af06fc Change asserts to assertIsInstance for better error messages 10 years ago
Toshio Kuratomi 7f21f270d9 Be more lenient in instance check: MutableMapping is more general than dict 10 years ago
Toshio Kuratomi 3a87b2727d Fix format strings for python2.6 10 years ago
Toshio Kuratomi ee74eec98a Merge pull request #10963 from sivel/v2-testing-stuff
v2_final Testing additions and fixes
10 years ago
Brian Coca 419ef0d19c Merge pull request #10959 from bcoca/sudo_docfix
fixed docs on the meaning of -H sudo arg
10 years ago
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
10 years ago
Brian Coca a6683ba2b8 Merge pull request #10958 from resmo/fix/cloudstack_variable_typo
cloudstack: fix typo in variable, fixes get_domain()
10 years ago
Brian Coca 56c9614e74 made playbook include taggable, removed unused conditional import 10 years ago
Toshio Kuratomi e6844f7e6c Update core module ref for mysql fix 10 years ago
Brian Coca bb8ab27140 Merge pull request #10948 from dougluce/devel
Update issue template to ask for config details
10 years ago
Brian Coca 2e8758d8c4 fixed docs on the meaning of -H sudo arg
fixes #7418
10 years ago
Rene Moser 62ccc1b9b6 cloudstack: fix typo in variable, fixes get_domain() 10 years ago
James Cammarata 0f1eb3cfc2 Better fix for serializing/deserializing cache plugins (v2) 10 years ago
James Cammarata cd6d1f9221 Fix pickling errors with cache plugins (v2)
Fixes #10945
10 years ago