Salt uses the mysql execution module to configure MySQL, ie the pymysql
library. Credentials are stored in the node itself to use a localhost
root-like account "salt", defined in the pillar.
Details
Details
- Reviewers
- dereckson 
- Maniphest Tasks
- T1803: Move and migrate Ysul production services elsewhere
- Commits
- rOPSb44705d1eca1: Provision users and databases on devserver-mysql role
Deploy on db-B-001
Diff Detail
Diff Detail
- Repository
- rOPS Nasqueron Operations
- Lint
- Lint Passed - Severity - Location - Code - Message - Advice - roles/dbserver-mysql/salt/files/dbserver_mysql_salt_credentials.py:58 - F821 - flake8 F821 - Advice - roles/dbserver-mysql/salt/files/dbserver_mysql_salt_credentials.py:61 - F821 - flake8 F821 - Advice - roles/dbserver-mysql/salt/files/dbserver_mysql_salt_credentials.py:61 - F821 - flake8 F821 - Advice - roles/dbserver-mysql/salt/files/dbserver_mysql_salt_credentials.py:62 - F821 - flake8 F821 - Advice - roles/dbserver-mysql/salt/files/dbserver_mysql_salt_credentials.py:64 - F821 - flake8 F821 
- Unit
- No Test Coverage 
- Branch
- mysql-salt
- Build Status
- Buildable 4717 - Build 4998: arc lint + arc unit 
Event Timeline
Comment Actions
Was missing a part not pushed on datacube (git reset --hard datacube/mysql-salt will work better than git reset same branch name locally).