tripleo-heat-templates/sample-env-generator/nova-cell.yaml

21 lines
643 B
YAML

environments:
- name: nova-cell
title: Nova Compute Cell Stack
description: |-
Environment file for deploying additional compute cell
in a separate stack (multi-stack) deployment.
files: &cell_files
network/external.yaml:
parameters:
- ManageNetworks
deployment/nova/nova-metadata-container-puppet.yaml:
parameters:
- NovaLocalMetadataPerCell
deployment/nova/nova-base-puppet.yaml:
parameters:
- NovaAdditionalCell
sample_values: &sample_values
NovaAdditionalCell: True
NovaLocalMetadataPerCell: True
ManageNetworks: False