diff options
author | not4win <ashwinnayak111@gmail.com> | 2020-08-18 21:20:37 +0530 |
---|---|---|
committer | not4win <ashwinnayak111@gmail.com> | 2020-09-10 00:16:17 +0530 |
commit | b189119586d1d3cf176c31402daa4b34830ec48b (patch) | |
tree | 93edc86b5d4c06df38d7c3ace74a13f7ba5fda2b /sdv/docker/sdvconfig/mapping/TripleO/hardware-mapping.json | |
parent | 69f4c631e49c359338cff5c9f5b2c96c6fe6b280 (diff) |
sdv-prevalidation: added src, mapping, documentation, Dockerfile, and server files
Signed-off-by: Ashwin Nayak<ashwinnayak111@gmail.com>
Change-Id: I81ae24169a5f8ff79d2c129f30daf5c9f04e5da9
Diffstat (limited to 'sdv/docker/sdvconfig/mapping/TripleO/hardware-mapping.json')
-rw-r--r-- | sdv/docker/sdvconfig/mapping/TripleO/hardware-mapping.json | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/sdv/docker/sdvconfig/mapping/TripleO/hardware-mapping.json b/sdv/docker/sdvconfig/mapping/TripleO/hardware-mapping.json new file mode 100644 index 0000000..f060291 --- /dev/null +++ b/sdv/docker/sdvconfig/mapping/TripleO/hardware-mapping.json @@ -0,0 +1,104 @@ +{ + "bios_profile-bios_version":{ + "manifest_key":"" + }, + "bios_profile-bios_mode":{ + "manifest_key":"" + }, + "bios_profile-bootstrap_proto":{ + "manifest_key":"" + }, + "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":"" + }, + "disk_profiles-address":{ + "manifest_key":"" + }, + "disk_profiles-alias":{ + "manifest_key":"" + }, + "disk_profiles-dev_type":{ + "manifest_key":"" + }, + "disk_profiles-vendor":{ + "manifest_key":"" + }, + "disk_profiles-size":{ + "manifest_key":"" + }, + "disk_profiles-model":{ + "manifest_key":"" + }, + "disk_profiles-logical_name":{ + "manifest_key":"" + }, + "disk_profiles-rotation":{ + "manifest_key":"" + }, + "disk_profiles-bus":{ + "manifest_key":"" + }, + "nic_profiles-address":{ + "manifest_key":"" + }, + "nic_profiles-dev_type":{ + "manifest_key":"" + }, + "nic_profiles-bus":{ + "manifest_key":"" + }, + "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":"" + }, + "hardware_profiles-bios_profile":{ + "manifest_key":"" + }, + "hardware_profiles-processor_profile":{ + "manifest_key":"" + }, + "hardware_profiles-memory":{ + "manifest_key":"" + }, + "hardware_profiles-disk_profile":{ + "manifest_key":"" + }, + "hardware_profiles-nics_profile":{ + "manifest_key":"" + } +}
\ No newline at end of file |