From fea65404cf25a80e2f33dbe516973d31ae40b492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 11 Mar 2024 16:03:22 +0100 Subject: [PATCH] Deploy new garage node --- clients/garage-3.json | 4 ---- clients/garage-8.json | 4 ++++ nodes/{garage-3.json => garage-8.json} | 22 +++++++++++----------- 3 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 clients/garage-3.json create mode 100644 clients/garage-8.json rename nodes/{garage-3.json => garage-8.json} (81%) diff --git a/clients/garage-3.json b/clients/garage-3.json deleted file mode 100644 index 49ea275..0000000 --- a/clients/garage-3.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "garage-3", - "public_key": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtRSB8/ObjvQq6WuOVS/f\nypdX/2fLsUlt5tQ8GNuSY9rSM8gdvcXUvnPlxthZO4yvcPX85wmtBZX8fRJFdkJg\nYRCJbuVKO9sLTq8OUWXYpfU1q10FUhl034zxOMslpxVB6toirnk025vyq9jbuKP+\nYO+c40KZr67mgm0hveJfylayfiKP1HGm4HrV0maFivCgC8D+MPDDv75CsqRe5WSc\nh2CoauDJwVlhKZ92yq87ugGBhJJRUGOQZcfEvkUGj/HNAS6tuHl8YmVmhO8hBdee\nNto6RF54E1zB80R9oT/qitw23miEyUcHHVxhTR4tTWflZgd8l4wDOhX3Nf20xknu\nFQIDAQAB\n-----END PUBLIC KEY-----\n" -} \ No newline at end of file diff --git a/clients/garage-8.json b/clients/garage-8.json new file mode 100644 index 0000000..11d9696 --- /dev/null +++ b/clients/garage-8.json @@ -0,0 +1,4 @@ +{ + "name": "garage-8", + "public_key": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt4hXODzgHsIeWxXJm/F6\nSTFJ8JC89mWru7pOFzPWenOVMHgp4UpUB4rDTwQqojsWTDiq0x3ckUyOPw3Nj0jv\nxP4MMGS4SI0oRSJKzrYYss0hgUDTOBBd+Wxn0UiNEpN/PfQo9VZj9v/jak57cz7z\n5+rpl5v27fhgUIChjsHxdy+EamvCrYc+1JhyrLOlwlt8JxkZ8UPhoeZLWAbDgGLS\nEzHWSSVtBUPK+KYmVb2OK4lB56zPfek0U3gKN+04a1650jzOit8LzE6NaT180QDv\nX+gG6tk53vSXDmkBXsQ1mtB8aF+HaEG2Pra5HyihlweCPYdJT+e28wpq6+P5l3YR\ndQIDAQAB\n-----END PUBLIC KEY-----\n" +} \ No newline at end of file diff --git a/nodes/garage-3.json b/nodes/garage-8.json similarity index 81% rename from nodes/garage-3.json rename to nodes/garage-8.json index be4db2a..3800a43 100644 --- a/nodes/garage-3.json +++ b/nodes/garage-8.json @@ -1,17 +1,17 @@ { - "name": "garage-3", + "name": "garage-8", "chef_environment": "production", "normal": { "knife_zero": { - "host": "10.1.1.39" + "host": "10.1.1.61" } }, "automatic": { - "fqdn": "garage-3", + "fqdn": "garage-8", "os": "linux", - "os_version": "5.4.0-132-generic", - "hostname": "garage-3", - "ipaddress": "192.168.122.191", + "os_version": "5.4.0-1090-kvm", + "hostname": "garage-8", + "ipaddress": "192.168.122.207", "roles": [ "base", "kvm_guest", @@ -46,13 +46,13 @@ "cloud": null, "chef_packages": { "chef": { - "version": "18.3.0", - "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.1.0/gems/chef-18.3.0/lib", + "version": "18.4.2", + "chef_root": "/opt/chef/embedded/lib/ruby/gems/3.1.0/gems/chef-18.4.2/lib", "chef_effortless": null }, "ohai": { - "version": "18.1.4", - "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.1.0/gems/ohai-18.1.4/lib/ohai" + "version": "18.1.11", + "ohai_root": "/opt/chef/embedded/lib/ruby/gems/3.1.0/gems/ohai-18.1.11/lib/ohai" } } }, @@ -61,4 +61,4 @@ "role[kvm_guest]", "role[garage_node]" ] -} \ No newline at end of file +}