saltstack-formulas / opensds-formula

Integration with Open Software Defined Storage - Capri release - SuSE/CentOS/Ubuntu
https://opensds.io
Other
4 stars 2 forks source link

fix(archlinux): avoid rendering error #106

Closed noelmcloughlin closed 5 years ago

noelmcloughlin commented 5 years ago

Use debian:stretch as default for all OS (override in osfamily map).

Fixes this on Archlinux

SaltRenderError: Jinja variable 'dict object' has no attribute 'platform'
[CRITICAL] Rendering SLS 'base:opensds.backend.block.config.cinderbox' failed: Jinja variable 'dict object' has no attribute 'platform'
local:
    Data failed to compile:
----------
    Rendering SLS 'base:opensds.backend.block.config.cinderbox' failed: Jinja variable 'dict object' has no attribute 'platform'
Salt Version:
           Salt: 2019.2.0
noelmcloughlin commented 5 years ago

Resolves #105