Create RSK testnet VM

This commit is contained in:
Basti 2021-06-12 14:52:36 +02:00
parent bda100313e
commit d7af1a57d1
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
2 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{
"name": "rsk-testnet-1",
"public_key": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0JU46rCyLGOi5OdeeE2M\nobUUxO+Jqd9t9bP75Pyj0uH8WaxNv1PIdWZJiR+fcE+draBV86/YLxHzOFvsnMi+\nE/qgeXLKErGtTSb12mWq0gYv/wz9uqRbtcsv40gpu2BtNv9ycdXYACB/s0ipnuUO\nX/os4YHDvWV1cshwzgsQ87ad7OdT/Nldggtp4go60TkBi49VaftiJzYqVm1ey3xz\nd7+EsQWqhQHAac6POEuPjwNuM2valf/8+nI4Uday/CiFrDDV1SffRG30sd4rJF15\nh1S1Kxyetr72EmQwIGbJuDJL7eUU7blXjg6UtTxDDsl6rYUO5s/j7wZLoFhmC854\npQIDAQAB\n-----END PUBLIC KEY-----\n"
}

53
nodes/rsk-testnet-1.json Normal file
View File

@ -0,0 +1,53 @@
{
"name": "rsk-testnet-1",
"normal": {
"knife_zero": {
"host": "10.1.1.136"
}
},
"automatic": {
"fqdn": "rsk-testnet-1",
"os": "linux",
"os_version": "5.4.0-1026-kvm",
"hostname": "rsk-testnet-1",
"ipaddress": "192.168.122.196",
"roles": [
],
"recipes": [
"kosmos-base",
"kosmos-base::default",
"apt::default",
"timezone_iii::default",
"timezone_iii::debian",
"ntp::default",
"ntp::apparmor",
"kosmos-base::systemd_emails",
"apt::unattended-upgrades",
"kosmos-base::firewall",
"kosmos-postfix::default",
"postfix::default",
"postfix::_common",
"postfix::_attributes",
"postfix::sasl_auth",
"hostname::default"
],
"platform": "ubuntu",
"platform_version": "20.04",
"cloud": null,
"chef_packages": {
"ohai": {
"version": "16.13.0",
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/ohai-16.13.0/lib/ohai"
},
"chef": {
"version": "16.13.16",
"chef_root": "/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/chef-16.13.16/lib",
"chef_effortless": null
}
}
},
"run_list": [
"recipe[kosmos-base]"
]
}