...
1. Adminutil # Deploy Adminutil Container
2. API Manager # deploys API Manger Kong and API manager echo
4. OnboardAPIS # Onboards All API's to sunbird
5. OnboardConsumers (Take the jwt token from Jenkins Output of api-management-test-user and update update core_vault_ekstep_api_key, core_vault_sunbird_api_auth_token if using KP and DP along with core) # Onboards New consumer to sunbird and generates API key specific to Consumer, Update this value with correponding api key of ekstep 'core_vault_ekstep_api_key'
7. (Provision) Cassandra # Provisions Cassandra and create Keyspaces required for Sunbird Core
8. Cassandra # Does Migration if required
6. (Provision) Keycloak # Provisions Keycloak by installing prerequisites like java and env vars of learner
9. keycloak # Deploys keycloak service to VM
10. Proxy # Deploys Proxy, Handles all routing within the swarm
11. KeycloakRealm # Creates Sunbird Realm, (After Creation of Realm configure keycloak by using Below Steps.)
...
12. Player # Deploys Player service, used to display Frontend of App
13. Learner # Deploys Learner Service, handles user management, helps in searching content
14. Content # Deploys Content service, Helps in creation of content
15. Telemetry # Deploys Telemetry Service, Helps in sending telemetry to kafka
16. TelemetryLogstashDataPipeline # Deploys logstash container, which sends telemetry to kafka
17. TelemetryLogstash # Deploys logstash container for sending telemetry to ekstep [Trigger only when you want to send telemetry to ekstep]
Create a mapping for cbatch elasticsearch searchindex index
...