You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: error creating CSS cluster: Bad request with: [POST https://css.eu-de.otc.t-systems.com/v1.0/85a9edeb35004b0d980ff5116452814b/clusters], error message: {"errCode":"CSS.0001","externalMessage":"CSS.0001 : Incorrect parameters. (the cidr of vpc external is null, need to set the cidr)"}
Steps to Reproduce
Create a VPC and a subnet with terraform. Afterwards try to create a CSS with terraform or the UI. After producing the VPC with UI, everythink works! The difference is that in terraform VPC the CIDR Block is "--", the UI VPC has a CIDR Bock "192.168.0.0/16".
Expected Behavior
CSS shoud be deployed, the VPC shoud have assigned a CIDR Bock. (Subnet has it). There should be a possibility to set the CIDR within the "opentelekomcloud_networking_router_v2" resource.
Actual Behavior
No CIDR Block assigned to VPC, the CSS deployment fails with the Panic Output above.
Important Factoids
Running on eu-de
References
none
The text was updated successfully, but these errors were encountered:
opentelekomcloud_vpc_v1 was my favorite for a while. Unfortunately, the resource cannot provide the router ID. I remember that I need it to create VPC routing. It is present in opentelekomcloud_networking_router_v2, but not in opentelekomcloud_vpc_v1.
Hi @thomaswetzler, but for routing there are opentelekomcloud_vpc_route_v2 and opentelekomcloud_vpc_route_table_v1, and also for some resources vpc_id equal to router_id, but i think you won't find this note in documentation.
Terraform provider version
terraform --version
Terraform v1.9.2
on darwin_arm64
Affected Resource(s)
Terraform Configuration Files
Debug Output/Panic Output
Error: error creating CSS cluster: Bad request with: [POST https://css.eu-de.otc.t-systems.com/v1.0/85a9edeb35004b0d980ff5116452814b/clusters], error message: {"errCode":"CSS.0001","externalMessage":"CSS.0001 : Incorrect parameters. (the cidr of vpc external is null, need to set the cidr)"}
Steps to Reproduce
Create a VPC and a subnet with terraform. Afterwards try to create a CSS with terraform or the UI. After producing the VPC with UI, everythink works! The difference is that in terraform VPC the CIDR Block is "--", the UI VPC has a CIDR Bock "192.168.0.0/16".
Expected Behavior
CSS shoud be deployed, the VPC shoud have assigned a CIDR Bock. (Subnet has it). There should be a possibility to set the CIDR within the "opentelekomcloud_networking_router_v2" resource.
Actual Behavior
No CIDR Block assigned to VPC, the CSS deployment fails with the Panic Output above.
Important Factoids
Running on eu-de
References
none
The text was updated successfully, but these errors were encountered: