Help Center/ ServiceStage/ User Guide/ Component Management/ Managing VM-Deployed Component Configurations/ Managing Application Settings of a VM-Deployed Component
Updated on 2024-12-16 GMT+08:00

Managing Application Settings of a VM-Deployed Component

ServiceStage provides configuration management. By creating a unified configuration file, you can fill the system information (such as the IP address, port number, database address, and application name associated with the environment) of the component environment and application in the variables corresponding to the configuration file. This implements multi-environment component release and upgrade with one-time configuration through file mounting.

This section describes how to manage component configuration files.

Binding a Configuration File

  1. Choose Application Settings > Add Configuration File.
  2. Set the configuration file parameters by referring to the following table.

    Parameter

    Description

    Group

    Group to which the configuration file belongs.

    Configuration File Name

    Name of the custom configuration file (for example, config.yaml) mounted to the VM mounting path.

    VM Mount Path

    Relative path for mounting the configuration file. Example: ./config. The upper-level directory is /opt/application/{CAS_INSTANCE_NAME}/{CAS_INSTANCE_VERSION}/{CAS_INSTANCE_ID}, which stores the environment dependency, installation, startup, and stop scripts, and software packages required for component deployment.

    • {CAS_INSTANCE_NAME} is the component instance name.
    • {CAS_INSTANCE_VERSION} is the component instance version.
    • {CAS_INSTANCE_ID} is the component instance ID.

  3. Click OK.

Editing a Bound Configuration File

  1. Choose Application Settings.
  2. Select the target configuration file in the configuration file list.
  3. Click Edit in the Operation column.
  4. Set the configuration file parameters by referring to the following table.

    Parameter

    Description

    Group

    Group to which the configuration file belongs.

    Configuration File Name

    Name of the custom configuration file (for example, config.yaml) mounted to the VM mounting path.

    VM Mount Path

    Relative path for mounting the configuration file. Example: ./config. The upper-level directory is /opt/application/{CAS_INSTANCE_NAME}/{CAS_INSTANCE_VERSION}/{CAS_INSTANCE_ID}, which stores the environment dependency, installation, startup, and stop scripts, and software packages required for component deployment.

    • {CAS_INSTANCE_NAME} is the component instance name.
    • {CAS_INSTANCE_VERSION} is the component instance version.
    • {CAS_INSTANCE_ID} is the component instance ID.

  5. Click OK.

Unbinding a Bound Configuration File

  1. Choose Application Settings.
  2. Select the target configuration file in the configuration file list.
  3. Click Remove in the Operation column.