Details
-
Task
-
Resolution: Done
-
Critical - P2
-
None
-
None
-
None
Description
#
|
# The `automation.versions.source` property controls how Ops Manager learns about
|
# new MongoDB releases and from what host(s) the Automation Agents will download
|
# the binaries for those releases.
|
#
|
# mongodb - The manifest of available MongoDB versions will automatically be pulled
|
# from MongoDB, Inc. The automation agents will download MongoDB
|
# binaries from mongodb.org/mongodb.com.
|
# local - The manifest of available MongoDB versions must be supplied on the
|
# Version Manager screen of the Ops Manager UI. The automation agents
|
# will download MongoDB binaries from the Ops Manager Server. The
|
# tarballs containing the binaries must be placed in the directory
|
# specified by the `automation.versions.directory` property.
|
#
|
automation.versions.source=local
|
automation.versions.directory=/opt/mongodb/mms/mongodb-releases/
|