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

CLOUD-724: copy_out_guest_install_log #57

Open
wants to merge 8 commits into
base: release/v1.7.0
Choose a base branch
from

Commits on Nov 25, 2020

  1. Use anka cp as primary communicator method for upload/download

    `anka cp` has been show to be equally performant as mount+cp. This
    ensures that even if we don't have mount capability, we can still
    upload files and build them.
    
    Tested with Anka Build 2.3.0 beta and Big Sur 11.0.1
    
    Additional tweaks:
      * Save the install.log to disk prior to exiting
    
    Signed-off-by: Tom Duffield <tom@chef.io>
    tduffield committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    aacabfe View commit details
    Browse the repository at this point in the history
  2. Remove = to avoid errors in disk resizing

    Signed-off-by: Tom Duffield <tom@chef.io>
    tduffield committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    cd4e7ee View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

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

Commits on Dec 28, 2020

  1. Merge pull request #50 from veertuinc/CLOUD-714

    CLOUD-714: base vm wasn't receiving resource modifications due to missing options
    NorseGaud committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    a319717 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. merging in chef changes

    NorseGaud committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    0c6ad55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9853dc View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. CLOUD-724: copy_out_guest_install_log + Big Sur support/default resou…

    …rce changes for create
    NorseGaud committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    423669a View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. CLOUD-724: DEBUG=1

    NorseGaud committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    ef17a3f View commit details
    Browse the repository at this point in the history