1e137876a3
We now need to move forward and pin the newer
container-tools:3.0 stream. This will be available
on RHEL 8.4 and CentOS 8.4+.
Related: rhbz#1866479
Change-Id: I61850fa01afca92aa78412e0277180596633f858
(cherry picked from commit 9098450076
)
21 lines
773 B
YAML
21 lines
773 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
|
|
EnablePackageInstall: true
|
|
ServerDeletionPolicy: retain
|
|
UpgradeLevelNovaCompute: auto
|
|
UpgradeLeappToRemove: ['openvswitch2.11','ovn2.11']
|
|
UpgradeLeappToInstall: ['openvswitch2.13','ovn2.13']
|
|
UpgradeInitCommonCommand: |
|
|
#!/bin/bash
|
|
set -eu
|
|
DnfStreams: [{'module':'container-tools', 'stream':'3.0'}]
|