Skip to content

Commit 783448f

Browse files
author
IDX GitHub Automation
committed
Automatically updated config type fixtures
1 parent 6664ee4 commit 783448f

File tree

2 files changed

+113
-0
lines changed

2 files changed

+113
-0
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"config_version": "1.8.0",
3+
"network_settings": {
4+
"ipv6_config": {
5+
"Fixed": {
6+
"address": "2a00:fb01:400:200::1/64",
7+
"gateway": "2a00:fb01:400:200::1"
8+
}
9+
},
10+
"ipv4_config": {
11+
"address": "192.168.1.1",
12+
"gateway": "192.168.1.254",
13+
"prefix_length": 24
14+
},
15+
"domain_name": "ic.test"
16+
},
17+
"icos_settings": {
18+
"node_reward_type": "type3.1",
19+
"mgmt_mac": "00:00:00:00:00:01",
20+
"deployment_environment": "mainnet",
21+
"logging": {},
22+
"use_nns_public_key": false,
23+
"nns_urls": [
24+
"https://icp-api.io,https//icp0.io,https://ic0.app"
25+
],
26+
"use_node_operator_private_key": true,
27+
"enable_trusted_execution_environment": false,
28+
"use_ssh_authorized_keys": false,
29+
"icos_dev_settings": {}
30+
},
31+
"guestos_settings": {
32+
"inject_ic_crypto": false,
33+
"inject_ic_state": false,
34+
"inject_ic_registry_local_store": false,
35+
"guestos_dev_settings": {
36+
"backup_spool": null,
37+
"malicious_behavior": null,
38+
"query_stats_epoch_length": null,
39+
"bitcoind_addr": null,
40+
"dogecoind_addr": null,
41+
"jaeger_addr": null,
42+
"socks_proxy": null,
43+
"hostname": null,
44+
"generate_ic_boundary_tls_cert": null
45+
}
46+
},
47+
"guest_vm_type": "default",
48+
"upgrade_config": {
49+
"peer_guest_vm_address": "2a00:fb01:400:200:6801:95ff:fed7:d475"
50+
},
51+
"trusted_execution_environment_config": {
52+
"sev_cert_chain_pem": "-----BEGIN CERTIFICATE----------END CERTIFICATE-----"
53+
},
54+
"recovery_config": null
55+
}
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"config_version": "1.8.0",
3+
"network_settings": {
4+
"ipv6_config": {
5+
"Fixed": {
6+
"address": "2a00:fb01:400:200::1/64",
7+
"gateway": "2a00:fb01:400:200::1"
8+
}
9+
},
10+
"ipv4_config": {
11+
"address": "192.168.1.1",
12+
"gateway": "192.168.1.254",
13+
"prefix_length": 24
14+
},
15+
"domain_name": "ic.test"
16+
},
17+
"icos_settings": {
18+
"node_reward_type": "type3.1",
19+
"mgmt_mac": "00:00:00:00:00:01",
20+
"deployment_environment": "mainnet",
21+
"logging": {},
22+
"use_nns_public_key": false,
23+
"nns_urls": [
24+
"https://icp-api.io,https//icp0.io,https://ic0.app"
25+
],
26+
"use_node_operator_private_key": true,
27+
"enable_trusted_execution_environment": false,
28+
"use_ssh_authorized_keys": false,
29+
"icos_dev_settings": {}
30+
},
31+
"hostos_settings": {
32+
"hostos_dev_settings": {
33+
"vm_memory": 42,
34+
"vm_cpu": "kvm",
35+
"vm_nr_of_vcpus": 64
36+
},
37+
"vm_memory": 42,
38+
"vm_cpu": "kvm",
39+
"vm_nr_of_vcpus": 64,
40+
"verbose": false
41+
},
42+
"guestos_settings": {
43+
"inject_ic_crypto": false,
44+
"inject_ic_state": false,
45+
"inject_ic_registry_local_store": false,
46+
"guestos_dev_settings": {
47+
"backup_spool": null,
48+
"malicious_behavior": null,
49+
"query_stats_epoch_length": null,
50+
"bitcoind_addr": null,
51+
"dogecoind_addr": null,
52+
"jaeger_addr": null,
53+
"socks_proxy": null,
54+
"hostname": null,
55+
"generate_ic_boundary_tls_cert": null
56+
}
57+
}
58+
}

0 commit comments

Comments
 (0)