tripleo-heat-templates/environments/lifecycle/upgrade-prepare.yaml
Takashi Kajinami 00a774f4f7 Enable package installation by default
Now overcloud is always deployed using pre-provisioned nodes, and all
deployment types(standalone, undercloud and overcloud) enables package
installation.

Thus we can update the default value of EnablePackageInstall instead of
setting the parameter everytime.

Change-Id: I5598f6d8ee82f0df2598dd0e48fbc16cdb426009
2022-10-17 02:04:56 +00:00

20 lines
772 B
YAML

# 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::Tasks::*PreConfig: OS::Heat::None
OS::TripleO::Tasks::*PostConfig: OS::Heat::None
# Deprecated/Name changed services
OS::TripleO::Services::MongoDb: OS::Heat::None
parameter_defaults:
CephAnsiblePlaybook: default
ServerDeletionPolicy: retain
UpgradeLevelNovaCompute: auto
UpgradeLeappToRemove: ['openvswitch2.11','ovn2.11']
UpgradeLeappToInstall: ['openvswitch2.15','ovn2.15']
UpgradeInitCommonCommand: |
#!/bin/bash
set -eu
DnfStreams: [{'module':'container-tools', 'stream':'3.0', 'distribution_version':'8'}]