Using the OOB images
Use the OOB images to populate the database.
Procedure
- Copy the contents of the
sandbox.cfgfile and add the following entries.multischema.enabled: true multischema.file: /opt/ssfs/runtime/multischema.xml multischema.version: 10.0Note: Themultischema.version: 10.0is the default version in thesandbox.cfgfile. - Create configMap(s) for the
multischema.xmland thesandbox.cfgfiles. - Use
additionalMountsto mount the files to the data management pod, as shown in the following example. For more information aboutadditionalMounts, see Configuring additionalMounts parameter.- name: <your configmap name for multischema.xml> mountPath: /opt/ssfs/runtime/multischema.xml subPath: multischema.xml - name: <your configmap name for sandbox.cfg> mountPath: /opt/ssfs/runtime/properties/sandbox.cfg subPath: sandbox.cfgNote: ThemountPath: /opt/ssfs/runtime/multischema.xmlmust match with themultischema.fileproperties that you set in thesandbox.cfgfile. - Deploy Sterling™ Order Management System Software with data management.