Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cirros0.3.5 support #584

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 22, 2017

  1. Move domain templates to Jinja2

    For now only for simple replacements, so there is not a big difference
    from what we had before.
    
    Signed-off-by: Nadav Goldin <[email protected]>
    nvgoldin committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    492b381 View commit details
    Browse the repository at this point in the history
  2. libvirt: use /dev/random on libvirt versions <= 2002001

    It appears that on older libvirt versions(such as 1.3 on Ubuntu16.04),
    /dev/urandom backend model is not supported. I could not trace in libvirt's
    changelog when that was changed, and I hope this is not a different
    issue specific to Ubuntu16.04.  However, we know for sure that /dev/urandom
    works on libvirt version greater than 2002001. So here we add a simple
    condition on that.
    
    Signed-off-by: Nadav Goldin <[email protected]>
    nvgoldin committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    daab62b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2017

  1. CirrOS 0.3.5 support

    1. Ensure network scripts are working(on older cirros other
    interfaces were just not configured properly).
    
    2. Use same domain template as el6 with the normal serial console.
    
    Signed-off-by: Nadav Goldin <[email protected]>
    nvgoldin committed Jun 25, 2017
    Configuration menu
    Copy the full SHA
    ef7a949 View commit details
    Browse the repository at this point in the history