From 7c4af862b70ffe5879144764087fcc3c0c07245d Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Thu, 24 Sep 2020 17:41:24 +0200 Subject: [PATCH] Add node config for new IPFS (gateway) VM --- nodes/ipfs-1.json | 75 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 nodes/ipfs-1.json diff --git a/nodes/ipfs-1.json b/nodes/ipfs-1.json new file mode 100644 index 0000000..85d0e6a --- /dev/null +++ b/nodes/ipfs-1.json @@ -0,0 +1,75 @@ +{ + "name": "ipfs-1", + "normal": { + "knife_zero": { + "host": "10.147.20.198" + } + }, + "automatic": { + "fqdn": "ipfs-1", + "os": "linux", + "os_version": "5.4.0-48-generic", + "hostname": "ipfs-1", + "ipaddress": "192.168.122.195", + "roles": [ + + ], + "recipes": [ + "kosmos-base", + "kosmos-base::default", + "kosmos-ipfs", + "kosmos-ipfs::default", + "kosmos-ipfs::public_gateway", + "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", + "ipfs::default", + "ipfs::_user", + "kosmos-ipfs::kredits_pinner", + "kosmos-nodejs::default", + "nodejs::nodejs_from_package", + "nodejs::repo", + "firewall::default", + "chef-sugar::default", + "kosmos-nginx::default", + "nginx::default", + "nginx::package", + "nginx::ohai_plugin", + "nginx::repo", + "nginx::commons", + "nginx::commons_dir", + "nginx::commons_script", + "nginx::commons_conf", + "kosmos-base::letsencrypt" + ], + "platform": "ubuntu", + "platform_version": "20.04", + "cloud": null, + "chef_packages": { + "chef": { + "version": "15.14.0", + "chef_root": "/opt/chef/embedded/lib/ruby/gems/2.6.0/gems/chef-15.14.0/lib" + }, + "ohai": { + "version": "15.12.0", + "ohai_root": "/opt/chef/embedded/lib/ruby/gems/2.6.0/gems/ohai-15.12.0/lib/ohai" + } + } + }, + "run_list": [ + "recipe[kosmos-base]", + "recipe[kosmos-ipfs]", + "recipe[kosmos-ipfs::public_gateway]" + ] +} \ No newline at end of file