Commit graph

13791 commits

Author SHA1 Message Date
Johannes Truschnigg
b377301195 Fix sizes reported for devices with phys. bs != 512b (#15521)
The `setup` module reports incorrectly computed disk and partition size facts on (afaict) all Linux kernels for block devices that report a physical block size other than 512b.

This happens because `facts.py` incorrectly assumes that sysfs reports a device's block count in units of that device's physical sector size. The kernel, however, always reports and exports sector counts in units of 512b sectors, even if the device's hardware interface cannot address individual blocks this small. The results we see are inflated capacity figures for things like some SSD models and 4kn-HDDs that do report a hardware sector size greater than 512b.
2016-12-02 12:30:40 -05:00
Toshio Kuratomi
819c51cd80 Add apt_key fix to changelog 2016-10-24 15:41:11 -07:00
Toshio Kuratomi
345f940fc4 Update core submodule ref to pick up apt_key fix 2016-10-24 15:39:04 -07:00
Jim Ladd
b2f117fafc Increase local version for unofficial rpms (#17044) 2016-08-11 17:36:26 -07:00
Matt Clay
763b73389a Remove coveralls from .travis.yml. 2016-06-30 20:48:19 -07:00
Toshio Kuratomi
5ed3f9404f Fix a unicode problem when parsing playbooks (#16507)
Fixes #16373
2016-06-30 12:09:20 -04:00
James Laska
da937586fb Allow specifying an alternative RPMDIST 2016-05-04 20:10:20 -04:00
Toshio Kuratomi
a3a5c484df One more Makefile change 2016-05-04 13:27:07 -07:00
Toshio Kuratomi
0dfb3ea0d5 One more fix 2016-05-04 11:37:54 -07:00
Toshio Kuratomi
7ffc44522f Push another fix to the Makefile for building 1.9 rpm as ansible1.9 2016-05-04 11:13:51 -07:00
Toshio Kuratomi
8394c02781 Fix a bug in the spec file change 2016-05-04 10:21:55 -07:00
Toshio Kuratomi
71524dba13 On stable-1.9 branch, build ansible1.9 package instead of ansible. 2016-05-04 10:19:16 -07:00
Toshio Kuratomi
10a38a7652 Update extras submodule ref to pick up lxc_container fix 2016-04-20 15:01:45 -07:00
Toshio Kuratomi
03d0e8b6b5 Add lxc_container fix to changelog 2016-04-20 15:01:38 -07:00
Brian Coca
b31e29f124 fixed boto import as per #11755 2016-04-18 10:39:27 -04:00
James Cammarata
7644312b20 New release v1.9.6-1 2016-04-15 14:51:48 -04:00
James Cammarata
e7c4ea4d1c New release v1.9.6-0.1.rc1 2016-04-06 15:20:52 -04:00
James Cammarata
3509e9cdd4 Don't fallback to using the roles name from the spec unless 'role' is missing
Fixes #15104
2016-04-04 14:02:05 -04:00
Toshio Kuratomi
331f6ba52e Add lxc_container fix to CHANGELOG 2016-04-02 01:41:53 -07:00
Toshio Kuratomi
d46d49d43c Update extras submodule ref for lxc_container fix 2016-04-02 01:40:09 -07:00
Toshio Kuratomi
02ec04616a Add fix for inventory vars loading (15093) to the Changelog 2016-03-23 13:59:26 -07:00
Toshio Kuratomi
507b9032f0 Merge pull request #15130 from ansible/fix-inventory-vars-with-limit
Limit should not affect the calculation of host variables as the variables may be referenced by another host that is not limited.
2016-03-23 13:55:48 -07:00
Toshio Kuratomi
f25e4eea67 Limit should not affect the calculation of host variables as the variables may be referenced by another host that is not limited.
Fixes #13556
Fixes #13557
Fixes #12174
2016-03-23 13:40:09 -07:00
Toshio Kuratomi
81c481739d Revert "Added workaround for inventory directories"
This reverts commit e856ac2320.

That commit was intended to fix --limit not honoring the playbook
directory as a source of inventory variable information.  However, the
commit changes the inventory basedir to where it thinks the playbook
basedir which breaks finding inventory variables inside of inventory
directories #15093.  Reverting this and looking for where limit might be
affecting the playbook basedir rather than the inventory basedir.
2016-03-23 12:36:38 -07:00
James Cammarata
cdfbc4243a New release v1.9.5-1 2016-03-21 18:55:51 -04:00
Toshio Kuratomi
050c1b46b8 Change url so that we don't test https in the tests for file perms 2016-03-20 08:50:55 -07:00
Toshio Kuratomi
a420b4952f Update submodule ref 2016-03-20 08:07:27 -07:00
Toshio Kuratomi
653f165028 Add integration test for #11821 2016-03-20 08:01:48 -07:00
Toshio Kuratomi
764f44fedb Document the issue with modules being created world-readable on the client in certain circumstances 2016-03-16 11:34:43 -07:00
James Cammarata
ee2c442486 New release v1.9.5-0.1.rc1 2016-03-10 15:06:20 -05:00
nitzmahone
94e3ab5445 added winrm and user module backports to changelog 2016-03-07 20:33:10 -08:00
nitzmahone
797b2e8b3b update core submodule ref for user module fixes 2016-03-07 20:21:18 -08:00
Toshio Kuratomi
8785f9fc3c Merge pull request #14652 from alexandrem/fix_role_vars_precedence_interpolation
Fix bug where extra vars highest precedence is violated when used ins…
2016-03-07 13:44:29 -08:00
Brian Coca
46ae226607 avoid running assemble on check mode
fixes #14175
2016-03-07 16:01:38 -05:00
Toshio Kuratomi
26eb9a8bb9 Update core submodule for pip fix 2016-03-07 11:42:47 -08:00
Toshio Kuratomi
ae36d35595 Add pip fix to changelog 2016-03-07 11:42:04 -08:00
Brian Coca
c3b874755f avoid extra info being passed into mode
only permission info is valid
2016-03-04 14:48:57 -05:00
Toshio Kuratomi
8494d3867c Merge pull request #13556 from xytis/inventory_dir
fix loading host/group vars when inventory is directory and using --limit
2016-03-04 11:03:18 -08:00
Toshio Kuratomi
b11f2a0267 Merge pull request #13802 from TimJones/tj-fix-issue-13800
Correctly parse dependency YAML dict
2016-03-04 10:58:04 -08:00
Brian Coca
402e375698 Merge pull request #14619 from dagwieers/patch-10
Check for closing sequence before templating
2016-03-04 13:32:17 -05:00
Brian Coca
d2bd6604b0 Merge pull request #14713 from chouseknecht/galaxy1.9_paging
Fix bug 14715: Galaxy CLI paging error
2016-02-29 22:43:47 -05:00
chouseknecht
41d6531fe7 Fix bug 14715: Galaxy CLI paging error 2016-02-29 21:17:50 -05:00
Alexandre Mclean
0358d473ba Fix bug where extra vars highest precedence is violated when used inside an interpolation within another variable
Extra vars lose their precedence when they overwrite a variable inside another variable interpolation structure.

Fixes #10896
2016-02-24 22:54:23 -05:00
Brian Coca
ca98e74251 Merge pull request #14622 from dagwieers/remove-v2-references
Remove references to v2 codebase
2016-02-23 09:36:24 -05:00
Dag Wieers
bfff091a9e Remove references to v2 codebase 2016-02-23 14:15:32 +01:00
Dag Wieers
edf3164bc7 Check for closing sequence for templating (Ansible v1.9)
This fixes #14573 for Ansible v1.9.
2016-02-23 11:42:48 +01:00
James Cammarata
a05df837aa Merge pull request #14565 from dagwieers/fix-role_params-merge_hash
Template role_params to avoid merging dict and unicode
2016-02-22 11:11:32 -05:00
Dag Wieers
ccbc849b20 Merge branch 'stable-1.9' of github.com:ansible/ansible into fix-role_params-merge_hash
Implement new fix from @jimi-c
2016-02-22 17:08:42 +01:00
James Cammarata
f36896b2bb Merge pull request #14562 from dagwieers/combine_vars_backport
Backport combine_vars() logic from Ansible v2.0
2016-02-22 10:39:09 -05:00
Brian Coca
1e0cf69b1c Merge pull request #14559 from dagwieers/merge_hash
Improve efficiency of merge_hash (Ansible v1.9)
2016-02-20 12:39:23 -05:00