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
6cc6ee53
Commit
6cc6ee53
authored
9 years ago
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade go server and agent java version.
parent
4b5ce75b
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 @
6cc6ee53
...
@@ -18,9 +18,9 @@ GO_AGENT_HOME: "/var/lib/go-agent/"
...
@@ -18,9 +18,9 @@ GO_AGENT_HOME: "/var/lib/go-agent/"
GO_AGENT_CONF_HOME
:
"
/etc/default/"
GO_AGENT_CONF_HOME
:
"
/etc/default/"
# Java version settings
# Java version settings
GO_AGENT_ORACLEJDK_VERSION
:
"
7u
51
"
GO_AGENT_ORACLEJDK_VERSION
:
"
7u
80
"
GO_AGENT_ORACLEJDK_BASE
:
"
jdk1.7.0_
51
"
GO_AGENT_ORACLEJDK_BASE
:
"
jdk1.7.0_
80
"
GO_AGENT_ORACLEJDK_BUILD
:
"
b1
3
"
GO_AGENT_ORACLEJDK_BUILD
:
"
b1
5
"
GO_AGENT_ORACLEJDK_LINK
:
"
/usr/lib/jvm/java-7-oracle"
GO_AGENT_ORACLEJDK_LINK
:
"
/usr/lib/jvm/java-7-oracle"
# java tuning
# java tuning
...
@@ -34,4 +34,4 @@ GO_AGENT_APT_NAME: "go-agent"
...
@@ -34,4 +34,4 @@ GO_AGENT_APT_NAME: "go-agent"
# go-agent configuration settings
# go-agent configuration settings
# override the server ip and port to connect an agent to it's go-server master.
# 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_IP
:
127.0.0.1
GO_AGENT_SERVER_PORT
:
8153
GO_AGENT_SERVER_PORT
:
8153
\ No newline at end of file
This diff is collapsed.
Click to expand it.
playbooks/roles/go-server/defaults/main.yml
View file @
6cc6ee53
...
@@ -18,9 +18,9 @@ GO_SERVER_HOME: "/var/lib/go-server"
...
@@ -18,9 +18,9 @@ GO_SERVER_HOME: "/var/lib/go-server"
GO_SERVER_CONF_HOME
:
"
/etc/go/"
GO_SERVER_CONF_HOME
:
"
/etc/go/"
# Java version settings
# Java version settings
GO_SERVER_ORACLEJDK_VERSION
:
"
7u
51
"
GO_SERVER_ORACLEJDK_VERSION
:
"
7u
80
"
GO_SERVER_ORACLEJDK_BASE
:
"
jdk1.7.0_
51
"
GO_SERVER_ORACLEJDK_BASE
:
"
jdk1.7.0_
80
"
GO_SERVER_ORACLEJDK_BUILD
:
"
b1
3
"
GO_SERVER_ORACLEJDK_BUILD
:
"
b1
5
"
GO_SERVER_ORACLEJDK_LINK
:
"
/usr/lib/jvm/java-7-oracle"
GO_SERVER_ORACLEJDK_LINK
:
"
/usr/lib/jvm/java-7-oracle"
# java tuning
# java tuning
...
@@ -43,4 +43,4 @@ GO_SERVER_ADMIN_USERS: ["admin"]
...
@@ -43,4 +43,4 @@ GO_SERVER_ADMIN_USERS: ["admin"]
GO_SERVER_CRUISE_CONTROL_DB_DESTIONATION
:
"
/var/lib/go-server/db/h2db/cruise.h2.db"
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
# key for go-agents to autoregister with the go-server
GO_SERVER_AUTO_REGISTER_KEY
:
"
dev-only-override-this-key"
GO_SERVER_AUTO_REGISTER_KEY
:
"
dev-only-override-this-key"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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