Set up Price Optimization Engine – setup-pricefx-optimization-engine

This step is deprecated, use setup-calculation-engine instead.

Type

Description

Type

Description

setup-pricefx-optimization-engine

Sets up Price Optimization Engine for a given partition. From the partition point of view, it enables model.startJobTriggerCalculationfunction meaning that Optimization Engine (e.g. POAI) will pick up a job from this partition to perform a calculation.

This steps performs the following actions:

  1. Modify YAML file.
    There is a record created in the structure instance → partition and for each partition where the deployment is done:

    cregistry.pricefx.eu/engineering/pricefx-optimization-engine: # this image name podCpu: 2 # request cpu: 2 maxPodCpu: 8 # limit cpu: 8 maxPodMemory: 4G # limit mem: 4G (request mem will also default to this value)
  2. Create a merge request.

Example

{ "type": "setup-pricefx-optimization-engine", "name": "price-optimization-engine" }



PlatformManager version 1.75.0