HenryGP / om_ansible

Minimalistic, disposable Ops Manager environment with Ansible
19 stars 17 forks source link

OM version option #68

Closed mbarciela closed 4 years ago

mbarciela commented 4 years ago

Add the option to get the OM download URL automatically (om_download_url) by pointing out just OM version to be installed.

e.g.

om_version: X.X.XX
emisca commented 4 years ago

this can be really difficult to do as we don't have a way to retrieve the OM RPM package URL list from the mongodb website, neither we know in a reliable way all the list of URLs.

A cheap way to do this is to make something similar to the version manifest we have for MongoDB with Ops Manager URLs.

Airgunster commented 4 years ago

@emisca,

this can be really difficult to do as we don't have a way to retrieve the OM RPM package URL list from the mongodb website, neither we know in a reliable way all the list of URLs.

We can actually do that, https://s3.amazonaws.com/info-mongodb-com/com-download-center/ops_manager_4.2.13.json (replace 4.2.13 with whatever version you want), that JSON is used by the Download Center (so it's trusted). I'll have a look how we can implement this.