Merge "Add name and description fields to plan-environment.yaml"

This commit is contained in:
Jenkins 2017-04-13 21:28:14 +00:00 committed by Gerrit Code Review
commit 65f1516697
2 changed files with 11 additions and 5 deletions

View File

@ -1,5 +1,8 @@
version: 1.0
template: overcloud.yaml
environments:
- path: overcloud-resource-registry-puppet.yaml
version: 1.0
name: overcloud
description: >
Default Deployment plan
template: overcloud.yaml
environments:
- path: overcloud-resource-registry-puppet.yaml

View File

@ -0,0 +1,3 @@
---
features:
- Add name and description fields to plan-environment.yaml