- 29 Jan, 2015 6 commits
-
-
I have a host which started to fail while gathering facts after the addition of expanded memory facts in PR #9839: Traceback (most recent call last): File "/home/ansible/.ansible/tmp/ansible-tmp-1422536976.05-133253824703289/setup", line 4278, in <module> main() File "/home/ansible/.ansible/tmp/ansible-tmp-1422536976.05-133253824703289/setup", line 137, in main data = run_setup(module) File "/home/ansible/.ansible/tmp/ansible-tmp-1422536976.05-133253824703289/setup", line 81, in run_setup facts = ansible_facts(module) File "/home/ansible/.ansible/tmp/ansible-tmp-1422536976.05-133253824703289/setup", line 4217, in ansible_facts facts.update(Hardware().populate()) File "/home/ansible/.ansible/tmp/ansible-tmp-1422536976.05-133253824703289/setup", line 2339, in populate self.get_memory_facts() File "/home/ansible/.ansible/tmp/ansible-tmp-1422536976.05-133253824703289/setup", line 2375, in get_memory_facts 'cached': memstats['swapcached'] KeyError: 'swapcached' My problem host doesn't have SwapCached in /proc/meminfo. It may be better to set defaults for these keys, since the values provided by /proc/meminfo can change from version to version.
Patrick McConnell committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
- 28 Jan, 2015 15 commits
-
-
Toshio Kuratomi committed
-
Fixes #10110
Toshio Kuratomi committed -
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
Adding inventory parameter to documentation
Brian Coca committed -
Toshio Kuratomi committed
-
Reference tests/README.ME in the Makefile notes
Brian Coca committed -
Url lookup
Brian Coca committed -
Memfacts
Brian Coca committed -
Add OpenCSW for Solaris
Brian Coca committed -
Dagobert Michelsen committed
-
- 27 Jan, 2015 19 commits
-
-
explain -q flag for env-setup
Toshio Kuratomi committed -
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
non-strings. Do some value checking in the calling code
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
In env-setup use basename -- $0 in case $0 starts with a dash.
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
before... something else is fishy This reverts commit 8ab536fb.
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
James Cammarata committed
-
fix checksum calculation for large files
Toshio Kuratomi committed -
added: integration tests builddeps for apt module
Toshio Kuratomi committed -
Toshio Kuratomi committed
-