Changeset - 7623ffb83bb6
[Not reviewed]
0 3 0
Branko Majic (branko) - 2 months ago 2024-02-10 14:12:54
branko@majic.rs
MAR-191: Drop support for Debian 10 Buster from the database_server role.
3 files changed with 0 insertions and 11 deletions:
0 comments (0 inline, 0 general)
docs/rolereference.rst
Show inline comments
 
@@ -2072,7 +2072,6 @@ Distribution compatibility
 

	
 
Role is compatible with the following distributions:
 

	
 
- Debian 10 (Buster)
 
- Debian 11 (Bullseye)
 

	
 

	
roles/database_server/meta/main.yml
Show inline comments
 
@@ -11,5 +11,4 @@ galaxy_info:
 
  platforms:
 
    - name: Debian
 
      versions:
 
        - 10
 
        - 11
roles/database_server/molecule/default/molecule.yml
Show inline comments
 
@@ -14,15 +14,6 @@ lint:
 

	
 
platforms:
 

	
 
  - name: parameters-mandatory-buster
 
    groups:
 
      - parameters-mandatory
 
    box: debian/contrib-buster64
 
    memory: 512
 
    cpus: 1
 
    provider_raw_config_args:
 
      - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
 

	
 
  - name: parameters-mandatory-bullseye
 
    groups:
 
      - parameters-mandatory
0 comments (0 inline, 0 general)