diff --git a/doc/source/tripleo-mistral.rst b/doc/source/tripleo-mistral.rst index 58b716cec..fc7091427 100644 --- a/doc/source/tripleo-mistral.rst +++ b/doc/source/tripleo-mistral.rst @@ -66,7 +66,7 @@ can be used to get the status and output of that workflow execution. :: echo '{"container": ""}' > input.json - openstack workflow execution create tripleo.plan_management.v1.create_default_deployment_plan input.json + openstack workflow execution create tripleo.plan_management.v1.create_deployment_plan input.json openstack workflow execution show openstack workflow execution show output diff --git a/releasenotes/notes/rm_create_default_deployment_plan-397b259f6f641ab9.yaml b/releasenotes/notes/rm_create_default_deployment_plan-397b259f6f641ab9.yaml new file mode 100644 index 000000000..9cae1bb73 --- /dev/null +++ b/releasenotes/notes/rm_create_default_deployment_plan-397b259f6f641ab9.yaml @@ -0,0 +1,7 @@ +--- +upgrade: + - | + The tripleo.plan_management.v1.create_default_deployment_plan workflow + has been removed, since it's been deprecated since the pike release and + is no longer used in TripleO. Any other users of this workflow should + switch to tripleo.plan_management.v1.create_deployment_plan instead. diff --git a/workbooks/plan_management.yaml b/workbooks/plan_management.yaml index 88ec9f408..9533fdce1 100644 --- a/workbooks/plan_management.yaml +++ b/workbooks/plan_management.yaml @@ -38,48 +38,6 @@ workflows: execution: <% execution() %> plan_name: <% $.container %> - create_default_deployment_plan: - description: > - This workflow exists to maintain backwards compatibility in pike. This - workflow will likely be removed in queens in favor of create_deployment_plan. - input: - - container - - queue_name: tripleo - - generate_passwords: true - tags: - - tripleo-common-managed - tasks: - call_create_deployment_plan: - workflow: tripleo.plan_management.v1.create_deployment_plan - on-success: set_status_success - on-error: call_create_deployment_plan_set_status_failed - input: - container: <% $.container %> - queue_name: <% $.queue_name %> - generate_passwords: <% $.generate_passwords %> - use_default_templates: true - - set_status_success: - on-success: send_message - publish: - status: SUCCESS - message: <% task(call_create_deployment_plan).result %> - - call_create_deployment_plan_set_status_failed: - on-success: send_message - publish: - status: FAILED - message: <% task(call_create_deployment_plan).result %> - - send_message: - workflow: tripleo.messaging.v1.send - input: - queue_name: <% $.queue_name %> - type: <% execution().name %> - status: <% $.status %> - execution: <% execution() %> - plan_name: <% $.container %> - create_deployment_plan: description: > This workflow provides the capability to create a deployment plan using