Skip to content
Snippets Groups Projects
  1. Apr 09, 2019
  2. Jan 31, 2019
    • Benjamin Bertrand's avatar
      Use mirror on artifactory to install conda · a50314eb
      Benjamin Bertrand authored
      1. It's easier to use a mirror (no need to manually copy new RPMs to
      artifactory)
      2. The mirror is configured in this role because it's the only repo needed to
      install conda (no EPEL). No need to put it in the ics-ans-role-repository and
      add a dependency.
      a50314eb
  3. Jan 27, 2019
    • Benjamin Bertrand's avatar
      Clean conda env files for test · b95f4d67
      Benjamin Bertrand authored
      - only specify the python version to install (without exact dependencies
      to avoid deprecated packages)
      - use file from the repository to test http url (python27_env.yml) to
      not rely on an external repository
      v0.9.0
      b95f4d67
    • Benjamin Bertrand's avatar
      Install conda using RPM · 91851841
      Benjamin Bertrand authored
      RPM released by anaconda.
      Installation is done from the RPM to avoid adding the repository as
      dependency.
      91851841
  4. Jan 24, 2019
  5. Oct 24, 2018
  6. Oct 09, 2018
  7. Aug 23, 2018
  8. Jun 27, 2018
  9. Jun 04, 2018
  10. May 29, 2018
  11. Apr 25, 2018
    • Benjamin Bertrand's avatar
      Switch to artifactory channels · f5ce63b6
      Benjamin Bertrand authored
      1. Artifactory hosts a mirror of:
      - conda-forge
      - anaconda-main (this is the only channel from defaults that we care
        about)
      
      We also add the ics-conda channel.
      We probably want to allow people to add extra channels in the future.
      
      2. Remove the user condarc file. The default configuration should be
         done at system level.
      v0.7.1
      f5ce63b6
    • Benjamin Bertrand's avatar
      Change url example to gitlab · 6edecab7
      Benjamin Bertrand authored
      We want to track the changes to the conda environment files.
      They should be in git instead of artifactory.
      6edecab7
  12. Apr 24, 2018
  13. Mar 05, 2018
  14. Jan 24, 2018
  15. Jan 23, 2018
  16. Jan 10, 2018
  17. Jan 05, 2018
  18. May 10, 2017
    • Benjamin Bertrand's avatar
      Make Miniconda3 the default version · ea937790
      Benjamin Bertrand authored
      Miniconda2 was made the default because of Ansible, but there is no
      reason.
      Ansible has to use the default Python installation in the first place.
      
      For molecule, there is no problem to install that in a conda env with
      Python2.
      v0.4.0
      ea937790
  19. Apr 25, 2017
  20. Mar 24, 2017
  21. Mar 23, 2017
    • Benjamin Bertrand's avatar
      Install Miniconda2 by default · d41fe322
      Benjamin Bertrand authored
      Ansible still requires Python 2.
      We make Miniconda2 the default.
      
      It's still possible to install Miniconda3 by overriding
      miniconda_version and miniconda_installer_md5.
      d41fe322
  22. Mar 22, 2017
    • Benjamin Bertrand's avatar
      Add sudo package · c30eaf49
      Benjamin Bertrand authored
      sudo is required to install conda.
      It's automatically installed by molecule so the missing dependency was
      not detected by molecule test.
      c30eaf49
  23. Mar 20, 2017
Loading