tripleo-heat-templates/j2_excludes.yaml
Steven Hardy 700b82bf20 Render port templates via j2
Remove these from the j2 excludes and instead render all the networks
to avoid duplication.

Change-Id: Id8e14e06ffe959c50456b4c88fef306046a8b478
Partially-Implements: blueprint composable-networks
2017-08-21 19:42:45 +01:00

14 lines
392 B
YAML

# This template specifies which j2 rendered templates
# should be excluded in the render process from
# tripleo-common/tripleo_common/actions/templates.py
# E.g:
# name:
# - puppet/cephstorage-role.yaml
name:
- network/internal_api_v6.yaml
- network/external_v6.yaml
- network/storage_v6.yaml
- network/storage_mgmt_v6.yaml
- network/tenant_v6.yaml
- network/management_v6.yaml