Changeset - 7c9e208bcc74
[Not reviewed]
0 2 0
Branko Majic (branko) - 6 years ago 2018-08-18 13:52:10
branko@majic.rs
MAR-132: Added support for Debian 9 (Stretch) to database role:

- Updated Molecule test configuration to include Debian 9 Stretch.
- Updated documentation.
2 files changed with 17 insertions and 0 deletions:
0 comments (0 inline, 0 general)
docs/rolereference.rst
Show inline comments
 
@@ -2020,6 +2020,7 @@ Distribution compatibility
 
Role is compatible with the following distributions:
 

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

	
 

	
 
Examples
roles/database/molecule/default/molecule.yml
Show inline comments
 
@@ -29,6 +29,22 @@ platforms:
 
    memory: 512
 
    cpus: 1
 

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

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

	
 

	
 
provisioner:
 
  name: ansible
 
  config_options:
0 comments (0 inline, 0 general)