c214e99b22
A new openvswitch and ovn version has been released, 2.15. As during the leapp upgrade we tell leapp which version of ovs and ovn to install in order to safe some restarts we now need to update the version in the UpgradeLeappToInstall Heat parameter. Resolves: rhbz#1966476 Change-Id: Id3b2afee89be1fdf3008cfd53906766d94c00549
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.15','ovn2.15']
|
|
UpgradeInitCommonCommand: |
|
|
#!/bin/bash
|
|
set -eu
|
|
DnfStreams: [{'module':'container-tools', 'stream':'3.0'}]
|