From 6b4442a358c8a07bd236d6c595fc0c22fdca1fde Mon Sep 17 00:00:00 2001 From: Bill Rich Date: Thu, 14 Feb 2019 16:00:12 -0800 Subject: [PATCH] Update tf-vsphere-devrc.mk.example --- tf-vsphere-devrc.mk.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tf-vsphere-devrc.mk.example b/tf-vsphere-devrc.mk.example index 396d23d66..a67374a21 100644 --- a/tf-vsphere-devrc.mk.example +++ b/tf-vsphere-devrc.mk.example @@ -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