tripleo-common/releasenotes/notes/git-support-for-deployment-plans-cac4d3746689cbda.yaml
Ryan Brady 6b2fefdeb7 Create or update deployment plan from git repository
This patch refactors the plan_management workbook to reduce
redundancy in creating deployment plans and adds the ability
to use templates stored in an external git repo when creating
or updating a deployment plan.  The workbook has tasks added
to the workflows that cleanup temporary files created during
the git clone operations.

A tag or branch can be specified in the url with an '@'.
Example: https://github.com/openstack/project.git@stable/newton

Implements: blueprint git-deployment-plan
Change-Id: If069ebb33ee4cb7f81308c68849ba9f969752d25
2017-03-31 13:19:47 +00:00

14 lines
581 B
YAML

---
features:
- |
The create_deployment_plan workflow has been updated to provide support for
creating a deployment plan from a git repository of heat templates. A tag
or branch can be specified in the repo url with an '@'.
Example: https://github.com/openstack/project.git@stable/newton
deprecations:
- |
The tripleo.plan_management.v1.create_default_deployment_plan is deprecated
and will be removed in the Queens release. The udpates to the
tripleo.plan_management.v1.create_deployment_plan ensures that it provides
the same functionality.