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

asset/cluster: Invoke terraform in a temp dir. #319

Merged

Commits on Sep 24, 2018

  1. asset/cluster: Invoke terraform in a temp dir.

    In order to be able to use openshift-install to launch multiple
    clusters we need to create a working dir for each invocation.
    
    Here we create a tmp dir that has the terraform.tfvars file and
    invoke the cluster within the dir.
    
    The dir will be removed after the invocation is done.
    Yifan Gu committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    408c066 View commit details
    Browse the repository at this point in the history