forked from TritonDataCenter/sdc-headnode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
answers.json.tmpl
33 lines (33 loc) · 1.01 KB
/
answers.json.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"config_console": "vga",
"skip_instructions": true,
"simple_headers": true,
"skip_final_confirm": true,
"skip_edit_config": true,
"datacenter_company_name": "Joyent",
"region_name": "coal",
"datacenter_name": "coal",
"datacenter_location": "My Laptop",
"admin_nic": "00:50:56:34:60:4c",
"admin_ip": "10.99.99.7",
"admin_provisionable_start": "<default>",
"admin_netmask": "255.255.255.0",
"admin_gateway": "none",
"setup_external_network": false,
"skip_ntp_check": true,
"skip_dns_check": true,
"headnode_default_gateway": "<default>",
"dns_resolver1": "<default>",
"dns_resolver2": "<default>",
"dns_domain": "joyent.us",
"dns_search": "joyent.us",
"dhcp_range_end": "10.99.99.253",
"ntp_host": "<default>",
"root_password": "root",
"admin_password": "joypass123",
"api_password": "joypass123",
"mail_to": "<default>",
"mail_from": "<default>",
"phonehome_automatic": "<default>",
"update_channel": "release"
}