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