AdminNodeTrackerProperties
Name | Default value | Type | Description |
---|---|---|---|
rsa.platform.node.admin-node-ip-list-save-path | /etc/netwitness/node-infra-server/admin-node-ip-list.json | string | Path to persist ip list of possible admin nodes |
rsa.platform.node.call-home-interval | 15 | seconds | Call home interval Reaches out to orchestration server at this given interval |
rsa.platform.node.chef-status-check-interval | 1 | seconds | Override wait time between checks for chef status checks |
rsa.platform.node.enable-call-home | true | boolean | Enable call home feature |
rsa.platform.node.enable-track-admin-hosts | true | boolean | Enable tracking of admin hosts feature |
rsa.platform.node.path-for-admin-node-primary-check | /nodeMode | string | Part of the URL path to find information about the admin node being primary or not |
rsa.platform.node.primary-admin-host-ip-path | /etc/netwitness/node-infra-server/primary-admin-host-ip | string | Path to save the primary admin host’s ip before running chef. Chef / Ohai plugin reads this file. |
rsa.platform.node.restart-after-admin-node-ip-change | true | boolean | Restart service after Admin node Ip change |
rsa.platform.node.switch-master-run-list | nw-dns-client | string | Chef run list to switch to new master ip |
rsa.platform.node.track-admin-hosts-interval | 5 | seconds | Node mode check interval Reaches out to admin node to verify if it is still the primary |
ChefRunProperties
Name | Default value | Type | Description |
---|---|---|---|
rsa.platform.node.chefrun.chef-client-command | /usr/bin/chef-client | string | Path to chef client |
rsa.platform.node.chefrun.chef-client-log-level | chefrunproperties$ | The log level of chef client | |
rsa.platform.node.chefrun.chef-config-location | /var/lib/netwitness/config-management/client.rb | string | The location of the Chef solo configuration |
rsa.platform.node.chefrun.chef-log-location | /var/log/netwitness/config-management/chef-client.log | string | The location to write the log file for a Chef client execution |
rsa.platform.node.chefrun.chef-run-timeout | 1 | seconds | Timeout for chef run before marking task as failed |
rsa.platform.node.chefrun.sudo | true | boolean | Execute command with sudo |