When trying to deploy DX NetOps Topology Services as a user other than root the fetch_da_details.yaml task is failing with the below error:
"msg": [
"",
"===================================================================================================",
" DA KAFKA PROPERTIES UPDATE FAILED ",
"===================================================================================================",
" ",
" The Topology installation will continue, but DA Kafka properties were NOT configured. ",
" ",
" ACTION REQUIRED: ",
" After fixing the issue, run this command to configure DA Kafka properties: ",
" ",
" ansible-playbook -i inventory provisioning/update_da_kafka_properties.yaml -e ansible_user=root",
" ",
" COMMON ISSUES: ",
" - Incorrect 'da_home_path' or 'da_user' in inventory ",
" - Missing Kafka SSL certificates on controller node ",
" - Insufficient permissions to access DA configuration files ",
" ",
"===================================================================================================",
" "
]
}
All supported releases
Incorrect sudo configuration for the topology user on the DA.
The sudoers configuration for this user must have the following set:
<username> ALL=(ALL) NOPASSWD: ALL