Age | Commit message (Expand) | Author |
2012-11-13 | make migrator walk the "cloud" path also | Scott Moser |
2012-11-13 | support 'power_state' cloud-config for specifying shutdown | Scott Moser |
2012-11-13 | use os.devnull [trivial] | Scott Moser |
2012-11-13 | add sleep, allow errno '3' (ESRCH) on the open of /proc/pid/cmdline | Scott Moser |
2012-11-13 | clean up exit to single function call | Scott Moser |
2012-11-13 | fix read of /proc/cmdline | Scott Moser |
2012-11-13 | implement power_state with tests. | Scott Moser |
2012-11-13 | pep8 and pylint | Scott Moser |
2012-11-13 | rename module 'finalcmd' to power-state-change | Scott Moser |
2012-11-12 | pass execmd a list, not tuple or string | Scott Moser |
2012-11-12 | add 'finalcmd' module for running code after cloud-init-final | Scott Moser |
2012-11-10 | sync with trunk | Scott Moser |
2012-11-10 | Add 'migrator' for handling config name changes and consistency | Joshua Harlow |
2012-11-08 | Fix the case where on a redhat based system | Joshua Harlow |
2012-11-07 | 1. Ensure that the sem_path exists and | harlowja |
2012-11-07 | 1. Check the name and not the full path | harlowja |
2012-11-07 | Start adding a 'migrator' module | Joshua Harlow |
2012-11-07 | 1. Rebased with trunk | Joshua Harlow |
2012-11-07 | test and path cleanups. | Joshua Harlow |
2012-11-07 | merge from trunk | Scott Moser |
2012-10-27 | Helpful cleanups. | harlowja |
2012-10-23 | Restart landscape at the end of the configuration | Thomas Hervé |
2012-10-17 | More cleanups, fix header function. | Joshua Harlow |
2012-10-17 | Make the yum value 'string' translation a function. | Joshua Harlow |
2012-10-16 | Add in a created by cloud-init header. | Joshua Harlow |
2012-10-16 | Move the recursive flushing to the log module. | Joshua Harlow |
2012-10-16 | Add a more generic package install mechansim | Joshua Harlow |
2012-10-16 | Update comments as to why format is the way it is. | Joshua Harlow |
2012-10-16 | Fix copyright. | Joshua Harlow |
2012-10-16 | Remove some pylint buggies. | Joshua Harlow |
2012-10-16 | Add in a configuration module that can | Joshua Harlow |
2012-10-15 | Skip install when there is not configuration, and install the package to be s... | Thomas Hervé |
2012-09-28 | Make byobu more tolerant of the user not being | Joshua Harlow |
2012-09-28 | Add a comment as to why distros can't be | Joshua Harlow |
2012-09-28 | Rework the rest of the locations that used | Joshua Harlow |
2012-09-28 | restart salt-minion instead of start. | Scott Moser |
2012-09-27 | cleanup the user/group lists | Joshua Harlow |
2012-09-24 | Adjust the fingerprints to use this new | Joshua Harlow |
2012-09-24 | Refactor the ug normalization to take in a distro | Joshua Harlow |
2012-09-23 | Make the normalization a module level function | Joshua Harlow |
2012-09-21 | Fix some docs + pylint warnings + log on default created in the module. | Joshua Harlow |
2012-09-21 | 1. Cleanup the user creation so that the distro class is | Joshua Harlow |
2012-09-14 | only write landscape config if user-data provided | Scott Moser |
2012-09-06 | do not convert type None to string in cfgmnt. | Scott Moser |
2012-09-05 | Check if the config was specified | Thomas Hervé |
2012-09-05 | Add RUN=1 to the default file | Thomas Hervé |
2012-08-31 | Removed admin group from default Ubuntu user group list. | Ben Howard |
2012-08-31 | fix pylint warning | Scott Moser |
2012-08-31 | - Converted user list to user dict to allow exclusion of the default user | Ben Howard |
2012-08-28 | fix busted cc_ssh_import_id | Scott Moser |