File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Packet.net
2
- auth_token = "accesstokensecret "
3
- project_id = "project_id_here "
2
+ auth_token = "changeme "
3
+ project_id = "changeme "
4
4
# spot_instance = "false"
5
5
# spot_price_max = ""
6
6
# termination_time = ""
7
7
8
8
## Machine
9
9
## Defaults
10
- # nodename = "node "
10
+ # operating_system = "custom_ipxe "
11
11
# ipxe_script_url = "https://raw.githubusercontent.com/cloudnativelabs/pxe/master/packet/coreos-alpha-packet.ipxe"
12
12
# server_type = "baremetal_0"
13
13
# facility = "ewr1"
Original file line number Diff line number Diff line change @@ -33,20 +33,19 @@ variable "termination_time" {
33
33
variable operating_system {
34
34
description = " The operating system to provision servers with."
35
35
type = " string"
36
- default = " coreos_stable "
36
+ default = " custom_ipxe "
37
37
}
38
38
39
39
variable ipxe_script_url {
40
40
description = " URL that points to an iPXE script to boot."
41
41
type = " string"
42
- # default = "https://raw.githubusercontent.com/cloudnativelabs/pxe/master/packet/coreos-alpha-packet.ipxe"
43
- default = " "
42
+ default = " https://raw.githubusercontent.com/cloudnativelabs/pxe/master/packet/coreos-alpha-packet.ipxe"
44
43
}
45
44
46
45
variable always_pxe {
47
46
description = " If true then the servers will boot via iPXE on reboots."
48
47
type = " string"
49
- default = " false "
48
+ default = " true "
50
49
}
51
50
52
51
variable server_type {
You can’t perform that action at this time.
0 commit comments