rabajaj0509 opened a new pull request, #12: URL: https://github.com/apache/skywalking-terraform/pull/12
This commit introduces the use of environment variables for the systemd unit file of our service. The following changes were made: 1. Defined environment variables in an Ansible role, under defaults/main.yml. This includes the SkyWalking version, SkyWalking UI server port, and SkyWalking OAP server port. 2. Created an environment file that includes these variables. The path to this environment file is also defined in the Ansible defaults of the role. 3. Updated the systemd unit file to use the environment file. This ensures the service process has access to the correct environment variables. These changes will enable better configurability of our service and reduce the likelihood of hardcoding values in our scripts and systemd unit files. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
