Is there is any API available to change password of all the controller nodes and compute nodes in the overcloud.

Asked by Saurabh Sharma

I am looking for an API to change password of all the controller nodes and compute nodes in the Overcloud.

Current status: I have checked using basic linux command "passwd" to update password of nodes in overcloud.

for server in `cat /root/server.txt`; do
sshpass -p 'current_password' ssh root@$server 'passwd <<EOF
new_password
new_password
EOF';
done

Question information

Language:
English Edit question
Status:
Expired
For:
tripleo Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.