Skip to content
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

Updated Schema path and ESmapping jobs #71

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions use/installation-guide/installation-document.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ git checkout tags/release-5.1.0-vdn -b release-5.1.0-vdn
| --------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------ |
| Provision/Core/ApplicationElasticSearch | release-5.0.0\_RC2 | [https://github.com/project-sunbird/sunbird-devops.git](https://github.com/project-sunbird/sunbird-devops.git) | Installs Elasticsearch used by the applications |
| Provision/Core/Cassandra | release-5.1.0 | [https://github.com/project-sunbird/sunbird-devops.git](https://github.com/project-sunbird/sunbird-devops.git) | Installs Cassandra database |
| Provision/Core/ESMapping | indices\_name: all, branch\_or\_tag: release-5.0.0\_RC2 | [https://github.com/project-sunbird/sunbird-devops.git](https://github.com/project-sunbird/sunbird-devops.git) | Creates Elasticsearch indices and mappings |
| Provision/Core/ESMapping | indices\_name: all, branch\_or\_tag: release-5.0.0\_RC2, es_files: indices,mappings,pipelines | [https://github.com/project-sunbird/sunbird-devops.git](https://github.com/project-sunbird/sunbird-devops.git) | Creates Elasticsearch indices and mappings |
| Provision/Core/Postgres | release-5.0.0\_RC2 | [https://github.com/project-sunbird/sunbird-devops.git](https://github.com/project-sunbird/sunbird-devops.git) | Installs Postgres database |
| Provision/Core/PostgresDbUpdate | release-5.0.0\_RC2 | [https://github.com/project-sunbird/sunbird-devops.git](https://github.com/project-sunbird/sunbird-devops.git) | Creates Postgres tables, schema and users |
| Provision/KnowledgePlatform/Learning | release-5.0.0\_RC2 | [https://github.com/project-sunbird/sunbird-learning-platform.git](https://github.com/project-sunbird/sunbird-learning-platform.git) | Install tomcat and other pre-requisites for Learning service |
Expand Down Expand Up @@ -103,8 +103,8 @@ git checkout tags/release-5.1.0-vdn -b release-5.1.0-vdn
| Deploy/Kubernetes/KafkaSetup | release-5.1.0\-vdn | [https://github.com/project-sunbird/sunbird-devops.git](https://github.com/project-sunbird/sunbird-devops.git) | Creates / Updates Kafka Topics |
| Deploy/KnowledgePlatform/KafkaSetup | release-5.0.0\_RC2 | [https://github.com/project-sunbird/sunbird-learning-platform.git](https://github.com/project-sunbird/sunbird-learning-platform.git) | Creates / Updates Kafka Topics |
| Deploy/KnowledgePlatform/Learning | release-5.2.0\-vdn | [https://github.com/project-sunbird/sunbird-learning-platform.git](https://github.com/project-sunbird/sunbird-learning-platform.git) | Deploys the Learning service on tomcat |
| Deploy/KnowledgePlatform/Neo4j | release-5.1.0 | [https://github.com/project-sunbird/sunbird-learning-platform.git](https://github.com/project-sunbird/sunbird-learning-platform.git) | Deploys the Neo4j plugins |
| Deploy/KnowledgePlatform/Neo4jDefinitionUpdate | release-5.2.0 | [https://github.com/project-sunbird/sunbird-learning-platform.git](https://github.com/project-sunbird/sunbird-learning-platform.git) | Creates / Updates the Neo4j database |
| Deploy/KnowledgePlatform/Neo4j | release-5.1.0 | [https://github.com/project-sunbird/sunbird-learning-platform.git](https://github.com/project-sunbird/sunbird-learning-platform.git) | Deploys the Neo4j plugins |
| Deploy/KnowledgePlatform/Neo4jDefinitionUpdate | branch\_or\_tag: release-5.2.0, schemas_branch: release-5.1.3_RC1 | [https://github.com/project-sunbird/sunbird-learning-platform.git](https://github.com/project-sunbird/sunbird-learning-platform.git) | Creates / Updates the Neo4j database |
| Deploy/KnowledgePlatform/FlinkJobs | branch\_or\_tag: release-5.1.0\, job\_names\_to\_deploy: Select All | [https://github.com/project-sunbird/sunbird-learning-platform.git](https://github.com/project-sunbird/sunbird-learning-platform.git) | Deploys the Flink jobs in Kubernetes cluster |
| Deploy/Kubernetes/nginx-private-ingress | release-5.1.0\-vdn | [https://github.com/project-sunbird/sunbird-devops.git](https://github.com/project-sunbird/sunbird-devops.git) | Deploys nginx with a private load balancer |
| Deploy/Kubernetes/APIManager | release-5.1.0\-vdn | [https://github.com/project-sunbird/sunbird-devops.git](https://github.com/project-sunbird/sunbird-devops.git) | Deploys Kong, the API gateway |
Expand Down