From b82f743ab1f9ceef1eb13c093043c9808ccd25f7 Mon Sep 17 00:00:00 2001 From: Jiri Stransky Date: Fri, 13 Jul 2018 17:30:54 +0200 Subject: [PATCH] Drop obsolete environment for `overcloud ceph-upgrade run` After switching from Heat workflow resources to external_deploy_tasks, the `ceph-upgrade run` command no longer works and can be dropped. Instead we'll be using `external-update run` and `external-upgrade run` commands, which will not do stack update. It will run Ansible and for Ceph specifically it will set the necessary playbook directly via Ansible. Partial-Bug: #1783949 Change-Id: I3490163bc426d070e245387201d64e07b908c74f Depends-On: I228ce6228d0bd0bd4d40bc7a7cdd6bfe98a7a6ed --- environments/lifecycle/ceph-upgrade-prepare.yaml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 environments/lifecycle/ceph-upgrade-prepare.yaml diff --git a/environments/lifecycle/ceph-upgrade-prepare.yaml b/environments/lifecycle/ceph-upgrade-prepare.yaml deleted file mode 100644 index f7a6044bcb..0000000000 --- a/environments/lifecycle/ceph-upgrade-prepare.yaml +++ /dev/null @@ -1,11 +0,0 @@ -# Environment file used in the first step of an overcloud upgrade. -# This file is required by the tripleoclient and not expected to be updated -# by the operator. Please use additional -e env.yaml. -resource_registry: - OS::TripleO::SoftwareDeployment: OS::Heat::StructuredDeployment - OS::TripleO::DeploymentSteps: OS::Heat::StructuredDeploymentGroup - OS::TripleO::WorkflowSteps: OS::Mistral::ExternalResource - OS::Heat::SoftwareDeployment: OS::TripleO::Heat::SoftwareDeployment - OS::Heat::StructuredDeployment: OS::TripleO::Heat::StructuredDeployment -parameter_defaults: - StackUpdateType: ''