- May 27, 2020
-
-
Benjamin Bertrand authored
JIRA INFRA-2156 #action In Progress
-
- May 26, 2020
-
-
Benjamin Bertrand authored
JIRA INFRA-2148
-
- Jan 27, 2020
-
-
Benjamin Bertrand authored
-
- Dec 12, 2019
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
-
- Nov 26, 2019
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
JIRA INFRA-1563
-
Benjamin Bertrand authored
JIRA INFRA-1563 #action In Progress
-
- Nov 25, 2019
-
-
Benjamin Bertrand authored
By default, we have: default_channels: - https://repo.anaconda.com/pkgs/main - https://repo.anaconda.com/pkgs/r Set it to an empty list to make sure repo.anaconda.com is not accessed (there shouldn't be any connection to it from the TN). JIRA INFRA-1560 #action In Progress
-
- Oct 02, 2019
-
-
Benjamin Bertrand authored
Using the conda_env module is more robust. - If the handler failed for any reason, the env file had to be deleted for it to run again - conda_env ensures the environment is up to date without having to recreate it
-
- Sep 26, 2019
-
-
Benjamin Bertrand authored
Using the conda module to update conda prevents to update from version older than 4.6 (the module requires 4.6). Using the command module should allow to update from older versions.
-
- Sep 20, 2019
-
-
Benjamin Bertrand authored
-
- Sep 19, 2019
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
foo that isn't supposed to exist, does in conda-e3 for test
-
Benjamin Bertrand authored
Avoid hard-coding /opt/conda
-
Benjamin Bertrand authored
conda and conda_env share the same Conda class. This class should be imported from another file but modules can only use imports from ansible.module_utils due to the way the module is copied to the host. See https://docs.ansible.com/ansible/latest/dev_guide/developing_program_flow_modules.html#ansiballz JIRA INFRA-1307 #action In Progress
-
- Sep 18, 2019
-
-
Benjamin Bertrand authored
-
- Aug 16, 2019
-
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
Avoid timeout on gitlab-runners
-
Benjamin Bertrand authored
Need conda 4.6 already installed, so update the installer.
-
Benjamin Bertrand authored
JIRA INFRA-1201 #action In Progress
-
Benjamin Bertrand authored
use_only_tar_bz2 is required for compatibility with Artifactory remote conda repositories. Only .tar.bz2 are currently cached. See https://www.jfrog.com/jira/browse/RTFACT-19267
-
- Jun 12, 2019
-
-
Amir Forsat authored
Debian See merge request ics-ansible-galaxy/ics-ans-role-conda!2
-
Amir Forsat authored
with Debian based operating systems.
-
- May 22, 2019
-
-
Benjamin Bertrand authored
JIRA INFRA-1028
-
- May 17, 2019
-
-
Benjamin Bertrand authored
conda_default_env.sh is executed before conda.sh file and thus the conda function is not known. File renamed condaz_default_env.sh to be run after.
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
conda-e3 is now used to install pyepics and pvapy
-
Benjamin Bertrand authored
Variable conda_default_env can be set to an environment name. This environment will be automatically activated for all users (using /etc/profile.d/conda_default_env.sh).
-
- Apr 23, 2019
-
-
Benjamin Bertrand authored
On the TN, we can't access repo.anaconda.com. The channel_alias has to be set before trying to update conda.
-
- Apr 15, 2019
-
-
Te-Hung Tseng authored
Updated conda to 4.6.12 See merge request ics-ansible-galaxy/ics-ans-role-conda!1
-
Te-Hung Tseng authored
-
- Apr 09, 2019
-
-
Benjamin Bertrand authored
Allow to specify the channels to use using the conda_channels variable.
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
The create and destroy playbooks are not required anymore. They are part of molecule (for docker).
-
Benjamin Bertrand authored
-
Benjamin Bertrand authored
When installing conda with the installer, conda can be updated by using conda. But when using the RPM, conda should only be updated with yum. The RPMs provided by conda are currently updated very seldomly (conda 4.6.11 is available, but the only rpm available is still 4.5.12). Using the installer gives better control of the version we want to install.
-
- Jan 31, 2019
-
-
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.
-
- Jan 27, 2019
-
-
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
-
Benjamin Bertrand authored
RPM released by anaconda. Installation is done from the RPM to avoid adding the repository as dependency.
-