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

[WIP] Add CloudInit Provider #3416

Closed
wants to merge 4 commits into from
Closed

[WIP] Add CloudInit Provider #3416

wants to merge 4 commits into from

Commits on Oct 5, 2015

  1. Initial commit of CloudInit provider

    This adds an initial version of a cloudinit provider which can be used
    to construct multipart, gzipped, base64 encoded configurations for use
    as userdata for various different clouds.
    jen20 committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    30811b4 View commit details
    Browse the repository at this point in the history
  2. Fix linting issue

    jen20 committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    763ed0a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2015

  1. Configuration menu
    Copy the full SHA
    777f9c9 View commit details
    Browse the repository at this point in the history
  2. Add test of ordering of parts

    jen20 committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    4191268 View commit details
    Browse the repository at this point in the history