- Nov 25, 2022
-
-
Simon Rose authored
ICSHWI-10917: Remove ENGINEER from deployment See merge request !104
-
- Nov 15, 2022
-
-
Simon Rose authored
-
- Nov 14, 2022
-
-
Simon Rose authored
Remove cell mode from the deployment tool See merge request !103
-
- Nov 11, 2022
-
-
Simon Rose authored
-
Simon Rose authored
-
Simon Rose authored
-
Simon Rose authored
-
Simon Rose authored
-
Simon Rose authored
Cell mode has previously only been allowed for require < 4.0.0. During the current maintenence window, we are removing it completely. Most of this is simply modifying the molecule setups.
-
- Nov 09, 2022
-
-
Simon Rose authored
Unpin the dependent roles See merge request !102
-
- Nov 04, 2022
-
-
Simon Rose authored
-
- Nov 03, 2022
-
-
Simon Rose authored
-
- Nov 01, 2022
-
-
Simon Rose authored
ICS-418: Always force clone of IOC repositories See merge request !101
-
- Oct 21, 2022
-
-
Simon Rose authored
Note that we will shortly be removing cell mode support entirely, so this is a more minor change than it appears.
-
Simon Rose authored
See 365d604d and https://jira.esss.lu.se/browse/ICSHWI-6668 for more context.
-
- Oct 18, 2022
-
-
Simon Rose authored
-
- Jul 12, 2022
-
-
Krisztián Löki authored
ICSHWI-9859: Support reading ioc.json See merge request !100
-
Krisztián Löki authored
ioc-exporter needs to support reading from `ioc.json` too
-
Krisztián Löki authored
We will migrate away from having the IOC metadata in YAML format to having it in JSON with the introduction of the IOC templating tool.
-
- Jul 11, 2022
-
-
Krisztián Löki authored
ICSHWI-9715: Bumped role-ioc-exporter version to 0.4.0 See merge request !99
-
- Jul 08, 2022
-
-
Krisztián Löki authored
-
- Jun 20, 2022
-
-
Krisztián Löki authored
ICSHWI-9691 Clear elevated capabilities from non-realtime IOCs See merge request !98
-
Krisztián Löki authored
-
Krisztián Löki authored
-
- Jun 17, 2022
-
-
Krisztián Löki authored
ICSHWI-9676 Use urlsplit instead of custom regex_replace See merge request !97
-
Krisztián Löki authored
We still have to add the capabilities to the service template though to be backwards compatible with older deployments; deploying a new IOC with a new service template affects *all* the IOCs deployed on the host
-
- Jun 16, 2022
-
-
Krisztián Löki authored
There was some escaping problem with the regex that only showed up during live ansible runs; molecule did not complain at all. Even though we could just remove the escaping since it is not really necessary it is still better to use the `urlsplit` filter that is a dedicated URL manipulating function.
-
- Jun 13, 2022
-
-
Krisztián Löki authored
ICSHWI-9594: Bumped role-ioc-exporter version to 0.3.4 See merge request !96
-
Krisztián Löki authored
-
Krisztián Löki authored
ICSHWI-9541: Mount: absent might not unmount share See merge request !95
-
- Jun 10, 2022
-
-
Krisztián Löki authored
It won't unmount FS if the mount point is not specified in fstab There is a special case when this can be a problem: if during undeployment `absent` removes entry from `fstab` then tries to unmount the share but fails for some reason. The next time undeployment runs `mount==absent` will do nothing and the next task (that tries to delete the local nonvolatile directory) will reproducibly fail with permission denied. https://github.com/ansible-collections/ansible.posix/issues/322
-
Krisztián Löki authored
ICSHWI-9566 Move RequireMountsFor to override.conf See merge request !94
-
- Jun 09, 2022
-
-
Krisztián Löki authored
-
Krisztián Löki authored
-
- Jun 08, 2022
-
-
Krisztián Löki authored
It did not work in the template
🤷 Also added a separate scenario to test that the systemd service * tries to mount required NFS shares * is not started if any of the required NFS shares cannot be mounted
-
- Jun 01, 2022
-
-
Krisztián Löki authored
ICSHWI-8931: Restart IOC if internal metadata changed See merge request !93
-
- May 18, 2022
-
-
Krisztián Löki authored
In an ideal world every IOC is used to test only one aspect of the deployment to make sure we don't introduce any unintended side-effects This change is a step in that direction.
-
- May 16, 2022
-
-
Krisztián Löki authored
-
Krisztián Löki authored
CCCE_test-conda-remove is not special; can use CCCE_test-conda
-
Krisztián Löki authored
The test is not sufficient because we should check that the other IOCs are not restarted; will be done in the next commit
-