Remove ffwd lifecycle environment files.

Now that [0] has finally merged and the upgrade path
will allow jumping multiple releases, we don't require
to have multiple environment files for the upgrade and
the ffwd.

Removing the ffwd-upgrade-prepare.yaml and ffwd-upgrade-
converge.yaml files from environments/lifecycle folder.

[0] - I39b8a846145fdc2fb3d0f6853df541c773ee455e

Change-Id: I5a83ebda6d20336d8c82024bf673d88358a6a675
This commit is contained in:
Jose Luis Franco Arza 2020-09-15 13:51:26 +02:00 committed by Jose Luis Franco
parent 5a49041143
commit 9cbf8a39ae
2 changed files with 0 additions and 19 deletions

View File

@ -1,9 +0,0 @@
# Environment file used in the last step of a ffwd overcloud upgrade.
# This file is required by the tripleoclient and not expected to be updated
# by the operator. Please use additional -e env.yaml.
parameter_defaults:
UpgradeLevelNovaCompute: ''
UpgradeInitCommonCommand: ''
UpgradeInitCommand: ''
StackUpdateType: ''
NetworkDeploymentActions: ['CREATE']

View File

@ -1,10 +0,0 @@
# Environment file used in the first step of a ffwd 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::Services::Core: OS::Heat::None
OS::TripleO::Services::VipHosts: OS::Heat::None
OS::TripleO::Services::MongoDb: OS::Heat::None
parameter_defaults:
NetworkDeploymentActions: ['CREATE','UPDATE']