Automation scripts for Evernode cluster deployment. (#67)

* Message board install automation with faucet host account generation.
* Deregister Evernode host on uninstall.
* Used Evernode client lib in message board.
* Removed file logging by default in Sashimono services.
* Evernode cluster spin-up script.
* Cleaned up hp.cfg template.
This commit is contained in:
Ravin Perera
2021-10-10 22:21:16 +05:30
committed by GitHub
parent 307466fee9
commit 4102c119a4
19 changed files with 3123 additions and 2225 deletions

View File

@@ -496,14 +496,6 @@ namespace hp
const std::string pubkey_hex = util::to_hex(pubkey);
// Default hp.cfg configs.
d["node"]["history_config"]["max_primary_shards"] = 2;
d["node"]["history_config"]["max_raw_shards"] = 2;
d["hpfs"]["log"]["log_level"] = "err";
d["log"]["log_level"] = "inf";
d["log"]["max_mbytes_per_file"] = 5;
d["log"]["max_file_count"] = 10;
d["node"]["public_key"] = pubkey_hex;
d["node"]["private_key"] = util::to_hex(seckey);
d["contract"]["id"] = contract_id;