summaryrefslogtreecommitdiff
path: root/cloudinit
AgeCommit message (Expand)Author
2013-10-04try to support ephemeral0.1 in cc_mountsScott Moser
2013-10-04simplifications and some function renamesScott Moser
2013-10-03Added support for 'ephmeral0.<auto|any|0>' for device mappings in diskBen Howard
2013-10-03Make {pep8,pylint,test} pass commit.Ben Howard
2013-10-03Wrapped use of 'lsblk' to a generator function; removed other fcalls to 'lsblk'Ben Howard
2013-10-03Configure SmartOS Datasource to be region awareBen Howard
2013-10-03Moved ephemeralX.Y handling from Datasource into the cc_disk_setup, which mak...Ben Howard
2013-10-03remove verbosity of log.infoScott Moser
2013-10-03use native python code for wiping partition tableScott Moser
2013-10-03fix pep8Scott Moser
2013-10-03merge from trunkScott Moser
2013-10-02Added ability to define disks via 'ephemeralX.Y'.Ben Howard
2013-10-02cc_growpart: respect /etc/growroot-disabled Scott Moser
2013-10-02fix permission changesScott Moser
2013-10-01Reordered several imports in order for test suite to pass.Eric Nordlund
2013-09-27pep8 fixScott Moser
2013-09-27find_device_node: treat label=None as label=""Scott Moser
2013-09-27change LOG.debug('format' % var) to ('format', var)Scott Moser
2013-09-27fix one bugScott Moser
2013-09-27demote .info to .debug, add another debugScott Moser
2013-09-27merge from ben. disable partition creation on smartosScott Moser
2013-09-27adjust aliases early rather than late.Scott Moser
2013-09-27update to get functional with any alias in a 'device' entryScott Moser
2013-09-27Disable partitioning of ephemeral for SmartOS at request of JoyentBen Howard
2013-09-27fix syntax error in last commitScott Moser
2013-09-27azure data source 'ephemeral0' point to '/dev/sdb', not /dev/sdb1Scott Moser
2013-09-27fix probably debug code that explicitly set 'partition' to 'any'.Scott Moser
2013-09-27fix tests small other changesScott Moser
2013-09-26re-work 'ephemeral_disk' and location of builtin configScott Moser
2013-09-26fix pep8Scott Moser
2013-09-26merge from trunkScott Moser
2013-09-26Added support for formating the ephemeral disk on Windows Azure.Ben Howard
2013-09-25add '\n' to no key fingerprint warning Scott Moser
2013-09-25multi_log: only write to /dev/console if it exists.Scott Moser
2013-09-25instead of just writing to stdout, write to stdout if no /dev/consoleScott Moser
2013-09-25cc_final_message: write to log debug alsoScott Moser
2013-09-25Fix usage of libselinux-python when selinux is disabled.Garrett Holmstrom
2013-09-20When selinux is completely disabled functions like restorecon raiseGarrett Holmstrom
2013-09-20Some containers lack /dev/console, so when multi_log attempts to openGarrett Holmstrom
2013-09-19Fixes for the MP.Ben Howard
2013-09-11Merged in upstream changes with disk partition supportBen Howard
2013-09-11Initial cut at disk partition support.Ben Howard
2013-09-11merge from trunkScott Moser
2013-09-10some cleanups and changesScott Moser
2013-09-10fix DataSource base class to set up ds_cfg for 'Net' sourcesScott Moser
2013-09-10Fix detection of ETHx_IP context variable, add test.Vlastimil Holer
2013-09-10Configurable OpenNebula::parseuser. Seed search dir+dev merge. ...Vlastimil Holer
2013-09-09Add support for reading 'random_seed' from data source.Scott Moser
2013-09-09populate random_seed in azure data sourceScott Moser
2013-09-10Fix pylint complain on toks.split('.')Vlastimil Holer