-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding environment variable for offline or airgap env #62
Conversation
Okay now in order for your worker to be restarted when the settings change you should add self.worker_settings_paths = [
%i[log level_embedded_terraform],
%i[workers worker_base opentofu_worker]
] |
@sudhir-kelkar can you add these environment variables to the |
Checked commits sudhir-kelkar/manageiq-providers-embedded_terraform@40a5cbc~...8186235 with ruby 3.1.5, rubocop 1.56.3, haml-lint 0.51.0, and yamllint |
Backported to
|
Adding environment variable for offline or airgap env (cherry picked from commit 68a649b)
This PR will help us add environment variables in opentofu deployment.
We are adding 2 environment variables here
LOG4JS_LEVEL -> This will help us update log level in case we want to do further debugging
AIRGAP_OFFLINE -> This will help terraform runner to understand if customer is running in airgap environment