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

Obtain autoinstall from combined-cloud-config #1735

Merged
merged 2 commits into from
Jul 25, 2023

Commits on Jul 25, 2023

  1. server: load ai from combined-cloud-config.json

    Attempt to load autoinstall from
    /run/cloud-init/combined-cloud-config.json first, if present.
    Fallback to existing methods, which requires that cloud-init in the snap
    is able to unpickle the data created by cloud-init outside the snap.
    See also LP: #2022102.
    dbungert committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    7511198 View commit details
    Browse the repository at this point in the history
  2. cloudinit: log access to combined-cloud-config

    Co-authored-by: Chad Smith <chad.smith@canonical.com>
    dbungert and blackboxsw committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c1d91d6 View commit details
    Browse the repository at this point in the history