jetpack icon indicating copy to clipboard operation
jetpack copied to clipboard

RFE - Jetpack optimisation request for DVR or NON-DVR deployment

Open pradiptapks opened this issue 2 years ago • 1 comments

The Jetpack environment template file (group_var/all.yaml) should be optimized with the below steps to standardize the Jetpack user environment file for DVR or NON-DVR-based deployment.

  1. all.yaml should only provide the below conditional check for the user input.

    Example:- DVREnabled: True ##Default

  2. Based on the above condition check Jetpack execute the respective ansible task in the backend with necessary changes in tripleo deployment templates.

In this way, I think the user environment file should be minimized. Please do add your thoughts for further optimization of the deployment

pradiptapks avatar Oct 28 '22 08:10 pradiptapks

@pradiptapks

This sounds like a good idea. Right now, we do not have a flag for DVR in group_vars/all.yml, but once https://github.com/redhat-performance/jetpack/pull/461 is merged, the flag will be there and the changes in tripleo deployment templates can be moved to ansible tasks like you mentioned.

sanjaychari avatar Oct 28 '22 08:10 sanjaychari

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jan 22 '23 01:01 stale[bot]