From b189119586d1d3cf176c31402daa4b34830ec48b Mon Sep 17 00:00:00 2001 From: not4win Date: Tue, 18 Aug 2020 21:20:37 +0530 Subject: sdv-prevalidation: added src, mapping, documentation, Dockerfile, and server files Signed-off-by: Ashwin Nayak Change-Id: I81ae24169a5f8ff79d2c129f30daf5c9f04e5da9 --- .../mapping/airship/hardware-mapping.json | 107 +++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 sdv/docker/sdvconfig/mapping/airship/hardware-mapping.json (limited to 'sdv/docker/sdvconfig/mapping/airship/hardware-mapping.json') diff --git a/sdv/docker/sdvconfig/mapping/airship/hardware-mapping.json b/sdv/docker/sdvconfig/mapping/airship/hardware-mapping.json new file mode 100644 index 0000000..e083347 --- /dev/null +++ b/sdv/docker/sdvconfig/mapping/airship/hardware-mapping.json @@ -0,0 +1,107 @@ +{ + "bios_profile-bios_version":{ + "manifest_key":"bios_version" + }, + "bios_profile-bios_mode":{ + "manifest_key":"boot_mode" + }, + "bios_profile-bootstrap_proto":{ + "manifest_key":"bootstrap_protocol" + }, + "bios_profile-bios_setting":{ + "manifest_key":"" + }, + "bios_profile-hyperthreading_enabled":{ + "manifest_key":"" + }, + "processor_profiles-numa_id":{ + "manifest_key":"" + }, + "processor_profiles-cpus":{ + "manifest_key":"" + }, + "processor_profiles-cpu_cflags":{ + "manifest_key":"" + }, + "processor_profiles-speed":{ + "manifest_key":"" + }, + "processor_profiles-cache_size":{ + "manifest_key":"" + }, + "processor_profiles-model":{ + "manifest_key":"" + }, + "processor_profiles-architecture":{ + "manifest_key":"" + }, + "disks_profiles-address":{ + "manifest_key":"address" + }, + "disks_profiles-alias":{ + "manifest_key":"" + }, + "disks_profiles-dev_type":{ + "manifest_key":"dev_type" + }, + "disks_profiles-vendor":{ + "manifest_key":"" + }, + "disks_profiles-size":{ + "manifest_key":"" + }, + "disks_profiles-model":{ + "manifest_key":"" + }, + "disks_profiles-logical_name":{ + "manifest_key":"" + }, + "disks_profiles-rotation":{ + "manifest_key":"" + }, + "disks_profiles-bus":{ + "manifest_key":"" + }, + "nic_profiles-address":{ + "manifest_key":"address" + }, + "nic_profiles-dev_type":{ + "manifest_key":"dev_type" + }, + "nic_profiles-bus":{ + "manifest_key":"bus_type" + }, + "nic_profiles-sriov_capable":{ + "manifest_key":"" + }, + "nic_profiles-numa_id":{ + "manifest_key":"" + }, + "hardware_profiles-maufacturer":{ + "manifest_key":"" + }, + "hardware_profiles-model":{ + "manifest_key":"" + }, + "hardware_profiles-generation":{ + "manifest_key":"generation" + }, + "hardware_profiles-bios_profile":{ + "manifest_key":"" + }, + "hardware_profiles-processor_profile":{ + "manifest_key":"" + }, + "hardware_profiles-memory":{ + "manifest_key":"memory" + }, + "hardware_profiles-manufacturer":{ + "manifest_key":"vendor" + }, + "hardware_profiles-disk_profile":{ + "manifest_key":"" + }, + "hardware_profiles-nics_profile":{ + "manifest_key":"" + } +} \ No newline at end of file -- cgit 1.2.3-korg