Commit Graph

12468 Commits (86de59235f0f18f397bab1637167fdb278803931)
 

Author SHA1 Message Date
Toshio Kuratomi feb9ed1de8 Fix template module incorrectly handling mode when dest is a directory
Fixes #9350
10 years ago
Toshio Kuratomi 1e12d3028c Merge pull request #9384 from insaneirish/devel
Change "usuable" to "usable".
10 years ago
Toshio Kuratomi d23df78666 Merge pull request #9389 from mwarkentin/patch-3
Fix typo
10 years ago
Michael Warkentin d69aa19206 Fix typo
`Propspective` -> `Prospective`
10 years ago
Michael Warkentin 18a9282e0d Add host to polling message
The message for when an async task has finished has the hostname in it. This adds it to the polling message as well:

```
<job 390794962174.18311> finished on 107.6.24.140
<job 390794962174.31779> finished on 69.90.50.171
<job 390794962174.12328> polling on 69.90.50.172, 6840s remaining
```
10 years ago
James Cammarata e8f675003f Merge pull request #9336 from dpkirchner/devel
Added _meta hostvars key to gce.py plugin
10 years ago
James Cammarata b61a78532c Catch template syntax errors specifically when templating strings
Fixes #9333
10 years ago
James Cammarata b0069a338e Overhauls to v2 code
* using inspect module instead of iteritems(self.__class__.__dict__, due
  to the fact that the later does not include attributes from parent
  classes
* added tags/when attributes to Base() class for use by all subclasses
* removed value/callable code from Attribute, as they are not used
* started moving some limited code from utils to new places in v2 tree
  (vault, yaml-parsing related defs)
* re-added ability of Block.load() to create implicit blocks from tasks
* started overhaul of Role class and role-related code
10 years ago
James Cammarata 28fd4df787 Merge pull request #9382 from gquintard/WIP/newdockerdetection
Detect docker as virtualization_type
10 years ago
James Cammarata efb40969b3 Merge pull request #9381 from debfx/facts_virt_kvm
Detect kvm guests through sys_vendor.
10 years ago
Toshio Kuratomi 5fe5e2d3f4 Docstring for v2 inventory.subset 10 years ago
insaneirish 3d257bc695 Change "usuable" to "usable". 10 years ago
James Cammarata 8b8a4dd572 Merge pull request #9353 from ivuk/fix-typo
Typo: greatful -> grateful
10 years ago
James Cammarata c08c907ee0 Merge pull request #9346 from MiLk/test/shell-multiline
Add integration test for the shell module
10 years ago
James Cammarata 13da039563 Merge pull request #9338 from szkkentaro/gce_inventory/add_pretty_option
Add --pretty option for gce inventory plugin
10 years ago
Guillaume Quintard 895da79d87 Detect docker as virtualization_type
New docker versions use "docker" in /proc/1/cgroup, which disturbs the
virtualization_type detection. So, grep for docker, in addition of
"lxc".
10 years ago
Felix Geyer ee5f5ee00d Detect kvm guests through sys_vendor.
The two detection methods currently implemented do not cover all cases.

For example qemu guests invoked like this:
qemu -machine pc-i440fx-1.4,accel=kvm -cpu SandyBridge

return this information:
product_name: Standard PC (i440FX + PIIX, 1996)
cpuinfo: model name      : Intel Xeon E312xx (Sandy Bridge)
10 years ago
Michael DeHaan a60fd58145 Update block.py
Add note on block properties
10 years ago
James Cammarata 57d2622c8c Adding block code and tests 10 years ago
James Cammarata 21577ff2cc Moved v2 tests for plugins to new location 10 years ago
James Cammarata 1d04e4b3d2 Updating unittests for v2 stuff 10 years ago
Toshio Kuratomi eafa718be1 Remove inherit from object as it's no longer needed to determine new-style classes 10 years ago
Toshio Kuratomi acf4bc95a3 Give all v2 tests the python3 compat boilerplate 10 years ago
Toshio Kuratomi 18f30b00ba Add python3-compat boiler to all core files 10 years ago
Toshio Kuratomi ff8042c5c3 Add python3 compat boilerplate to executor 10 years ago
Toshio Kuratomi c9abd0fd58 Stub out Inventory class - we're going to draw heavily on the existing
inventory for implementation
10 years ago
Michael DeHaan 6ca67c61cb Starting to stub out some classes. 10 years ago
Toshio Kuratomi a707f5acfe Fix relative imports 10 years ago
Toshio Kuratomi 6ecca227b8 Fix missing import 10 years ago
Toshio Kuratomi 057c1df303 Remove temp file 10 years ago
Toshio Kuratomi cf5ce97275 Somehow, git mv only rm'd test/v2 and didn't add v2/test 10 years ago
Toshio Kuratomi b62e7ae8f5 Remove extraneous __init__ to fix v2 unittests 10 years ago
Toshio Kuratomi 46b54443f1 Add a README for the v2 unittests 10 years ago
Toshio Kuratomi 938b2108d0 Move the v2 tests under the v2 tree 10 years ago
Michael DeHaan 187da236b4 Add new class stubs 10 years ago
Igor Vuk e19f3f8a5c Typo: greatful -> grateful 10 years ago
Emilien Kenler 39ce134c2c Add integration test for the shell module
* it ensures that it's possible to define options in the multiline block
10 years ago
szk.kentaro 36c75d6c5e Add --pretty option for gce inventory plugin 10 years ago
Toshio Kuratomi 139e4767e4 Merge pull request #9329 from mcodd/devel
python2.4 compatibility issue with urlparse
10 years ago
David Kirchner 959520115c Added _meta hostvars key to gce.py plugin per the discussion in issue #9291. 10 years ago
Michael DeHaan bdf3ec1e21 Merge pull request #9331 from marcinpraczko/devel
Fix detecting distribution release on OpenSuSE
10 years ago
Michael DeHaan c930ee4747 Merge pull request #9312 from admiyo/freeipa
Inventory Plugin to get hostgroups from FreeIPA
10 years ago
Michael DeHaan edac9ad4c3 Merge pull request #9303 from willthames/gitmodules_over_https
Use https for git submodules
10 years ago
Michael DeHaan 1831ca3b90 Merge pull request #9299 from weargoggles/quoted-comment
Remove no-op string declaration
10 years ago
Michael DeHaan e6bf1f5b6e Merge pull request #9328 from Batmat/fix-receive-typo
Typo: recieve -> receive.
10 years ago
Marcin Praczko 1917906dd6 Fix detecting distribution release on OpenSuSE
Ansible raised exception during parsering /etc/SuSE-release file.
Regular expresion should use string instead of list.
Fix tested on OpenSuse 13.1
10 years ago
Baptiste Mathus 2845f0c455 Typo: recieve -> receive. 10 years ago
Matt Coddington 10113e6a67 python2.4 compatibility issue with urlparse 10 years ago
Toshio Kuratomi 617352a38e Python3 test target and use coverage for all v2 tests. 10 years ago
Toshio Kuratomi 692d31d221 Python3 fix 10 years ago