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
98761c62
Commit
98761c62
authored
5 years ago
by
Rajesh
Committed by
rjshrjndrn
5 years ago
Browse files
Options
Download
Patches
Plain Diff
default vars for env
parent
13a4f0ac
3node
3node_bak_new
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
deploy/install.sh
+1
-1
deploy/install.sh
private_repo/ansible/inventory/dev/Core/common.yml
+2
-4
private_repo/ansible/inventory/dev/Core/common.yml
with
3 additions
and
5 deletions
+3
-5
deploy/install.sh
+
1
−
1
View file @
98761c62
...
...
@@ -16,4 +16,4 @@ cp $INVENTORY_PATH/$module/* ../ansible/inventory/env/
# 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
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.
private_repo/ansible/inventory/dev/Core/common.yml
+
2
−
4
View file @
98761c62
############## Release-1.14.0 ##################
env
:
#Name of the environment, e.g. dev, staging or production.
env
:
dev
#Name of the environment, e.g. dev, staging or production.
env_name
:
"
{{
env
}}"
domain_name
:
sunbird.centralindia.cloudapp.azure.com
#Domain on which the portal will be accessed. e.g. staging.{implementation-name}.org
proto
:
https
# Protocol
...
...
@@ -64,7 +62,7 @@ azure_plugin_storage_account_name: "{{azure_account_name}}"
azure_plugin_storage_account_key
:
"
{{core_vault_sunbird_azure_storage_key}}"
plugin_container_name
:
"
{{sunbird_content_azure_storage_container}}"
namespace
:
{{
env
}}
namespace
:
"
{{env}}
"
imagepullsecrets
:
"
"
dockerhub
:
"
registry.hub.docker.com"
kubeconfig_path
:
"
/etc/rancher/k3s/k3s.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