equinix / terraform-equinix-metal-anthos-on-vsphere

[Deprecated] Automated Anthos Installation via Terraform for Equinix Metal with vSphere
https://registry.terraform.io/modules/equinix/anthos-on-vsphere/metal/latest
Apache License 2.0
62 stars 41 forks source link

use Equinix Metal VMWare vSphere module #123

Closed displague closed 3 years ago

displague commented 3 years ago

Use the equinix/vsphere/metal module

Fixes #113 Part of #122 Part of #91

Relies heavily on the changes @c0dyhi11 made to the vSphere module in https://github.com/equinix/terraform-metal-vsphere/pull/7 💪

displague commented 3 years ago

I should add description to any variable that doesn't have one. This is mostly copy/paste from the vsphere module which added descriptions.

displague commented 3 years ago

Two provisioning errors on the first pass, both confined to the vsphere module:

module.vsphere.null_resource.run_pre_reqs (remote-exec): mkdir: cannot create directory ‘/root/bootstrap/’: File exists
module.vsphere.null_resource.download_vcenter_iso (remote-exec): bash: /root/bootstrap/download_vcenter.sh: Not a directory

I ran into the same problem when adding integration tests to that module: https://github.com/equinix/terraform-metal-vsphere/issues/13

displague commented 3 years ago

I've been running into some more full e2e test failures on the vsphere module, tracking that here: https://github.com/equinix/terraform-metal-vsphere/pull/19

displague commented 3 years ago

I'm missing GCP keys for the added integration test.