Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
19f42859
Commit
19f42859
authored
5 years ago
by
Rajesh
Committed by
rjshrjndrn
5 years ago
Browse files
Options
Download
Patches
Plain Diff
Initiailizing postgres data
parent
5bc4f7de
3node
3node_bak_new
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
deploy/install.sh
+6
-5
deploy/install.sh
with
6 additions
and
5 deletions
+6
-5
deploy/install.sh
+
6
−
5
View file @
19f42859
...
...
@@ -11,9 +11,10 @@ module=Core
# Creating inventory strucure
cp
$INVENTORY_PATH
/
$module
/
*
../ansible/inventory/env/
# Installing dbs (es, cassandra, postgres)
# ansible-playbook -i ../ansible/inventory/env/ ../ansible/provision.yml --skip-tags "postgresql-slave,log-es"
ansible-playbook
-i
../ansible/inventory/env/ ../ansible/provision.yml
--tags
postgresql-master
#--skip-tags "postgresql-slave,log-es"
ansible-playbook
-i
../ansible/inventory/env/ ../ansible/postgresql-data-update.yml
--tags
postgresql-master
#--skip-tags "postgresql-slave,log-es"
# Bootstrapping k8s
ansible-playbook
-i
../ansible/inventory/env/ ../kubernetes/ansible/bootstrap_minimal.yaml
# Installing API manager and onboarding apis
ansible-playbook
-i
../ansible/inventory/env/ ../kubernetes/ansible/deploy_core_service.yml
-e
chart_path
=
/home/ops/sunbird-devops/kubernetes/helm_charts/core/apimanager
-e
release_name
=
apimanager
-v
#
# Bootstrapping k8s
#
ansible-playbook -i ../ansible/inventory/env/ ../kubernetes/ansible/bootstrap_minimal.yaml
#
# Installing API manager and onboarding apis
#
ansible-playbook -i ../ansible/inventory/env/ ../kubernetes/ansible/deploy_core_service.yml -e chart_path=/home/ops/sunbird-devops/kubernetes/helm_charts/core/apimanager -e release_name=apimanager -v
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets