equinix / terraform-equinix-metal-openstack

OpenStack Cloud on Equinix Metal
https://registry.terraform.io/modules/equinix/openstack/metal/latest
Apache License 2.0
13 stars 12 forks source link

Acc Tests fail with "Could not find matching reserved block, all IPs were []" #56

Closed displague closed 3 years ago

displague commented 3 years ago

The automation is failing:

Error: Could not find matching reserved block, all IPs were []

  on ProviderNetwork.tf line 6, in data "metal_precreated_ip_block" "private_ipv4":
   6: data "metal_precreated_ip_block" "private_ipv4" {

Error: Could not find matching reserved block, all IPs were []

  on ProviderNetwork.tf line 24, in data "metal_precreated_ip_block" "public_ipv6":
  24: data "metal_precreated_ip_block" "public_ipv6" {

The testing account may need additional permissions or Terraform should be updated to request a reservation.

Originally posted by @displague in https://github.com/equinix/terraform-metal-openstack/issues/55#issuecomment-795691036