Skip to content

testbed installation fails during create #2746

@e-ruff

Description

@e-ruff

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions