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

Refactor neighbor VM image downloading #14200

Merged
merged 2 commits into from
Aug 28, 2024
Merged

Commits on Aug 21, 2024

  1. Refactor neighbor VM image downloading

    The original design assumes downloading neighbor VM images from
    azure storage using SAS key if image file is not found on local testbed
    server. Since SAS key is considered as a credential, the design introduces
    complexity of managing SAS keys securely.
    
    This change refactored the design to download image files from simple
    HTTP server. URL of the image files can be specified in variable files under
    `ansible/group_vars/vm_host`.
    
    Signed-off-by: Xin Wang <[email protected]>
    wangxin committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ce5698d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    61047c0 View commit details
    Browse the repository at this point in the history