Deploy new akkounts node, remove old one
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"name": "akkounts-1",
|
||||
"name": "akkounts-2",
|
||||
"chef_environment": "production",
|
||||
"normal": {
|
||||
"knife_zero": {
|
||||
"host": "10.1.1.144"
|
||||
"host": "10.1.1.120"
|
||||
},
|
||||
"vm_host": "draco"
|
||||
"vm_host": "leo"
|
||||
},
|
||||
"automatic": {
|
||||
"fqdn": "akkounts-1",
|
||||
"fqdn": "akkounts-2",
|
||||
"os": "linux",
|
||||
"os_version": "5.4.0-223-generic",
|
||||
"hostname": "akkounts-1",
|
||||
"ipaddress": "192.168.122.160",
|
||||
"os_version": "6.8.0-134-generic",
|
||||
"hostname": "akkounts-2",
|
||||
"ipaddress": "192.168.122.157",
|
||||
"roles": [
|
||||
"base",
|
||||
"kvm_guest",
|
||||
@@ -38,8 +38,6 @@
|
||||
"apt::default",
|
||||
"timezone_iii::default",
|
||||
"timezone_iii::debian",
|
||||
"ntp::default",
|
||||
"ntp::apparmor",
|
||||
"kosmos-base::journald_conf",
|
||||
"kosmos-base::systemd_emails",
|
||||
"apt::unattended-upgrades",
|
||||
@@ -51,21 +49,10 @@
|
||||
"postfix::sasl_auth",
|
||||
"hostname::default",
|
||||
"firewall::default",
|
||||
"redisio::default",
|
||||
"redisio::_install_prereqs",
|
||||
"redisio::install",
|
||||
"redisio::ulimit",
|
||||
"redisio::disable_os_default",
|
||||
"redisio::configure",
|
||||
"redisio::enable",
|
||||
"kosmos-nodejs::default",
|
||||
"nodejs::nodejs_from_package",
|
||||
"nodejs::repo",
|
||||
"nodejs::npm",
|
||||
"nodejs::install"
|
||||
"kosmos-nodejs::default"
|
||||
],
|
||||
"platform": "ubuntu",
|
||||
"platform_version": "20.04",
|
||||
"platform_version": "24.04",
|
||||
"cloud": null,
|
||||
"chef_packages": {
|
||||
"chef": {
|
||||
Reference in New Issue
Block a user