- 31 Oct, 2013 24 commits
-
-
Michael DeHaan committed
-
Need to compare on server object not list
Michael DeHaan committed -
Clean up temp file left behind by assemble module
Michael DeHaan committed -
Fix 4648, cron module is not working on solaris
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Cron on solaris do not take the same set of option than vixie cron on linux, and among the biggest difference, root cannot set the crontab of a user directly from a file. Thus the use of su to run the crontab command. Fix issue #4648
Michael Scherer committed -
Michael Scherer committed
-
add "zle" as a supported ZFS compression type
jctanner committed -
Fix format string typo
Michael DeHaan committed -
ZFS supports "zle" compression, which compresses runs of null bytes efficiently.
Scott Dunlop committed -
Alan Fairless committed
-
Revamp of the rax.py inventory plugin
Michael DeHaan committed -
Fix description of nova_compute:name option
Michael DeHaan committed -
It's the name of the instance, not of an image.
Sheldon Hearn committed -
TASK: [create test controller 0] ********************************************** failed: [127.0.0.1] => {"failed": true, "parsed": false} invalid output was: Traceback (most recent call last): File "/Users/jdewey/.ansible/tmp/ansible-1383197329.62-262790004573235/nova_compute", line 1203, in <module> main() File "/Users/jdewey/.ansible/tmp/ansible-1383197329.62-262790004573235/nova_compute", line 261, in main _get_server_state(module, nova) File "/Users/jdewey/.ansible/tmp/ansible-1383197329.62-262790004573235/nova_compute", line 197, in _get_server_state if server.status != 'ACTIVE': AttributeError: 'list' object has no attribute 'status'
John Dewey committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
like yum and apt.
Michael DeHaan committed -
Daniel Koch committed
-
James Tanner committed
-
Only remove leading '0x' from apt key ids, not all 0s
Michael DeHaan committed -
Fix broken markdown syntax in changelog
Michael DeHaan committed
-
- 30 Oct, 2013 3 commits
-
-
Newlines aren't identified correctly. This made it more likely for developers to miss changes for releases.
Jens Rantil committed -
Marcus Cobden committed
- 29 Oct, 2013 13 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
Move regions until after authentication; otherwise pyrax.regions is an empty tuple and no inventory is returned.
Paul Durivage committed -
Paul Durivage committed
-
Paul Durivage committed
-
Paul Durivage committed
-
Paul Durivage committed
-
Paul Durivage committed
-
Eliminate the RAX_REGION environment variable; iterate through all regions available to an account and present servers in region groups; default to using server name to identify servers in groups; set ansible_ssh_host key for each server; utilize the _meta key to provide all the hostvars for each server; all grouping by web, db, sql, lb, app based on server name; pretty print JSON output for some human-readable inventory action Add set_setting to alleviate requirement that ~/.pyrax.cfg exists Add regions as a optional env var to narrow our inventory scope Clean up
Paul Durivage committed -
Paul Durivage committed
-
James Tanner committed
-
New BIG-IP module for managing node objects
jctanner committed -
Fix #4702, make setup work on windows
jctanner committed
-