github.com/cloudfoundry-incubator/stembuild@v0.0.0-20211223202937-5b61d62226c6/.envrc.template (about)

     1  #!/usr/bin/env bash
     2  
     3  ########################################
     4  #                                      #
     5  #  Construct Intregration Test Config  #
     6  #                                      #
     7  ########################################
     8  
     9  # VM credentials for an existing VM, or to configure a created VM
    10  export VM_USERNAME=
    11  export VM_PASSWORD=
    12  
    13  # Version of stembuild to build in integration tests ([2019|1803|1709].X.X, the major must match the server version of ova)
    14  export STEMBUILD_VERSION=
    15  
    16  # When using an existing VM, configure the IP
    17  export EXISTING_VM_IP=
    18  
    19  # If existing VM not configured, provide configuration for creating a VM in vCenter
    20  # export GOVC_DATASTORE=
    21  # export GOVC_NETWORK=
    22  # export GOVC_RESOURCE_POOL=
    23  # export VCENTER_VM_FOLDER=
    24  # export GOVC_INSECURE=
    25  # export GOVC_URL=
    26  # export NETWORK_GATEWAY=
    27  # export SUBNET_MASK=
    28  # export VM_NAME_PREFIX=
    29  # export VM_FOLDER=
    30  # export LOGOUT_INTEGRATION_TEST_VM_IP
    31  # export LOGOUT_INTEGRATION_TEST_VM_INVENTORY_PATH
    32  
    33  # If using a local OVA file, provide OVA_FILE
    34  # export OVA_FILE=/tmp/1709.ova
    35  
    36  # If using an OVA file stored in S3, provide download details
    37  # export OVA_SOURCE_S3_REGION=
    38  # export OVA_SOURCE_S3_BUCKET=
    39  # export OVA_SOURCE_S3_FILENAME=
    40  # export AWS_ACCESS_KEY_ID=
    41  # export AWS_SECRET_ACCESS_KEY=
    42  
    43  # If using a defined IP, set USER_PROVIDED_IP
    44  # export USER_PROVIDED_IP=
    45  
    46  # When using a concourse style lock pool, provide configuration
    47  # export LOCK_PRIVATE_KEY=
    48  # export IP_POOL_GIT_URI=
    49  # export IP_POOL_NAME=