~harlowja/cloud-init/early-abort

  • Committer: Scott Moser
  • Author(s): Dustin Kirkland
  • Date: 2014-03-03 21:44:31 UTC
  • Revision ID: smoser@ubuntu.com-20140303214431-494bqb0xlhp3xai1
seed_random: support a 'command' to seed /dev/random

This extends 'random_seed' top level entry to include a 'command'
entry, that has the opportunity to then seed the random number generator.

Example config:
 #cloud-config
 random_seed:
   command: ['dd', 'if=/dev/zero', 'of=/dev/random', 'bs=1M', 'count=10']
Filename Latest Rev Last Changed Committer Comment Size
..
configs 559.2.423 11 years ago Joshua Harlow Add a sample yaml config to be used for testing. Diff
data 642.2.3 11 years ago Joshua Harlow 1. Add a helper for tests to use to load resource/ Diff
unittests 499.1.1 12 years ago Mike Milner Add initial unit test framework. Add initial tests Diff
__init__.py 696.1.1 11 years ago harlowja Helpful cleanups. 1. Remove the usage of the path Empty Diff Download File