gecko/scripts/ansible/test-inventory.yml

96 lines
3.4 KiB
YAML
Raw Normal View History

2020-03-10 12:20:34 -07:00
borealis_bootstrap:
hosts:
bootstrap1:
ansible_host: 3.84.129.247
2020-05-11 20:21:08 -07:00
staking_tls_key_file: "/home/ubuntu/go/src/github.com/ava-labs/gecko/staking/local/staker1.key"
staking_tls_cert_file: "/home/ubuntu/go/src/github.com/ava-labs/gecko/staking/local/staker1.crt"
2020-03-10 12:20:34 -07:00
vars:
ansible_connection: ssh
ansible_user: ubuntu
network_id: "local"
2020-03-10 12:20:34 -07:00
api_admin_enabled: true
api_keystore_enabled: true
api_metrics_enabled: true
ava_tx_fee: 0
assertions_enabled: true
signature_verification_enabled: true
db_enabled: true
db_dir: "/home/ubuntu/db"
http_port: 21000
http_tls_enabled: false
http_tls_key_file: ""
http_tls_cert_file: ""
bootstrap_ips: ""
bootstrap_ids: ""
staking_port: 21001
staking_tls_enabled: true
2020-03-31 19:42:14 -07:00
staking_tls_key_file: "/home/ubuntu/keys/staker.key"
staking_tls_cert_file: "/home/ubuntu/keys/staker.crt"
2020-04-20 22:57:10 -07:00
plugin_dir: "/home/ubuntu/go/src/github.com/ava-labs/gecko/build/plugins"
2020-03-10 12:20:34 -07:00
log_dir: "/home/ubuntu/.gecko"
2020-04-21 10:55:01 -07:00
log_level: debug
2020-03-10 12:20:34 -07:00
snow_sample_size: 3
snow_quorum_size: 2
snow_virtuous_commit_threshold: 20
snow_rogue_commit_threshold: 30
snow_avalanche_num_parents: 5
snow_avalanche_batch_size: 30
api_ipcs_enabled: false
xput_server_enabled: false
xput_server_port: 21002
borealis_node:
hosts:
node1:
ansible_host: 35.153.99.244
2020-05-11 20:21:08 -07:00
staking_tls_key_file: "/home/ubuntu/go/src/github.com/ava-labs/gecko/staking/local/staker2.key"
staking_tls_cert_file: "/home/ubuntu/go/src/github.com/ava-labs/gecko/staking/local/staker2.crt"
2020-03-10 12:20:34 -07:00
node2:
ansible_host: 34.201.137.119
2020-05-11 20:21:08 -07:00
staking_tls_key_file: "/home/ubuntu/go/src/github.com/ava-labs/gecko/staking/local/staker3.key"
staking_tls_cert_file: "/home/ubuntu/go/src/github.com/ava-labs/gecko/staking/local/staker3.crt"
2020-03-10 12:20:34 -07:00
node3:
ansible_host: 54.146.1.110
2020-05-11 20:21:08 -07:00
staking_tls_key_file: "/home/ubuntu/go/src/github.com/ava-labs/gecko/staking/local/staker4.key"
staking_tls_cert_file: "/home/ubuntu/go/src/github.com/ava-labs/gecko/staking/local/staker4.crt"
2020-03-10 12:20:34 -07:00
node4:
ansible_host: 54.91.255.231
2020-05-11 20:21:08 -07:00
staking_tls_key_file: "/home/ubuntu/go/src/github.com/ava-labs/gecko/staking/local/staker5.key"
staking_tls_cert_file: "/home/ubuntu/go/src/github.com/ava-labs/gecko/staking/local/staker5.crt"
2020-03-10 12:20:34 -07:00
vars:
ansible_connection: ssh
ansible_user: ubuntu
network_id: "local"
2020-03-10 12:20:34 -07:00
api_admin_enabled: true
api_keystore_enabled: true
api_metrics_enabled: true
ava_tx_fee: 0
assertions_enabled: true
signature_verification_enabled: true
db_enabled: true
db_dir: "/home/ubuntu/db"
http_port: 21000
http_tls_enabled: false
http_tls_key_file: ""
http_tls_cert_file: ""
bootstrap_ips: "3.84.129.247:21001"
bootstrap_ids: "7Xhw2mDxuDS44j42TCB6U5579esbSt3Lg"
2020-03-10 12:20:34 -07:00
staking_port: 21001
staking_tls_enabled: true
2020-03-31 19:42:14 -07:00
staking_tls_key_file: "/home/ubuntu/keys/staker.key"
staking_tls_cert_file: "/home/ubuntu/keys/staker.crt"
2020-04-20 22:57:10 -07:00
plugin_dir: "/home/ubuntu/go/src/github.com/ava-labs/gecko/build/plugins"
2020-03-10 12:20:34 -07:00
log_dir: "/home/ubuntu/.gecko"
log_level: debug
snow_sample_size: 3
snow_quorum_size: 2
snow_virtuous_commit_threshold: 20
snow_rogue_commit_threshold: 30
snow_avalanche_num_parents: 5
snow_avalanche_batch_size: 30
api_ipcs_enabled: false
xput_server_enabled: false
xput_server_port: 21002