diff --git a/environments/major-upgrade-composable-steps-docker.yaml b/environments/major-upgrade-composable-steps-docker.yaml index 341993c1a5..ea4c0c18a0 100644 --- a/environments/major-upgrade-composable-steps-docker.yaml +++ b/environments/major-upgrade-composable-steps-docker.yaml @@ -11,5 +11,7 @@ parameter_defaults: set -eu # Pike to Queens, put any needed host-level workarounds here yum update -y ansible + # 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 diff --git a/environments/major-upgrade-composable-steps.yaml b/environments/major-upgrade-composable-steps.yaml index 9e723fafda..1c4a01d325 100644 --- a/environments/major-upgrade-composable-steps.yaml +++ b/environments/major-upgrade-composable-steps.yaml @@ -9,5 +9,7 @@ parameter_defaults: 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