This bug is against xcatha.py commit 6e4c13e.
When the end user choose to use xcatha.py -s to set up his/her xCAT management with MariaDB or PostgreSQL database, the script xcatha.py with use a plain word cluster as the database password. I believe this behavior is improper, and may lead the security problem.
I suggest use a random and strong word as the database password. And it will be write to xCAT configuration file /etc/xcat/cfgloc. This will be much better.
xcatdb_password={'XCATPGPW':'cluster','XCATMYSQLADMIN_PW':'cluster','XCATMYSQLROOT_PW':'cluster'}
This bug is against
xcatha.pycommit 6e4c13e.When the end user choose to use
xcatha.py -sto set up his/her xCAT management with MariaDB or PostgreSQL database, the scriptxcatha.pywith use a plain wordclusteras the database password. I believe this behavior is improper, and may lead the security problem.I suggest use a random and strong word as the database password. And it will be write to xCAT configuration file
/etc/xcat/cfgloc. This will be much better.