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

Openstack cloudinit #23

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

Commits on Apr 28, 2016

  1. Upgrade OpenStack support from AMI compatibility to qcow2 native

    Issues fixed:
    Output of kernel, init and inithooks correctly displayed in console.
    SystemD working again.
    Root disk is grown to match flavor size; done without reboot.
    Kernel updates possible.
    
    Old AMI version retained as openstack-ami.
    vondrt4 committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    af2f2d9 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. Use cloud-init for the openstack build type

    This change removes all ec2 user data functionality from inithooks
    and relies on cloud-init for that.
    
    Inithooks init scripts are made to depend on cloud-init's cloud-config parsing.
    
    User data may be in #cloud-config format or a #!/bin/bash script, meaning that
    e.g. user creation can be done in cloud-init, or you can change passwords
    by inithooks preseeding, possibly both using cloud-init's "write file".
    
    Turnkey-init-fence script now covers all possible created user accounts.
    Turnkey-sudoadmin is made obsolete, at least in this build.
    
    All bugs should remain fixed, as in the last pull request.
    
    Possible caveats:
    Turnkey-init-fence runs later in the boot process.
    
    Root password login works on the VNC console AND through ssh. Is it a problem?
    Cloud-init's settings to disable it get overwritten by inithooks.
    
    Did I break something related to the Hub? I believe not, at least directly,
    as the functionality is absent from non-EC2 builds.
    It's not as important now, but once we integrate it with OpenStack...
    vondrt4 committed May 3, 2016
    Configuration menu
    Copy the full SHA
    e8b6120 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2016

  1. Fixed turnkey-init appearing to non-root users for every login.

    Modified bootloader and fstab to work with both /dev/sda1 and /dev/vda1.
    vondrt4 committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    ca94176 View commit details
    Browse the repository at this point in the history