gridscale / terraform-examples

Template files to help you get started with Terraform and gridscale
https://gridscale.io
MIT License
4 stars 2 forks source link

Unable to Create Network with DNS and DHCP. #18

Open tmallikarjuna opened 3 years ago

tmallikarjuna commented 3 years ago

Hi,

Can you please help me with the below error scenario and I am trying to create the DHCP with below resource and it fails while attaching the network to the server.

  on k8s.tf line 82, in resource "gridscale_server" "master": ```

  Resource snippet:

resource "gridscale_network" "kubernetes"{ name = "kubernetes" dhcp_active = true dhcp_range = "192.168.121.0/24" timeouts { create="10m" } }

nvthongswansea commented 3 years ago

@tmallikarjuna Hi, do you have any further information about the failure, e.g., the request_uuid, please?

tmallikarjuna commented 3 years ago

@nvthongswansea Please find the below error messages:

Error: create server (a53a4e59-d3fe-452e-a0f6-e20bd3f22abf) relation - error: Error waiting for network (2c434261-dfee-4729-a1c8-fc75fe275af4) to be attached to server (a53a4e59-d3fe-452e-a0f6-e20bd3f22abf): Status code: 500. Error: Something seems to have gone wrong, we have been notified and are investigating the issue. Please try again later.. Request UUID: 3dfc3cb4-5a09-46ab-951a-d55b6f0c04d6. Please report this error along with the request UUID.
  on k8s.tf line 82, in resource "gridscale_server" "master":
  82: resource "gridscale_server" "master" {
Error: create server (16c4c0ae-53c9-408a-8e77-2d6b3ac2fe83) relation - error: Error waiting for network (2c434261-dfee-4729-a1c8-fc75fe275af4) to be attached to server (16c4c0ae-53c9-408a-8e77-2d6b3ac2fe83): Status code: 500. Error: Something seems to have gone wrong, we have been notified and are investigating the issue. Please try again later.. Request UUID: b62a78c5-7a65-43d2-86cf-e05cd37f0d06. Please report this error along with the request UUID.
  on k8s.tf line 130, in resource "gridscale_server" "node":
 130: resource "gridscale_server" "node" {
Error: create server (5bac988a-27e7-4fa9-baea-5e68e49ed927) relation - error: Error waiting for network (2c434261-dfee-4729-a1c8-fc75fe275af4) to be attached to server (5bac988a-27e7-4fa9-baea-5e68e49ed927): Status code: 500. Error: Something seems to have gone wrong, we have been notified and are investigating the issue. Please try again later.. Request UUID: d67b5341-1723-4dfd-b418-a1ea9af8d7ab. Please report this error along with the request UUID.
  on k8s.tf line 130, in resource "gridscale_server" "node":
 130: resource "gridscale_server" "node" {
Error: create server (b181a92f-5bf7-4f6a-be1f-43e1c84eeefc) relation - error: Error waiting for network (2c434261-dfee-4729-a1c8-fc75fe275af4) to be attached to server (b181a92f-5bf7-4f6a-be1f-43e1c84eeefc): Status code: 500. Error: Something seems to have gone wrong, we have been notified and are investigating the issue. Please try again later.. Request UUID: b085511b-6207-44b9-80e0-bc9f2304402b. Please report this error along with the request UUID.
  on k8s.tf line 130, in resource "gridscale_server" "node":
 130: resource "gridscale_server" "node" {
Cleaning up file based variables
nvthongswansea commented 3 years ago

@tmallikarjuna Thank you for reporting the issue! I will take a look.

nvthongswansea commented 3 years ago

@tmallikarjuna I could not reproduce the issue. Would you mind telling me the steps to reproduce it, please?