-
Notifications
You must be signed in to change notification settings - Fork 24
[MOSIP-42509]Merging all changes from release-0.1.0 to develop #93
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[MOSIP-43149]Docs improvements bug fixes
* [MOSIP-43211]Add image registry to multiple chart configurations Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com> * [MOSIP-43211]Set image registry for multiple MOSIP charts Added image registry configuration for various charts to use 'harbor.mosip.net'. Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com> * [MOSIP-43211]Update image registry for Elasticsearch and Kibana Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com> * [MOSIP-43211]Add image registry to multiple Helm chart configurations Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com> * Update image registry in mosip-dsf.yaml Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com> * Update image repository paths in mosip-dsf.yaml Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com> * Update image repository paths in external-dsf.yaml Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com> * Update testrigs-dsf.yaml Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com> * [MOSIP-43149] Add comprehensive beginner-friendly documentation - Added 6 new documentation guides (Glossary, Secret Generation, Workflow, DSF Configuration, Environment Destruction) - Enhanced all README files with plain language explanations - Added links to official documentation throughout - Removed decorative emojis for professional appearance - Preserved functional symbols (✅/❌) for clarity - Created documentation index for easy navigation Fixes: MOSIP-43149 Signed-off-by: bhumi46 <thisisbn46@gmail.com> * Fix kubectl command: Replace 'kubectl get pods -n mosip' with 'kubectl get pods -A' - Updated all documentation to use correct command for listing all pods - Changed from namespace-specific to all-namespaces listing - Affected files: README.md, docs/WORKFLOW_GUIDE.md, docs/README.md, Helmsman/helmsman-workflow-guide.md Signed-off-by: bhumi46 <thisisbn46@gmail.com> * Remove marketing-style 'What Makes These Guides Beginner-Friendly' section - Removed redundant promotional content - Keep documentation professional and concise - The guides speak for themselves Signed-off-by: bhumi46 <thisisbn46@gmail.com> * Add Quick Destruction section for fast teardown (6-10 minutes) - Added fast destruction method using Terraform Destroy workflow - No backup required for test/dev environments - Complete teardown in 6-10 minutes - Clear warnings about data loss - Step-by-step instructions for GitHub Actions workflow - Verification steps after destruction Signed-off-by: bhumi46 <thisisbn46@gmail.com> * Add comprehensive Rancher import configuration documentation - Document how to generate Rancher import URL from observ-infra - Step-by-step guide for cluster import in Rancher UI - Critical string escaping requirements for rancher_import_url - Troubleshooting section for import failures - Benefits of Rancher cluster management - Fixes missing documentation bug for enable_rancher_import Fixes: MOSIP-43149 (additional bug found during QA) Signed-off-by: bhumi46 <thisisbn46@gmail.com> * Remove AWS KMS reference - not configured in current setup - Changed 'AWS KMS' to 'S3 server-side encryption' for S3 backend - Reflects actual encryption method used - AWS KMS is not configured in this infrastructure Signed-off-by: bhumi46 <thisisbn46@gmail.com> * Update mosip-dsf.yaml Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com> * Update mosip-dsf.yaml Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com> * Remove image registry from multiple Helm charts Removed image registry references for various charts. Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com> * Update mosip-dsf.yaml Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com> * Remove image registry from Elasticsearch and Kibana Removed image registry entries for Elasticsearch and Kibana. Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com> * Update testrigs-dsf.yaml Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com> * Update default value for ENABLE_STATE_LOCKING Changed default value of ENABLE_STATE_LOCKING from true to false. Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com> * [MOSIP-43149]updated docs Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149]updated docs Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149]updated docs Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149]updated docs Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149]updated docs Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149]updated docs Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149] updated docs Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149] updated docs Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149] updated docs Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149]updated docs Signed-off-by: bhumi46 <thisisbn46@gmail.com> * Add workflow screenshots and update documentation - Add annotated screenshots for base-infra terraform apply/destroy - Add annotated screenshots for infra terraform apply/destroy - Add annotated screenshots for Helmsman external services and testrigs deployments - Update README.md with screenshot links and DSL orchestrator instructions - Update ENVIRONMENT_DESTRUCTION_GUIDE.md with screenshot links - Fix cronjob name: cronjob-dslorchestrator-full - Add post-deployment steps for test rigs (cron updates, manual job trigger) - Remove observ-infra deployment step from Rancher import section Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149]updated docs Signed-off-by: bhumi46 <thisisbn46@gmail.com> * Add workflow screenshots and update documentation - Add annotated screenshots for base-infra terraform apply/destroy - Add annotated screenshots for infra terraform apply/destroy - Add annotated screenshots for Helmsman external services and testrigs deployments - Update README.md with screenshot links and DSL orchestrator instructions - Update ENVIRONMENT_DESTRUCTION_GUIDE.md with screenshot links - Fix cronjob name: cronjob-dslorchestrator-full - Add post-deployment steps for test rigs (cron updates, manual job trigger) - Remove observ-infra deployment step from Rancher import section Signed-off-by: bhumi46 <thisisbn46@gmail.com> * Add workflow screenshots and update documentation - Add annotated screenshots for base-infra terraform apply/destroy - Add annotated screenshots for infra terraform apply/destroy - Add annotated screenshots for Helmsman external services and testrigs deployments - Update README.md with screenshot links and DSL orchestrator instructions - Update ENVIRONMENT_DESTRUCTION_GUIDE.md with screenshot links - Fix cronjob name: cronjob-dslorchestrator-full - Add post-deployment steps for test rigs (cron updates, manual job trigger) - Remove observ-infra deployment step from Rancher import section Signed-off-by: bhumi46 <thisisbn46@gmail.com> --------- Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com> Signed-off-by: bhumi46 <thisisbn46@gmail.com>
* [MOSIP-43149]updated docs as per varaniya Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149]updated docs as per varaniya Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149]updated docs as per varaniya Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149]updated docs as per varaniya Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149]updated docs as per varaniya Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149]updated docs as per varaniya Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149]updated docs as per varaniya Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149]updated docs as per varaniya Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149]updated docs as per varaniya and reeba Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149]updated docs as per varaniya and reeba Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149]updated docs as per varaniya and reeba Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149]updated docs as per varaniya and reeba Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149]updated docs as per varaniya and reeba Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149]updated docs as per varaniya and reeba Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149]updated docs as per varaniya and reeba Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149]updated docs as per varaniya and reeba Signed-off-by: bhumi46 <thisisbn46@gmail.com> * [MOSIP-43149]updated docs as per varaniya and reeba Signed-off-by: bhumi46 <thisisbn46@gmail.com> --------- Signed-off-by: bhumi46 <thisisbn46@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.