tripleo-common/releasenotes/notes/tripleo-deploy-openshift-plan-name-89135e3a68307047.yaml
Martin André 53b11565e2 Introduce a --plan option to replace --config-download-dir
The config download directory is always equivalent to a directory named
after the plan in the /var/lib/mistral directory. We can simplify the
command invocation and make it more user-friendly by passing the plan
name instead of the full path to the config-download directory.

This deprecates the --config-download-dir option in favor of --plan.

Plan name will default to `openshift`.

Change-Id: If425246a97ff59f21164d8cbdf2312de40697036
2019-02-18 12:27:54 +01:00

11 lines
334 B
YAML

---
features:
- |
`tripleo-deploy-openshift` script now understands the `--plan` option to
run the openshift-ansible playbooks for a deployment named differently than
"openshift".
deprecations:
- |
The `--config-download-dir` option to the `tripleo-deploy-openshift` script
is deprecated in favor of `--plan`.