diff --git a/use/installation-guide/installation-document.md b/use/installation-guide/installation-document.md index 14613f4..81cd061 100644 --- a/use/installation-guide/installation-document.md +++ b/use/installation-guide/installation-document.md @@ -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 | @@ -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 |