Migrate helm overrides in SX upgrades

Now that the helm overrides are added to the upgrade_data, migrate them
as part of the SX upgrade.

Change-Id: I2327568ce0adea5f17854abcf1356948b587fb78
Depends-On: https://review.opendev.org/737343
Closes-Bug: 1884579
Signed-off-by: David Sullivan <david.sullivan@windriver.com>
This commit is contained in:
David Sullivan
2020-06-22 13:53:03 -04:00
parent ece13f7408
commit 7f6ebceb8b

View File

@@ -1196,6 +1196,10 @@ def upgrade_controller_simplex(backup_file):
print("Migrating armada configuration...")
migrate_armada_config(from_release, to_release)
# Migrate helm config
print("Migrating helm configuration...")
migrate_helm_config(from_release, to_release)
# Migrate sysinv data.
print_log_info("Migrating sysinv configuration...")
migrate_sysinv_data(from_release, to_release)