From ddcc998ab1f52ec28e902a22e79fe24b0c5cadf2 Mon Sep 17 00:00:00 2001 From: Abhishek jaiswal Date: Tue, 11 Mar 2025 07:39:00 -0400 Subject: [PATCH] Adding dummy data for usm related config this commits add dummy data for usm related config to show what can be added to parameters Change-Id: I68dbba16ea45574d998bbd13df43a2327c476021 Signed-off-by: Abhishek jaiswal --- config/usm/files/default.json5 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config/usm/files/default.json5 b/config/usm/files/default.json5 index e4de0b19..5d4c40b4 100644 --- a/config/usm/files/default.json5 +++ b/config/usm/files/default.json5 @@ -1,6 +1,6 @@ { // Indicates the current operation is for Major rel upgrade - "usm_is_upgrade": "", + "usm_is_upgrade": true, // Indicates the current operation is patching the system. "usm_is_patch": "", @@ -9,32 +9,32 @@ "iso_path": "/path/to/iso/file", // Absolute path to the Signature path for Major rel upgrade. - "upgrade_license": "", + "upgrade_license": "/path/to/lic/file/stx.sig", // Absolute path to the .patch file for Patching. - "patch_path": "", + "patch_path": "/home/sysadmin", // Path of directory where one or more .patch files are located. - "patch_dir": "", + "patch_dir": "/home/sysadmin/patch_dir", // Directory on the lab where the files need to be stored. - "dest_dir": "", + "dest_dir": "/home/sysadmin/upload_test/", // Address of the server where the iso/patch files are located. - "build_server": "", + "build_server": "host-name-for-build-server", // Username to authenticate to build_server - "build_server_username": "", + "build_server_username": "build_server_username", // Password to authenticate to build_server - "build_server_password": "", + "build_server_password": "build_server_password", // Arguments for upgrade/patching testing "upgrade_arguments": "", // Release ids (one or more) to which the system is upgraded. // Used for either multiple patches or major release + patch(es) - "to_release_ids": "", + "to_release_ids": "stx-major.minor.version", // Some extra attributes for patching USM, config "extra_attributes": {