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
a59607de
Commit
a59607de
authored
5 years ago
by
Rajesh
Browse files
Options
Download
Patches
Plain Diff
updating keycloak ip
parent
62b64a63
3node-prior-rebase-2-5
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
private_repo/ansible/inventory/dev/Core/common.yml
+1
-1
private_repo/ansible/inventory/dev/Core/common.yml
private_repo/ansible/inventory/dev/Core/hosts
+6
-0
private_repo/ansible/inventory/dev/Core/hosts
with
7 additions
and
1 deletion
+7
-1
private_repo/ansible/inventory/dev/Core/common.yml
+
1
−
1
View file @
a59607de
...
...
@@ -9,7 +9,7 @@ ssh_public_key_deployer: "" # SSH Public key for deployer user, with
ekstep_s3_env
:
qa
# dev or qa or prod of ekstep for plugins
learningservice_ip
:
10.1.4.6
# Load balancer IP for learning server
searchservice_ip
:
10.1.4.6
# search service Load balancer IP
keycloak_url
:
keycloak-service
# Keycloak Load balancer IP; eg http://10.10.10.10
keycloak_url
:
http://10.1.4.7:8080
# Keycloak Load balancer IP; eg http://10.10.10.10
; If you don't have LB give http://keycloak-ip:8080
sunbird_default_channel
:
sunbird
# Organization channel name which portal will connect to
sunbird_app_name
:
sunbird
# By default app name will be sunbird
azure_account_name
:
3node
# Storage account name for blobs
...
...
This diff is collapsed.
Click to expand it.
private_repo/ansible/inventory/dev/Core/hosts
+
6
−
0
View file @
a59607de
...
...
@@ -5,6 +5,12 @@ localhost ansible_connection=local
local
cassandra
[keycloak-1]
10.1.4.7
[keycloak:children]
keycloak-1
[kafka]
11.2.1.15
...
...
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