Skip to content

Commit d2e21e5

Browse files
authored
Merge pull request #1745 from ohauer/patch/ova-required_plugins
install packer-plugin-vsphere
2 parents e61e435 + 029364a commit d2e21e5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

images/capi/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ deps-ova: deps-common
107107
hack/ensure-ansible-windows.sh
108108
hack/ensure-ovftool.sh
109109
$(PACKER) init packer/config.pkr.hcl
110+
$(PACKER) init packer/ova/config.pkr.hcl
110111

111112
.PHONY: deps-openstack
112113
deps-openstack: ## Installs/checks dependencies for OpenStack builds
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
packer {
2+
required_version = ">= 1.7.0"
3+
required_plugins {
4+
vsphere = {
5+
version = ">= 1.4.2"
6+
source = "github.com/hashicorp/vsphere"
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)