4.1 Upload OCLM VMDK to OpenStack
The Oracle-provided OCLM VMDK must be uploaded to the customer OpenStack cloud image service before an OCLM instance can be created.
Note:
This command can change based on the customer cloud environment, image visibility policy, project or tenant configuration, and approved operational procedure.
openstack image create --private \
--disk-format vmdk \
--container-format bare \
--file /path/to/oclm-<version>.vmdk \
"oclm-vmdk-<version>.vmdk"Validate that the image is available in OpenStack:
openstack image show "oclm-vmdk-<version>.vmdk"