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

Azure gallery image support #270

Merged
merged 4 commits into from
Jan 7, 2022
Merged

Commits on Jan 7, 2022

  1. platform/api/azure: add support for gallery images

    GalleryImages can be created from a blob url, and can be republished on Azure
    marketplace in a simpler way than a vhd blob. This uses an ARM template as the
    azure-sdk-for-go currently does not support all parameters that we need to use.
    
    The gallery support is not enabled by default as there may be differences in
    semantics that we want to figure out before it becomes the default path.
    
    Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
    jepio committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    191311e View commit details
    Browse the repository at this point in the history
  2. platform/api/azure: handle arm64-usr board when creating gallery image

    Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
    jepio committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    1cb0a18 View commit details
    Browse the repository at this point in the history
  3. cmd/plume: tolerate arm64-usr as a board on azure

    To unify with what we already do for GCP and AWS.
    
    Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
    jepio committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    f9ee831 View commit details
    Browse the repository at this point in the history
  4. changelog: add entries

    Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
    jepio committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    1543a5c View commit details
    Browse the repository at this point in the history