- Apr 03, 2024
-
-
Krish Moodbidri authored
Changed the method of retrieving volume IDs for the production environment in the script.
-
Krish Moodbidri authored
- Detach the prod_queue_volume from the production instance - Create a snapshot of the prod_queue_volume - Reattach the prod_queue_volume to the production instance
-
- Apr 01, 2024
-
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
Krish Moodbidri authored
uncommented mariabdb lines of code that were commented to debug an error; error was not caused due to mariadb
-
- Mar 28, 2024
-
-
Krish Moodbidri authored
-
- Mar 08, 2024
-
-
Krish Moodbidri authored
-
Krish Moodbidri authored
Merge remote-tracking branch 'origin/feat-remove-remote-exec-for-mount' into feat-integration-testing
-
Krish Moodbidri authored
-
- Mar 07, 2024
-
-
Krish Moodbidri authored
-
Krish Moodbidri authored
Merge remote-tracking branch 'origin/feat-remove-remote-exec-for-mount' into feat-integration-testing
-
Krish Moodbidri authored
Updated user_data block to include cloud-config and bash script sections Cloud-config sets up hosts file with specific permissions Bash script performs additional initialization tasks during instance boot Fixed formatting issues for proper execution during instance initialization
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
Krish Moodbidri authored
Merge remote-tracking branch 'origin/feat-remove-remote-exec-for-mount' into feat-integration-testing
-
- Feb 28, 2024
-
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
Krish Moodbidri authored
- Added 'git clone' command to fetch the CRI_XCBC repository to the root directory - Removed git clone block from user_data
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
- Feb 27, 2024
-
-
Krish Moodbidri authored
-
- Feb 26, 2024
-
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
- Feb 23, 2024
-
-
Krish Moodbidri authored
-
Krish Moodbidri authored
Remove changes introduced to clone the CRI_XCBCand CRI_Cluster_Monitor repositories during the prep-deploy stage of the pipeline.
-
Krish Moodbidri authored
-
Krish Moodbidri authored
-
- Jan 22, 2024
-
-
Krish Moodbidri authored
-
Krish Moodbidri authored
Fix for mounting of volumes is done in image build factory via fstab ref: https://github.com/eesaanatluri/CRI_Cluster_Monitor/pull/42
-
Krish Moodbidri authored
This commit updates the user_data_script in the Terraform script to include mount commands for better initialization of the instance. The added mount commands ensure proper mounting of specified devices to relevant directories during the first boot of the instance. This adjustment addresses the requirement for mounting operations in the infrastructure setup.
-