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 --- .../sdvconfig/mapping/airship/storage-mapping.json | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 sdv/docker/sdvconfig/mapping/airship/storage-mapping.json (limited to 'sdv/docker/sdvconfig/mapping/airship/storage-mapping.json') diff --git a/sdv/docker/sdvconfig/mapping/airship/storage-mapping.json b/sdv/docker/sdvconfig/mapping/airship/storage-mapping.json new file mode 100644 index 0000000..16f737c --- /dev/null +++ b/sdv/docker/sdvconfig/mapping/airship/storage-mapping.json @@ -0,0 +1,53 @@ +{ + "storage_profile-bootdrive":{ + "manifest_key":"bootdrive" + }, + "storage_profile.bd_partitions-name":{ + "manifest_key":"name" + }, + "storage_profile.bd_partitions-size":{ + "manifest_key":"size" + }, + "storage_profile.bd_partitions-bootable":{ + "manifest_key":"bootable" + }, + "storage_profile.bd_partitions.filesystem-mountpoint":{ + "manifest_key":"mountpoint" + }, + "storage_profile.bd_partitions.filesystem-fstype":{ + "manifest_key":"fstype" + }, + "storage_profile.bd_partitions.filesystem-mount_options":{ + "manifest_key":"mount_options" + }, + "storage_profile.devices-name":{ + "manifest_key":"name" + }, + "storage_profile.devices-size":{ + "manifest_key":"size" + }, + "storage_profile.devices-mountpoint":{ + "manifest_key":"mountpoint" + }, + "storage_profile.devices-fstype":{ + "manifest_key":"fstype" + }, + "storage_profile.data_devices-name":{ + "manifest_key":"name" + }, + "storage_profile.data_devices-size":{ + "manifest_key":"size" + }, + "storage_profile.data_devices-mountpoint":{ + "manifest_key":"mountpoint" + }, + "storage_profile.data_devices-fstype":{ + "manifest_key":"fstype" + }, + "storage_profile.devices-mount_options":{ + "manifest_key":"mount_options" + }, + "storage_profile.journal_devices-name":{ + "manifest_key":"name" + } +} \ No newline at end of file -- cgit 1.2.3-korg