7 changed files with 34 additions and 46 deletions
@ -0,0 +1,10 @@
|
||||
# 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. |
||||
resource_registry: |
||||
OS::TripleO::SoftwareDeployment: OS::Heat::StructuredDeployment |
||||
OS::TripleO::DeploymentSteps: OS::Heat::StructuredDeploymentGroup |
||||
OS::Heat::SoftwareDeployment: OS::TripleO::Heat::SoftwareDeployment |
||||
OS::Heat::StructuredDeployment: OS::TripleO::Heat::StructuredDeployment |
||||
parameter_defaults: |
||||
StackUpdateType: '' |
@ -0,0 +1,9 @@
|
||||
# Environment file used in the last 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::DeploymentSteps: OS::Heat::StructuredDeploymentGroup |
||||
parameter_defaults: |
||||
UpgradeLevelNovaCompute: '' |
||||
UpgradeInitCommonCommand: '' |
||||
UpgradeInitCommand: '' |
@ -1,17 +1,18 @@
|
||||
# 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::DeploymentSteps: OS::Heat::None |
||||
OS::TripleO::Tasks::*PreConfig: OS::Heat::None |
||||
OS::TripleO::Tasks::*PostConfig: OS::Heat::None |
||||
parameter_defaults: |
||||
EnableConfigPurge: false |
||||
StackUpdateType: UPGRADE |
||||
UpgradeLevelNovaCompute: auto |
||||
UpgradeInitCommonCommand: | |
||||
#!/bin/bash |
||||
set -eu |
||||
# Pike to Queens, put any needed host-level workarounds here |
||||
yum install -y python-heat-agent-* |
||||
yum update -y ansible |
||||
yum install -y ansible-pacemaker |
||||
# Remove the element os-net-config config.json https://bugs.launchpad.net/tripleo/+bug/1758161/ |
||||
rm /usr/libexec/os-apply-config/templates/etc/os-net-config/config.json || true |
||||
MigrationSshPort: 22 |
||||
UpgradeRemoveUnusedPackages: false |
@ -1,15 +0,0 @@
|
||||
#DEPRECATED: This environment file was last used for upgrades to stable/pike. |
||||
parameter_defaults: |
||||
EnableConfigPurge: true |
||||
StackUpdateType: UPGRADE |
||||
UpgradeLevelNovaCompute: auto |
||||
UpgradeInitCommonCommand: | |
||||
#!/bin/bash |
||||
set -eu |
||||
yum install -y python-heat-agent-* |
||||
yum update -y ansible |
||||
yum install -y ansible-pacemaker |
||||
# Remove the element os-net-config config.json https://bugs.launchpad.net/tripleo/+bug/1758161/ |
||||
rm /usr/libexec/os-apply-config/templates/etc/os-net-config/config.json || true |
||||
MigrationSshPort: 22 |
||||
UpgradeRemoveUnusedPackages: false |
@ -1,12 +0,0 @@
|
||||
# Use this to reset any mappings only used for upgrades after the |
||||
# update of all nodes is completed |
||||
resource_registry: |
||||
OS::TripleO::PostDeploySteps: ../common/post.yaml |
||||
parameter_defaults: |
||||
EnableConfigPurge: false |
||||
StackUpdateType: '' |
||||
UpgradeLevelNovaCompute: '' |
||||
UpgradeInitCommonCommand: '' |
||||
UpgradeInitCommand: '' |
||||
MigrationSshPort: 2022 |
||||
CephAnsiblePlaybook: /usr/share/ceph-ansible/infrastructure-playbooks/rolling_update.yml |
@ -1,11 +0,0 @@
|
||||
# Use this to reset any mappings only used for upgrades after the |
||||
# update of all nodes is completed |
||||
resource_registry: |
||||
OS::TripleO::PostDeploySteps: ../common/post.yaml |
||||
parameter_defaults: |
||||
EnableConfigPurge: false |
||||
StackUpdateType: '' |
||||
UpgradeLevelNovaCompute: '' |
||||
UpgradeInitCommonCommand: '' |
||||
UpgradeInitCommand: '' |
||||
MigrationSshPort: 2022 |
Loading…
Reference in new issue