Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Automated Configuration Management - ACM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Research Labs
CODECO Project
Automated Configuration Management - ACM
Commits
f9d6fd1b
Commit
f9d6fd1b
authored
5 months ago
by
Panagiotis Karamolegkos
Browse files
Options
Downloads
Patches
Plain Diff
Update post_deploy.sh
parent
3b7fef2e
No related branches found
No related tags found
No related merge requests found
Pipeline
#62662
canceled
5 months ago
Stage: build-deployment
Stage: test-build
Stage: test-logs
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/post_deploy.sh
+1
-0
1 addition, 0 deletions
scripts/post_deploy.sh
with
1 addition
and
0 deletions
scripts/post_deploy.sh
+
1
−
0
View file @
f9d6fd1b
...
@@ -116,6 +116,7 @@ helm repo add bitnami https://charts.bitnami.com/bitnami
...
@@ -116,6 +116,7 @@ helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add neo4j https://helm.neo4j.com/neo4j
helm repo add neo4j https://helm.neo4j.com/neo4j
sed
-i
"s/<storageclassName>/
$STORAGECLASSNAME
/g"
"./deployment/zookeeper-helm.yaml"
sed
-i
"s/<storageclassName>/
$STORAGECLASSNAME
/g"
"./deployment/zookeeper-helm.yaml"
sed
-i
"s/<storageclassName>/
$STORAGECLASSNAME
/g"
"./deployment/neo4j-helm.yaml"
sed
-i
"s/<storageclassName>/
$STORAGECLASSNAME
/g"
"./deployment/neo4j-helm.yaml"
sed
-i
"s/<storageclassName>/
$STORAGECLASSNAME
/g"
"./deployment/kafka-helm.yaml"
helm
--kube-context
=
$MDM_CONTEXT
install
mdm-zookeeper
-n
$MDM_NAMESPACE
bitnami/zookeeper
-f
./deployment/zookeeper-helm.yaml
helm
--kube-context
=
$MDM_CONTEXT
install
mdm-zookeeper
-n
$MDM_NAMESPACE
bitnami/zookeeper
-f
./deployment/zookeeper-helm.yaml
helm
--kube-context
=
$MDM_CONTEXT
install
mdm-kafka
-n
$MDM_NAMESPACE
bitnami/kafka
--version
21.1.1
-f
./deployment/kafka-helm.yaml
helm
--kube-context
=
$MDM_CONTEXT
install
mdm-kafka
-n
$MDM_NAMESPACE
bitnami/kafka
--version
21.1.1
-f
./deployment/kafka-helm.yaml
helm
--kube-context
=
$MDM_CONTEXT
install
mdm-neo4j
-n
$MDM_NAMESPACE
neo4j/neo4j-standalone
-f
./deployment/neo4j-helm.yaml
helm
--kube-context
=
$MDM_CONTEXT
install
mdm-neo4j
-n
$MDM_NAMESPACE
neo4j/neo4j-standalone
-f
./deployment/neo4j-helm.yaml
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment