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
edx
configuration
Commits
0d5fa4ae
Commit
0d5fa4ae
authored
8 years ago
by
John Eskew
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3067 from edx/jeskew/upgrade_gocd_to_16.4.0
Upgrade GoCD to 16.4.0
parents
a855431c
ae70a4ce
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
playbooks/roles/go-agent/defaults/main.yml
+3
-3
playbooks/roles/go-server/defaults/main.yml
+3
-3
playbooks/roles/go-server/tasks/setup_regular_backup.yml
+2
-2
No files found.
playbooks/roles/go-agent/defaults/main.yml
View file @
0d5fa4ae
...
...
@@ -13,7 +13,7 @@
GO_AGENT_SERVICE_NAME
:
"
go-agent"
GO_AGENT_USER
:
"
go"
GO_AGENT_GROUP
:
"
{{
GO_AGENT_USER
}}"
GO_AGENT_VERSION
:
"
16.
1.0-2855
"
GO_AGENT_VERSION
:
"
16.
4.0-3223
"
GO_AGENT_HOME
:
"
/var/lib/go-agent/"
GO_AGENT_CONF_HOME
:
"
/etc/default/"
...
...
@@ -27,8 +27,8 @@ GO_AGENT_ORACLEJDK_LINK: "/usr/lib/jvm/java-7-oracle"
GO_AGENT_JAVA_HOME
:
"
{{
GO_AGENT_ORACLEJDK_LINK
}}"
# Aptitude settings
GO_AGENT_APT_SOURCE
:
"
deb
http
://dl.bintray.com/gocd/gocd-deb/
/"
GO_AGENT_APT_KEY_URL
:
"
https://
bintray.com/user/downloadSubjectPublicKey?username=gocd
"
GO_AGENT_APT_SOURCE
:
"
deb
http
s://download.go.cd
/"
GO_AGENT_APT_KEY_URL
:
"
https://
download.go.cd/GOCD-GPG-KEY.asc
"
GO_AGENT_APT_NAME
:
"
go-agent"
# go-agent configuration settings
...
...
This diff is collapsed.
Click to expand it.
playbooks/roles/go-server/defaults/main.yml
View file @
0d5fa4ae
...
...
@@ -13,7 +13,7 @@
GO_SERVER_SERVICE_NAME
:
"
go-server"
GO_SERVER_USER
:
"
go"
GO_SERVER_GROUP
:
"
{{
GO_SERVER_USER
}}"
GO_SERVER_VERSION
:
"
16.
1.0-2855
"
GO_SERVER_VERSION
:
"
16.
4.0-3223
"
GO_SERVER_HOME
:
"
/var/lib/go-server"
GO_SERVER_CONF_HOME
:
"
/etc/go"
GO_SERVER_PLUGIN_DIR
:
"
{{
GO_SERVER_HOME
}}/plugins/external/"
...
...
@@ -28,8 +28,8 @@ GO_SERVER_ORACLEJDK_LINK: "/usr/lib/jvm/java-7-oracle"
GO_SERVER_JAVA_HOME
:
"
{{
GO_SERVER_ORACLEJDK_LINK
}}"
# Aptitude settings
GO_SERVER_APT_SOURCE
:
"
deb
http
://dl.bintray.com/gocd/gocd-deb/
/"
GO_SERVER_APT_KEY_URL
:
"
https://
bintray.com/user/downloadSubjectPublicKey?username=gocd
"
GO_SERVER_APT_SOURCE
:
"
deb
http
s://download.go.cd
/"
GO_SERVER_APT_KEY_URL
:
"
https://
download.go.cd/GOCD-GPG-KEY.asc
"
GO_SERVER_APT_NAME
:
"
go-server"
GO_SERVER_APT_PKGS
:
[
"
apache2-utils"
]
...
...
This diff is collapsed.
Click to expand it.
playbooks/roles/go-server/tasks/setup_regular_backup.yml
View file @
0d5fa4ae
...
...
@@ -53,5 +53,5 @@
cron
:
name
:
"
gocd
backup"
minute
:
0
hour
:
2
job
:
"
{{
GO_SERVER_BACKUP_CRON_SCRIPT_LOCATION
}}"
hour
:
3
job
:
"
{{
GO_SERVER_BACKUP_CRON_SCRIPT_LOCATION
}}
2>&1
|
/usr/bin/logger
-t
gocd_backup
"
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