Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Create Network with DNS and DHCP. #18

Open
tmallikarjuna opened this issue Sep 16, 2021 · 4 comments
Open

Unable to Create Network with DNS and DHCP. #18

tmallikarjuna opened this issue Sep 16, 2021 · 4 comments

Comments

@tmallikarjuna
Copy link

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
Copy link
Member

nvthongswansea commented Sep 16, 2021

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

@tmallikarjuna
Copy link
Author

@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
Copy link
Member

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

@nvthongswansea
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants