KnowledgePlatform
Log in to the Jenkins and do the following
Build
Switch to
Buildfolder and run all jobs. Provide the tag as release-1.14.0 in the build job parameter github_release_tag
Provision
Download neo4j enterprise version and keep it in your private repo under artifacts directory. The name of the file should be ending with neo4j*.tar.gz
Since the file size of neo4j will be larger than 100 MB, you need to use git lfs to store this artifact in your private repo. Refer this link to see for git lfs details - https://git-lfs.github.com/
Switch to
Provision/<env>/KnowledgePlatformand run jobs in following orderCassandra
CompositeSearch
Neo4j
Zookeeper
Kafka
Learning
Redis
Search
Deploy
Switch to
Deploy/dev/KnowledgePlatformand run all jobs in the following orderCassandraDbUpdate
Neo4j
StartNeo4jCluster
Learning
Search
Neo4jDefinitionUpdate
Neo4jElasticSearchSyncTool
KafkaSetup
Yarn
Manual Run - Content retire API
Login to the cassandra VM and run the below commands
vi /etc/cassandra/cassandra.yaml
Update the value as batch_size_fail_threshold_in_kb: 200
service cassandra restart
cd /tmp
wget https://sunbirdpublic.blob.core.windows.net/installation/script_data.csv
Run cqlsh
COPY dev_script_store.script_data FROM '/tmp/script_data.csv'; (Here dev will be you env name)
SELECT COUNT(*) FROM dev_script_store.script_data ; (Output should be 324 rows)
Login to learning VM and restart tomcat
sudo service tomcat restart
Now you should be able to delete contents from workspace, drafts, contents which are published etc.