Commit Graph

304 Commits (d76f8deed59d08a8dfdc7341eb920604cd7fb6f7)

Author SHA1 Message Date
Brian Coca 608496dbd3 removed debug play from tests 11 years ago
Brian Coca e3e97f6e06 now correctly aplies add_host passed variables last to override existing vars. 11 years ago
Toshio Kuratomi 0551f36d6b Have selinux allow docker<=>nginx communication 11 years ago
Toshio Kuratomi cfda56908a Okay, let's see if these pauses are enough to get this passing 11 years ago
Toshio Kuratomi 4009c053f7 Fix the removal of busybox image 11 years ago
Toshio Kuratomi c571a0e6ea Some debugging for why docker tests are failing in jenkins 11 years ago
Toshio Kuratomi 9082905a62 Add more tests for private docker registries 11 years ago
Toshio Kuratomi f4878a2bec Remove debug statements 11 years ago
Toshio Kuratomi 67a559ed2b Add tests using a docker private registry 11 years ago
Toshio Kuratomi cfc90dff4b And ran into a different problem with centos6. Sigh. 11 years ago
Toshio Kuratomi e02fbcdb0f Attempt to enable docker tests for rhel/centos6 as well 11 years ago
Toshio Kuratomi 2fbfe5cdb2 Would help if I added these files in the right directory 11 years ago
Toshio Kuratomi dc6a1f42af Ugh, looks like very few distros have the proper packages to run the docker module.
break up the tests so that we can maybe  run this on at least one
platform
11 years ago
Toshio Kuratomi af90817622 Initial test of the docker module 11 years ago
Toshio Kuratomi 4941755851 Test case for #10426 11 years ago
Brian Coca 4459686099 fix tag test that broke with new tag info displayed in list tasks 11 years ago
Brian Coca bce4bb2ce2 preliminary privlege escalation unification + pbrun
- become constants inherit existing sudo/su ones
- become command line options, marked sudo/su as deprecated and moved sudo/su passwords to runas group
- changed method signatures as privlege escalation is collapsed to become
- added tests for su and become, diabled su for lack of support in local.py
- updated playbook,play and task objects to become
- added become to runner
- added whoami test for become/sudo/su
- added home override dir for plugins
- removed useless method from ask pass
- forced become pass to always be string also uses to_bytes
- fixed fakerunner for tests
- corrected reference in synchronize action plugin
- added pfexec (needs testing)
- removed unused sudo/su in runner init
- removed deprecated info
- updated pe tests to allow to run under sudo and not need root
- normalized become options into a funciton to avoid duplication and inconsistencies
- pushed suppored list to connection classs property
- updated all connection plugins to latest 'become' pe

- includes fixes from feedback (including typos)
- added draft docs
- stub of become_exe, leaving for future v2 fixes
11 years ago
Toshio Kuratomi a8c02b7049 Rework the shell quoting of remote checksumming
Instead of getting rid of pipes.quote, use pipes.quote and get rid of
the manually entered toplevel quotes.  This should properly escape
backslashes, quotes, and other characters.

Also fix the new checksumming python "one-liner" for csh.
ansible_shell_type needs to be set to csh.

Fixes #10363
Fixes #10353
11 years ago
Toshio Kuratomi 9399290cca Proper git commit of the new integration test 11 years ago
Toshio Kuratomi 89159951dc Fix name of a task containing a template causing traceback
Workaround for #10321 Need to fix better in v2
11 years ago
Toshio Kuratomi e146245a0d Integration test for #10300 11 years ago
Brian Coca c81d981164 Merge pull request #10183 from bcoca/tag_control
adds complex tag management
11 years ago
Brian Coca 1cb47c807e changed fetch test to match new functionality 11 years ago
Toshio Kuratomi 9bb8e60ed1 Merge pull request #10269 from danrue/unarchive_creates_behavior
Make behavior consistent when using 'creates' option with modules
11 years ago
Dan Rue 787388ac30 Do not mark "skipped" when changed is false
When using the "creates" option with the unarchive module, set changed
to False if the file already exists. This behavior is consistent with
other modules which use "creates", such as command and shell.
11 years ago
Matt Martz 1d0ceb37a4 Remove explicit msg match for invalid size 11 years ago
Brian Coca 1861be8f31 Merge pull request #9957 from hfinucane/apt-deb-tests
Add tests for using .deb files
11 years ago
Toshio Kuratomi 8f05e4eaaf Tests for: https://github.com/ansible/ansible-modules-core/issues/778 11 years ago
Brian Coca 65c08d1364 added tests
refactored task selection into method
list-tasks now uses common method of task selection
always is now skippable if specified in --skip-tags
11 years ago
Matt Martz be6e49dd1f Add tests for rax_cdb_database 11 years ago
Matt Martz 952aa0c2d8 Don't hardcode list of delete functions to loop through 11 years ago
Matt Martz 9485d82eca Add tests for rax_cdb 11 years ago
Matt Martz 29cd7e3fc1 Add tests for rax_identity 11 years ago
Matt Martz 74f4d186cc Add tests for rax_cbs_attachments 11 years ago
Matt Martz 5e00e72f7a Remove unecessary prep tasks 11 years ago
Matt Martz 3ae1014fd3 Add tests for rax_cbs 11 years ago
Matt Martz f01ae9f509 Add test_rax_network role 11 years ago
Matt Martz e54c45ee6d Add test_rax_keypair role 11 years ago
Matt Martz abac45dafc Add test_rax_meta role 11 years ago
Matt Martz 9878ebf0ee Add tests for rax instance_ids with state=absent 11 years ago
Matt Martz 340b845c38 Add test_rax_facts 11 years ago
Matt Martz dab9c30584 Add some extra vars and create a dependent role prepare_rax_tests 11 years ago
Matt Martz 5a862328f0 Add test_rax_clb_nodes 11 years ago
Matt Martz b151c7ffac Add some additional output to cleanup_rax.py 11 years ago
Matt Martz b8e7211661 Update rax_clb tests for fixes in the module 11 years ago
Matt Martz 7ba7e3bd69 Add tests for rax_clb 11 years ago
Brian Coca 788889225d Merge pull request #10078 from sgargan/consul
Ansible support for Consul
11 years ago
Toshio Kuratomi 10df1b898c Fix template module broken when modifying symlinks
Needed to clear unwanted parameters from both args and complex args when
calling file module.

Fixes #10208
11 years ago
Brian Coca 07dfbaedc3 Merge pull request #9602 from cchurch/powershell_splatting
Handle PowerShell parameters passed via splatting
11 years ago
Toshio Kuratomi 930bdd1f2f Better names for the test_binary tests 11 years ago