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
8f0f98c0
Commit
8f0f98c0
authored
5 years ago
by
Rajesh
Browse files
Options
Download
Patches
Plain Diff
Updating skip-tags in install script
parent
cd2f6c0c
3node-prior-rebase-2-5
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
deploy/install-deps.sh
+1
-1
deploy/install-deps.sh
deploy/install.sh
+2
-2
deploy/install.sh
with
3 additions
and
3 deletions
+3
-3
deploy/install-deps.sh
+
1
−
1
View file @
8f0f98c0
...
...
@@ -26,7 +26,7 @@ case "$(kubectl version --short 2> /dev/null | awk 'END {print}')" in
;;
*
)
# Install kubernetes
curl
-sL
https://get.k3s.io |
INSTALL_K3S_VERSION
=
v0.9.0
INSTALL_K3S_EXEC
=
"--no-deploy=traefik
--no-deploy=servicelb
"
sh -
curl
-sL
https://get.k3s.io |
INSTALL_K3S_VERSION
=
v0.9.0
INSTALL_K3S_EXEC
=
"--no-deploy=traefik"
sh -
sudo chown
$(
whoami
)
/etc/rancher/k3s/k3s.yaml
;;
esac
...
...
This diff is collapsed.
Click to expand it.
deploy/install.sh
+
2
−
2
View file @
8f0f98c0
...
...
@@ -12,8 +12,8 @@ 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
--tags
postgresql-master
#
--skip-tags "postgresql-slave,log-es"
ansible-playbook
-i
../ansible/inventory/env/ ../ansible/postgresql-data-update.yml
#--skip-tags "postgresql-slave,log-es"
ansible-playbook
-i
../ansible/inventory/env/ ../ansible/provision.yml
--skip-tags
"postgresql-slave,log-es"
ansible-playbook
-i
../ansible/inventory/env/ ../ansible/postgresql-data-update.yml
#
# Bootstrapping k8s
ansible-playbook
-i
../ansible/inventory/env/ ../kubernetes/ansible/bootstrap_minimal.yaml
...
...
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