Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
4412dec2
Commit
4412dec2
authored
Mar 15, 2016
by
Feanil Patel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2867 from edx/feanil/upgrade-go-server-java
Upgrade go server and agent java version.
parents
4b5ce75b
6cc6ee53
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
10 deletions
+8
-10
playbooks/roles/go-agent/defaults/main.yml
+4
-5
playbooks/roles/go-server/defaults/main.yml
+4
-5
No files found.
playbooks/roles/go-agent/defaults/main.yml
View file @
4412dec2
...
...
@@ -18,9 +18,9 @@ GO_AGENT_HOME: "/var/lib/go-agent/"
GO_AGENT_CONF_HOME
:
"
/etc/default/"
# Java version settings
GO_AGENT_ORACLEJDK_VERSION
:
"
7u
51
"
GO_AGENT_ORACLEJDK_BASE
:
"
jdk1.7.0_
51
"
GO_AGENT_ORACLEJDK_BUILD
:
"
b1
3
"
GO_AGENT_ORACLEJDK_VERSION
:
"
7u
80
"
GO_AGENT_ORACLEJDK_BASE
:
"
jdk1.7.0_
80
"
GO_AGENT_ORACLEJDK_BUILD
:
"
b1
5
"
GO_AGENT_ORACLEJDK_LINK
:
"
/usr/lib/jvm/java-7-oracle"
# java tuning
...
...
@@ -34,4 +34,4 @@ GO_AGENT_APT_NAME: "go-agent"
# go-agent configuration settings
# override the server ip and port to connect an agent to it's go-server master.
GO_AGENT_SERVER_IP
:
127.0.0.1
GO_AGENT_SERVER_PORT
:
8153
\ No newline at end of file
GO_AGENT_SERVER_PORT
:
8153
playbooks/roles/go-server/defaults/main.yml
View file @
4412dec2
...
...
@@ -18,9 +18,9 @@ GO_SERVER_HOME: "/var/lib/go-server"
GO_SERVER_CONF_HOME
:
"
/etc/go/"
# Java version settings
GO_SERVER_ORACLEJDK_VERSION
:
"
7u
51
"
GO_SERVER_ORACLEJDK_BASE
:
"
jdk1.7.0_
51
"
GO_SERVER_ORACLEJDK_BUILD
:
"
b1
3
"
GO_SERVER_ORACLEJDK_VERSION
:
"
7u
80
"
GO_SERVER_ORACLEJDK_BASE
:
"
jdk1.7.0_
80
"
GO_SERVER_ORACLEJDK_BUILD
:
"
b1
5
"
GO_SERVER_ORACLEJDK_LINK
:
"
/usr/lib/jvm/java-7-oracle"
# java tuning
...
...
@@ -43,4 +43,4 @@ GO_SERVER_ADMIN_USERS: ["admin"]
GO_SERVER_CRUISE_CONTROL_DB_DESTIONATION
:
"
/var/lib/go-server/db/h2db/cruise.h2.db"
# key for go-agents to autoregister with the go-server
GO_SERVER_AUTO_REGISTER_KEY
:
"
dev-only-override-this-key"
\ No newline at end of file
GO_SERVER_AUTO_REGISTER_KEY
:
"
dev-only-override-this-key"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment