-
Notifications
You must be signed in to change notification settings - Fork 25
Description
I am installing the Testbed on a self-managed DevStack environment.
There, I created the two flavors 1C-2GB-10GB and 2C-4GB-20GB.
The make create step fails:
$ cd terraform/environments
$ cp local.tfvars.sample openstack.tfvars
$ cd ..
$ make ENVIRONMENT=openstack create
openstack.auto.tfvars
Error: Reference to undeclared resource
on neutron.tf line 8, in resource "openstack_networking_secgroup_v2" "security_group_node":
8: depends_on = [openstack_networking_router_v2.router]
A managed resource "openstack_networking_router_v2" "router" has not been declared in the root module.
Error: Reference to undeclared resource
on neutron.tf line 38, in resource "openstack_networking_secgroup_v2" "security_group_management":
38: depends_on = [openstack_networking_router_v2.router]
A managed resource "openstack_networking_router_v2" "router" has not been declared in the root module.
make: *** [Makefile:112: create] Error 1