Telemetry Certificate Copy Across Image Upgrade. (#6252)

To copy telemetry certificate during image upgrade from previous image to new image
This commit is contained in:
abdosi 2020-12-19 08:24:03 -08:00 committed by GitHub
parent 17497a65e3
commit 0755f29fe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -313,7 +313,7 @@ check_all_config_db_present()
do_config_migration() do_config_migration()
{ {
# Identify list of files to migrate # Identify list of files to migrate
copy_list="minigraph.xml snmp.yml acl.json frr" copy_list="minigraph.xml snmp.yml acl.json frr telemetry"
# Migrate all configuration files from old to new # Migrate all configuration files from old to new
copy_config_files_and_directories $copy_list copy_config_files_and_directories $copy_list