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
270ba4f1
Commit
270ba4f1
authored
Nov 08, 2016
by
Kevin Falcone
Committed by
GitHub
Nov 08, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3456 from edx/jibsheet/upgrade-mms-agents
Bump agent versions
parents
61fa23ae
b50326e1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
playbooks/roles/mongo_mms/defaults/main.yml
+5
-3
playbooks/roles/mongo_mms/tasks/main.yml
+1
-1
No files found.
playbooks/roles/mongo_mms/defaults/main.yml
View file @
270ba4f1
base_url
:
"
https://
mms.mongodb.com/download/agent/monitoring
"
base_url
:
"
https://
cloud.mongodb.com/download/agent
"
pkg_arch
:
"
amd64"
pkg_format
:
"
deb"
agents
:
-
agent
:
mongodb-mms-monitoring-agent
version
:
"
5.
1.0.323
-1"
version
:
"
5.
4.1.350
-1"
config
:
"
/etc/mongodb-mms/monitoring-agent.config"
dir
:
"
monitoring"
-
agent
:
mongodb-mms-backup-agent
version
:
"
4.4.1.402
-1"
version
:
"
5.0.1.453
-1"
config
:
"
/etc/mongodb-mms/backup-agent.config"
dir
:
"
backup"
playbooks/roles/mongo_mms/tasks/main.yml
View file @
270ba4f1
...
...
@@ -12,7 +12,7 @@
-
name
:
download mongo mms agent
get_url
:
>
url="{{ base_url }}/{{ item.agent }}_{{ item.version }}_{{ pkg_arch }}.{{ pkg_format }}"
url="{{ base_url }}/{{ item.
dir }}/{{ item.
agent }}_{{ item.version }}_{{ pkg_arch }}.{{ pkg_format }}"
dest="/tmp/{{ item.agent }}-{{ item.version }}.{{ pkg_format }}"
register
:
download_mms_deb
with_items
:
...
...
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