Changeset - d5533c949fa2
[Not reviewed]
0 2 0
Branko Majic (branko) - 4 years ago 2020-05-06 01:27:06
branko@majic.rs
MAR-152: Drop support for Debian 8 Jessie from the database role.
2 files changed with 0 insertions and 16 deletions:
0 comments (0 inline, 0 general)
docs/rolereference.rst
Show inline comments
 
@@ -2041,7 +2041,6 @@ Distribution compatibility
 

	
 
Role is compatible with the following distributions:
 

	
 
- Debian 8 (Jessie)
 
- Debian 9 (Stretch)
 

	
 

	
roles/database/molecule/default/molecule.yml
Show inline comments
 
@@ -14,21 +14,6 @@ lint:
 

	
 
platforms:
 

	
 
  - name: parameters-mandatory-jessie64
 
    groups:
 
      - parameters-mandatory
 
    box: debian/contrib-jessie64
 
    memory: 256
 
    cpus: 1
 

	
 
  - name: parameters-optional-jessie64
 
    groups:
 
      - parameters-optional
 
      - backup-server
 
    box: debian/contrib-jessie64
 
    memory: 512
 
    cpus: 1
 

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