orangeqs.juice.orchestration.zest#
Module for handling integration with orangeqs-zest.
Module Contents#
Functions#
Write the setup ID and setup name to the configuration for zest. |
Data#
API#
- orangeqs.juice.orchestration.zest.ZEST_FOLDER#
‘/etc/orangeqs/zest’
- orangeqs.juice.orchestration.zest.write_setup_id_and_name_to_zest_config(setup_id: str, setup_name: str) None#
Write the setup ID and setup name to the configuration for zest.
If the files already exist, they will be updated if the content differs. This is used by orangeqs-zest to determine which setup is currently active. Note: This is used by zest only on the host system, not inside the services Inside the services, the setup ID and name are provided via environment variables.
Parameters#
setup_id (str): The setup ID to write.
setup_name (str): The setup name to write.