You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
GreenIT & waste of resources
The current approach is designed for a deployment into three environments (DEV/QA/PROD). In regards to resource consumption and costs it might triple the overall costs. Measures could be configuring different sizes for DEV/QA/PROD so that costs and waste of resources is lowered. Nevertheless cloud providers also provide services which take very long to provision and are rather static (e.g. Azure HPC Cache) meaning there's no option to choose a cost-efficient configuration.
Describe the solution you'd like This might rather be applicable to ods-jenkins-shared-library (RM) than the ods-quickstarters repo.
If needed (configured), DEV/QA environments should get destroyed after release to PROD or shutdown during non-business hours. This would also mean that the next deployment cycle would have to deploy version 1.0.0 (the one running in PROD) into DEV/QA and afterwards apply the new version 1.1.0 from DEV to QA to PROD.
Describe alternatives you've considered
Only configure PROD environments without running through DEV/QA.
Manually clean up DEV/QA after PROD deployments.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
GreenIT & waste of resources
The current approach is designed for a deployment into three environments (DEV/QA/PROD). In regards to resource consumption and costs it might triple the overall costs. Measures could be configuring different sizes for DEV/QA/PROD so that costs and waste of resources is lowered. Nevertheless cloud providers also provide services which take very long to provision and are rather static (e.g. Azure HPC Cache) meaning there's no option to choose a cost-efficient configuration.
Describe the solution you'd like
This might rather be applicable to ods-jenkins-shared-library (RM) than the ods-quickstarters repo.
If needed (configured), DEV/QA environments should get destroyed after release to PROD or shutdown during non-business hours. This would also mean that the next deployment cycle would have to deploy version 1.0.0 (the one running in PROD) into DEV/QA and afterwards apply the new version 1.1.0 from DEV to QA to PROD.
Describe alternatives you've considered
Additional context
N/A
The text was updated successfully, but these errors were encountered: