Skip to content

Commit

Permalink
docs: Add Windows instructions to OVA deployment scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Kremer <pkremer@vmware.com>
  • Loading branch information
Patrick Kremer committed Dec 9, 2021
1 parent e1e7b60 commit f8c0bc8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/deploy_veba_knative_processor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ set -euo pipefail

# Sample Shell Script to test deployment of VEBA w/Knative Processor

# To run this on Windows, you can use a terminal like Git BASH or WSL Ubuntu
# OVFTOOL_BIN_PATH="/C/Program Files/VMware/VMware OVF Tool/ovftool.exe"
OVFTOOL_BIN_PATH="/Applications/VMware OVF Tool/ovftool"
VEBA_OVA="../output-vmware-iso/VMware_Event_Broker_Appliance_v0.7.0.ova"

Expand Down
2 changes: 2 additions & 0 deletions test/deploy_veba_knative_processor_veba_ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ set -euo pipefail

# Sample Shell Script to test deployment of VEBA w/Knative Processor

# To run this on Windows, you can use a terminal like Git BASH or WSL Ubuntu
# OVFTOOL_BIN_PATH="/C/Program Files/VMware/VMware OVF Tool/ovftool.exe"
OVFTOOL_BIN_PATH="/Applications/VMware OVF Tool/ovftool"
VEBA_OVA="../output-vmware-iso/VMware_Event_Broker_Appliance_v0.7.0.ova"

Expand Down
2 changes: 2 additions & 0 deletions test/deploy_veba_knative_processor_veba_ui_webhook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ set -euo pipefail

# Sample Shell Script to test deployment of VEBA w/Knative Processor

# To run this on Windows, you can use a terminal like Git BASH or WSL Ubuntu
# OVFTOOL_BIN_PATH="/C/Program Files/VMware/VMware OVF Tool/ovftool.exe"
OVFTOOL_BIN_PATH="/Applications/VMware OVF Tool/ovftool"
VEBA_OVA="../output-vmware-iso/VMware_Event_Broker_Appliance_v0.7.0.ova"

Expand Down

0 comments on commit f8c0bc8

Please sign in to comment.