Changeset - 7d6c3c67caee
[Not reviewed]
2 3 0
Branko Majic (branko) - 4 years ago 2020-05-06 12:28:11
branko@majic.rs
MAR-152: Drop support for Debian 8 Jessie from the ldap_server role.
5 files changed with 1 insertions and 188 deletions:
0 comments (0 inline, 0 general)
docs/rolereference.rst
Show inline comments
 
@@ -771,7 +771,6 @@ Distribution compatibility
 

	
 
Role is compatible with the following distributions:
 

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

	
 

	
roles/ldap_server/molecule/default/molecule.yml
Show inline comments
 
@@ -15,7 +15,7 @@ lint:
 
platforms:
 

	
 
  - name: client
 
    box: debian/contrib-jessie64
 
    box: debian/contrib-stretch64
 
    memory: 512
 
    cpus: 1
 
    interfaces:
 
@@ -24,31 +24,6 @@ platforms:
 
        network_name: private_network
 
        type: static
 

	
 
  - name: parameters-mandatory-jessie64.local
 
    groups:
 
      - parameters-mandatory
 
    box: debian/contrib-jessie64
 
    memory: 256
 
    cpus: 1
 
    interfaces:
 
      - auto_config: true
 
        ip: 10.31.127.20
 
        network_name: private_network
 
        type: static
 

	
 
  - name: parameters-optional-jessie64
 
    groups:
 
      - parameters-optional
 
      - backup-server
 
    box: debian/contrib-jessie64
 
    memory: 256
 
    cpus: 1
 
    interfaces:
 
      - auto_config: true
 
        ip: 10.31.127.21
 
        network_name: private_network
 
        type: static
 

	
 
  - name: parameters-mandatory-stretch64.local
 
    groups:
 
      - parameters-mandatory
roles/ldap_server/molecule/default/prepare.yml
Show inline comments
 
@@ -45,8 +45,6 @@
 
        mode: 0644
 
        state: present
 
      with_dict:
 
        10.31.127.20: parameters-mandatory-jessie64.local
 
        10.31.127.21: parameters-optional-jessie64
 
        10.31.127.22: parameters-mandatory-stretch64.local
 
        10.31.127.23: parameters-optional-stretch64
 

	
roles/ldap_server/molecule/default/tests/data/x509/parameters-mandatory-jessie64.local_ldap.key
Show inline comments
 
deleted file
roles/ldap_server/molecule/default/tests/data/x509/parameters-mandatory-jessie64.local_ldap.pem
Show inline comments
 
deleted file
0 comments (0 inline, 0 general)