![Steven Hardy](/assets/img/avatar_default.png)
Remove these from the j2 excludes and instead render all the networks to avoid duplication. Change-Id: Id8e14e06ffe959c50456b4c88fef306046a8b478 Partially-Implements: blueprint composable-networks
14 lines
392 B
YAML
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
|