Using the OOB images
Use the OOB images to populate the database.
Procedure
- Copy the contents of the
sandbox.cfg
file and add the following entries.multischema.enabled: true multischema.file: /opt/ssfs/runtime/multischema.xml multischema.version: 10.0
Note: Themultischema.version: 10.0
is the default version in thesandbox.cfg
file. - Create configMap(s) for the
multischema.xml
and thesandbox.cfg
files. - Use
additionalMounts
to 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.cfg
Note: ThemountPath: /opt/ssfs/runtime/multischema.xml
must match with themultischema.file
properties that you set in thesandbox.cfg
file. - Deploy Sterling Order Management System Software with data management.