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

Update tf-vsphere-devrc.mk.example #707

Merged
merged 1 commit into from
Feb 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tf-vsphere-devrc.mk.example
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,9 @@ export VSPHERE_FOLDER_V0_PATH ?= old-folder # vsphere_folder state tes
export VSPHERE_ISO_FILE ?= iso-file # ISO file for CDROM device
export VSPHERE_ISO_DATASTORE ?= iso-ds # ISO file for CDROM device
export VSPHERE_VM_V1_PATH ?= vm-path # VM resource state migration
export VSPHERE_VAPP_CONTAINER ?= vapp-path # Path to a vApp container
export VSPHERE_PERSIST_SESSION ?= true # Session persistence
export VSPHERE_REST_SESSION_PATH ?= rest-path # Path to store rest sessions
export VSPHERE_VIM_SESSION_PATH ?= vim-path # Path to store vim sessions

# vi: filetype=make