Using the OOB images

Use the OOB images to populate the database.

Procedure

  1. 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: The multischema.version: 10.0 is the default version in the sandbox.cfg file.
  2. Create configMap(s) for the multischema.xml and the sandbox.cfg files.
  3. Use additionalMounts to mount the files to the data management pod, as shown in the following example. For more information about additionalMounts, 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: The mountPath: /opt/ssfs/runtime/multischema.xml must match with the multischema.file properties that you set in the sandbox.cfg file.
  4. Deploy Sterling Order Management System Software with data management.