Marques Johansson

Results 444 comments of Marques Johansson

It sounds like this problem could also be solved with a documentation update requiring vCenter Server 6.7 Update 2.

A few CI failures here related to VLAN attachment: ``` Error: POST https://api.equinix.com/metal/v1/ports/b6ade5c2-966a-4707-98b0-e4fea402ffd9/assign: 422 Can't assign vlan, the port is configured for Layer 3 on .terraform/modules/vsphere/main.tf line 98, in resource...

rerunning test after failure due to no c3.smalls in sv15

It appears that `reserved_ip_count` is present in the subnet dictionary, when it previously was not: https://github.com/equinix/terraform-metal-anthos-on-vsphere/pull/127/checks#step:14:1260 I'm thinking that the typed variable changes here are leading to `{"reserved_ip_count": null}` in...

We'll need to use https://registry.terraform.io/providers/hashicorp/local/latest/docs/data-sources/file rather that `file(some_user_variable)`. ``` ╷ │ Error: Invalid function argument │ │ on 32-anthos-pre-reqs.tf line 16, in resource "null_resource" "anthos_pre_reqs": │ 16: private_key = file(module.vsphere.ssh_key_path)...

Noting here, that the README.md troubleshooting tips should be updated when this is fixed. I'm also noting that the README.md should be updated to include a message about this failed...

https://github.com/equinix/terraform-metal-anthos-on-vsphere/pull/127 is bringing some of these updates. That PR is being tested through CI and there are some test failures blocking it currently. I've created #130 to represent an interest...

We may need to open a new issue to update the installation scripts to follow the new `gkectl` based instructions offered in https://cloud.google.com/anthos/gke/docs/on-prem/1.5/how-to/install-landing

@dfong do we understand how `gke-on-prem/` already exists? I would rather skip this step if it is not needed. Does this only occur when re-applying or does this error happen...

@dfong I'm just looking at this again following the project rename and additions of integration testing (although failing, they are present). It looks like we can pass `-p` to the...