diff options
author | Sridhar Rao <sridhar.rao@spirent.com> | 2020-10-15 01:55:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2020-10-15 01:55:24 +0000 |
commit | f12039ae1fb9ed773ddf3d8000c6645e5900c48e (patch) | |
tree | 53dff91c6d2bcbe8b0ba5511ea8e7a32f52dd993 /sdv/docker/sdvconfig/mapping/TripleO/hardware-mapping.json | |
parent | c5bd3737e608b81ef5d4361739d680d2fb3bb1cb (diff) | |
parent | b189119586d1d3cf176c31402daa4b34830ec48b (diff) |
Merge "sdv-prevalidation: added src, mapping, documentation, Dockerfile, and server files"
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 |