Slide 20
Slide 20 text
REQUISITES IN ORCHESTRATIONS
REQUISITES IN ORCHESTRATIONS
Environment passed in as pillar:
test.check_pillar:
- present:
- envname
{% set envname = salt['pillar.get']('envname', 'MISSING ENVNAME') %}
Current {{ envname }} Supervisor Status:
salt.function:
- name: supervisord.status
- tgt: {{ envname }}plone0*
- require:
- test: Environment passed in as pillar