rancherlabs / terraform-harvester-equinix

Apache License 2.0
12 stars 10 forks source link

iPXE for v1.3.0-rc1 #56

Closed dnoland1 closed 8 months ago

rajeshkio commented 8 months ago

I tried to create, but it kept failing.

Screenshot from 2024-01-31 12-09-52

dnoland1 commented 8 months ago

@rajeshkio What value did you set for ipxe_script in your terraform.tfvars?

rajeshkio commented 8 months ago

@rajeshkio What value did you set for ipxe_script in your terraform.tfvars?

We don't set it in terraform.tfvars now, right?

harvester_version = "v1.3.0-rc1" hostname_prefix = "rajesh-harvester" node_count = "2" project_name = "Harvester Labs" plan = "c3.small.x86" max_bid_price = "0.17" metro = "SV" spot_instance = true ssh_key = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4ScCbHjmbnSJmAMVlbRP2552uFncwdGCVFHKIx5tSjMK84e8aibUcX5fdDfLdvvQcOpwL837MQEq9L60vqiS5cPlSg+P4gJ/39v3xL4TVzTWFSehDywM0ifDCTepqQIOZIneHJkdX9PxijYHFc3J0T19WeHWW5M+MIegfSJF5qVjaL1XCGPfHlBnvV5oyhsVnunFFS/kz22BCiPDv9KRLcjJVF9jKOP4U7dH3Ym2SH3KxhOlFcY6bzhJ0+fyfyYRXzeA4QDWIvrP+tr8tEdsKftUI04FtuROgIJgcSGN0cBEqt5W4dNf4Pvv9M1lBi8fQ8VjE8CXBT2VFW9VkuDSfbQb2Ki0Tz7A+e1c+wM9C/DQ5vCv8ImMePVFVTiHWA1/zIg2T1XLx4wBGFyzYCHQWhVxNuxBotqWPOh4x5Z8G+QyhAuiuOtAxfe//5In59wrs0+OraqQ1AsuYcBfN4R1GNvUKvaBnmWeYuiOh5OfxZqDyzBkfCmgXVQbiUIuvKjc= rajesh@rajesh-infracloud"

ipxe_script = "https://raw.githubusercontent.com/rajeshkio/test-harvester-ipxe/main/ipxe-"

num_of_vlans = 2

dnoland1 commented 8 months ago

You going to have to set it there. Until the PR is merged, the script is not there for you to test. Setting it to https://raw.githubusercontent.com/rancherlabs/harvester-equinix-terraform/9e9f20036143cd434dba6c5ae0de3a628a65c699/ipxe/ipxe- should work.

rajeshkio commented 8 months ago

You going to have to set it there. Until the PR is merged, the script is not there for you to test. Setting it to https://raw.githubusercontent.com/rancherlabs/harvester-equinix-terraform/9e9f20036143cd434dba6c5ae0de3a628a65c699/ipxe/ipxe- should work.

Stupid me. Yeah. I was testing in the branch, so I thought I don't need to. I forgot that the variable.tf points to the main branch.