|
branko
|
c10934519e18
|
2 months ago
|
|
MAR-218: Switch to using fully-qualified collection names for all tasks:
- Ensures there is no ambiguity when invoking a module.
|
|
branko
|
694893c0259a
|
2 months ago
|
|
MAR-218: Fix linting errors for unnamed plays:
- All plays should be named at this point. - Improve naming of some plays. - Group some of the common tasks together to speed-up the prepare step. - Minor refactoring to make the prepare playbooks more consistent across the roles.
|
|
branko
|
fc1e4cb624f6
|
11 months ago
|
|
MAR-189: Remove deprecation-related tasks and tests for database_server role:
- These were relevant in some older versions of Debian and needed during upgrades from versions that still employed passwords for system logins/tasks.
|
|
branko
|
acd104ed9b5e
|
4 years ago
|
|
MAR-151: Switch to using PyMySQL module for database and database_server role:
- Explicitly specify the path to MariaDB unix socket to enforce unix socket authentication.
|
|
branko
|
62adfbb316a3
|
4 years ago
|
|
MAR-151: Added support for Debian 10 Buster to database_server role:
- Updated role reference documentaiton. - Updated role meta information. - Updated tests. - Deploy MariaDB client login configuration prior to setting-up users/passwords for deprecated feature testing to avoid errors when password gets changed in the middle of a task loop.
|
|
branko
|
8459fd0025e8
|
4 years ago
|
|
|
|
branko
|
27483663f5f0
|
4 years ago
|
|
MAR-168: Introduce additional machine in database_server tests for testing deprecated features:
- Updated Molecule configuration, defining an additional machine. - Set-up the new machine with pre-installed MariaDB server instance, root login with password, and separate Debian system maintenance user. - Set-up configuration files for root and Debian system maintenance user login. - Run the default set of tests on the deprecated machine group.
|
|
branko
|
e75d5d4fba3b
|
4 years ago
|
|
|
|
branko
|
91b633aba998
|
6 years ago
|
|
|
|
branko
|
fc2c451981c8
|
7 years ago
|
|
MAR-128: Upgraded tests for database_server role:
- Switch to new Molecule configuration. - Updated set-up playbook to use become: yes. - Moved some preparatory steps outside of the main playbook (eases idempotence tests). - Updated tests to reference the yml inventory file. - Updated tests to use new fixture (host instead of individual ones).
|