galaxyproject / ansible-cloudman-image

An Ansible role for building a machine image for CloudMan.
https://galaxy.ansible.com/list#/roles/2747
MIT License
8 stars 5 forks source link

Download MPI failing #8

Closed alexjsmac closed 9 years ago

alexjsmac commented 9 years ago

Hello, so I am trying to build a Galaxy on the Cloud platform but when I execute the cloudman image build it always fails when it attempts to download MPI. The error states that an SSL certificate does not belong to www.open-mpi.org. I am using Ansible 1.9.2. To avoid this I have skipped the MPI step by setting the cm_install_mpi variable to no and the rest of the build works. But is MPI something that is vital to the final product?

afgane commented 9 years ago

Not at the moment but there will hopefully be MPI-based tools coming online in the near future so we added it into the image.

I changed the download URL from https to just http to avoid this problem though (see 45291761b3945710c8529bf5ee2987f465d389e1).

Thanks for letting us know.

alexjsmac commented 9 years ago

Sounds good thanks!